syms x vpasolve(x==0.6953*log(115/(215-x))-100)
There is a second solution, which is approximately 215 - -2.02E-195 . However, you cannot round that to 215: if you do round it then you would get a division by 0.
syms x vpasolve(x==0.6953*log(115/(215-x))-100)
There is a second solution, which is approximately 215 - -2.02E-195 . However, you cannot round that to 215: if you do round it then you would get a division by 0.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!