Post Reply 
15c SOLVE question on usage
05-01-2014, 03:06 AM (This post was last modified: 05-01-2014 03:08 AM by lemontea.)
Post: #5
RE: 15c SOLVE question on usage
Thanks! That helps a lot. BUT I don't understand this bit:

(examples as per that web page; deleted non-15c information here)

Quote:EXAMPLE:

f(x, y, z) = 2*x - ln y + 1/z

x in R1; y in R2; z in R3

LBL A
STO (i)
RCL 1
2
*
RCL 2
LN
-
RCL 3
1/x
+
RTN

In RUN mode, solve for x such that f(x, y=15.1, z=5.3) = 0

15.1
STO 2
5.3
STO 3
1
STO I
0.5
ENTER
5
SOLVE A

(Answer is 1.263007749)

Next, solve for y such that f(x=0.7, y, z=3.3) = 0

0.7
STO 1
3.3
STO 3
2
STO I
0.5
ENTER
6
SOLVE A

(Answer is 5.490560270)

Why did the example have to enter the last 2 values before executing SOLVE? (the 0.5 and the 5; and then later the 0.5 and 6).

Quote:0.5
ENTER
5
SOLVE A
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
15c SOLVE question on usage - lemontea - 05-01-2014, 02:24 AM
RE: 15c SOLVE question on usage - Tugdual - 05-01-2014, 02:40 AM
RE: 15c SOLVE question on usage - lemontea - 05-01-2014, 02:50 AM
RE: 15c SOLVE question on usage - lemontea - 05-01-2014 03:06 AM
RE: 15c SOLVE question on usage - Visu - 05-02-2014, 07:41 AM
RE: 15c SOLVE question on usage - Visu - 05-02-2014, 12:08 PM
RE: 15c SOLVE question on usage - lemontea - 05-02-2014, 09:11 AM
RE: 15c SOLVE question on usage - Dieter - 05-02-2014, 09:44 PM
RE: 15c SOLVE question on usage - lemontea - 05-02-2014, 09:48 PM
RE: 15c SOLVE question on usage - Gamo - 09-06-2017, 05:59 AM
RE: 15c SOLVE question on usage - Dieter - 09-06-2017, 11:17 AM



User(s) browsing this thread: 1 Guest(s)