Post Reply 
15c SOLVE question on usage
09-06-2017, 05:59 AM (This post was last modified: 09-06-2017 06:01 AM by Gamo.)
Post: #18
RE: 15c SOLVE question on usage
Example of simple equation solver using SOLVE

solve for X to the power of { 1 to 12 }

12X - 1000 = 0

Program: I'm using Label 0 for this example and Store 1 for exponents

LBL 0
RCL 1
Y^x
12
x
1000
-
RTN
P/R

Run the equation:

1 STO 1 f SOLVE then 0 ----> X=83.3333
2 STO 1 f SOLVE then 0 ----> X=9.1287
3 STO 1 f SOLVE then 0 ----> X=4.3679
.
.
.
12 STO 1 f SOLVE then 0 ----> X=1.4457

This is just the simple equation with simple program to use SOLVE feature.

The STO and RCL is very useful feature to adapt to more complicate equation program.


Gamo
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)