1 страниц (5 вхождений)
Help solving an equation iteratively - Сообщения
I have the equation 0.005*N^-0.12 + 0.565*N^-0.46 = 0.010 that I am trying to solve for N. I know the answer is ~9500 but I do not know how to solve it using SMath Studio. I tried "solve" but I get the "No real roots" error.
WroteI have the equation 0.005*N^-0.12 0.565*N^-0.46 = 0.010 that I am trying to solve for N. I know the answer is ~9500 but I do not know how to solve it using SMath Studio. I tried "solve" but I get the "No real roots" error.
As simple as that: plot first to check if there is intersection
between the two functions. You don't solve for a constant, you
solve for a constant defined as a function. Next, guesstimate
for bracketing the solve block ... done.
Cheers collab.
WroteWroteI have the equation 0.005*N^-0.12 0.565*N^-0.46 = 0.010 that I am trying to solve for N. I know the answer is ~9500 but I do not know how to solve it using SMath Studio. I tried "solve" but I get the "No real roots" error.
As simple as that: plot first to check if there is intersection
between the two functions. You don't solve for a constant, you
solve for a constant defined as a function. Next, guesstimate
for bracketing the solve block ... done.
Cheers collab.![]()
Works perfectly. Thanks!
WroteI tried "solve" but I get the "No real roots" error.
probably you have used solve(2) (function with 2 arguments) that is driven by the global parameters (tools > options > calculation > roots (range)) and is designed mainly for solutions on the fly.
use instead solve(4), giving an adequate range (f.e. by plotting the function, as mentioned above by Jean)
![2017-09-08 19_29_43-SMath Studio - [Page1_].png](/ru-RU/files/Download/EcLR25/2017-09-08-19_29_43-SMath-Studio---[Page1_].png)
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 страниц (5 вхождений)
-
Новые сообщения
-
Нет новых сообщений