15c SOLVE question on usage
|
05-02-2014, 09:44 PM
(This post was last modified: 05-02-2014 10:01 PM by Dieter.)
Post: #14
|
|||
|
|||
RE: 15c SOLVE question on usage
(05-01-2014 02:24 AM)lemontea Wrote: Can I enter an equation, say Ohm's Law, and have it solve for the 3rd unknown, if I have 2 of the 3 variables? Yes, I know, this is a 15C thread, but this example shows very nicely how elegantly this kind of problem is handled by newer calculators with equation solvers. For instance the 35s. Simply enter E = I x R as you write it down on paper and then solve for E, I or R. Since every variable appears only one, you do not even have to provide an initial guess - the 35s "knows" that I = E : R and R = E : I and returns the third value immediately after you have been prompted for the two others. Of course this also works with the other example: f(x, y, z) = 2x – ln y + 1/z: Code: 2*X - LN(Y) + 1/Z = 0 The results are returned immediately as the 35s knows that x = (ln y – 1/z)/2 resp. y = e2x + 1/z resp. z = 1/(ln y – 2x). Great, huh ?-) Dieter |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)