User Defined Variables within SOLVE Application
|
01-12-2014, 08:14 PM
Post: #5
|
|||
|
|||
RE: User Defined Variables within SOLVE Application
Hi Michael,
I've been looking at this as well. Im no expert, just learning from scratch. It seems that although you can save an equation as a Home User Variable, say using F_P1:=fv=pv*(1+rate)^periods, you will have issues: - You get a syntax error after you store the equation - even though it shows up in User Var properly - If you try to assign it to a Solver APP with say Solve.E1:=F_P1 you will see 0 in E1: of the Solver App. Looks like its evaluating the variables ahead of time - You get a syntax error if you try to type the equation (fv=pv*(1+rate)^periods) directly into Solver APP So, I have tended to use CAS mode and saved equations in CAS variables: - F_P1:=fv=pv*(1+rate)^periods // stores in Vars>CAS>All - Solve.E1:=F_P1 // stores F_P1 contents into Solver APP E1: - In Solve APP, will ask you to create new user vars fv, pv, rate, periods. say yes. - Solver APP now works. Note - you can add multiple/simultaneous equations. - You may want to delete the new User Variables just created after leaving Solve APP. Best, Carl |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
User Defined Variables within SOLVE Application - Michael Lopez - 12-27-2013, 05:28 AM
RE: User Defined Variables within SOLVE Application - Terje Vallestad - 12-27-2013, 10:34 AM
RE: User Defined Variables within SOLVE Application - Michael Lopez - 12-27-2013, 10:32 PM
RE: User Defined Variables within SOLVE Application - Terje Vallestad - 01-01-2014, 03:37 PM
RE: User Defined Variables within SOLVE Application - Stevetuc - 02-28-2014, 07:28 AM
RE: User Defined Variables within SOLVE Application - Terje Vallestad - 02-28-2014, 06:51 PM
RE: User Defined Variables within SOLVE Application - CR Haeger - 01-12-2014 08:14 PM
RE: User Defined Variables within SOLVE Application - cyrille de brébisson - 03-03-2014, 06:47 AM
RE: User Defined Variables within SOLVE Application - CR Haeger - 03-22-2014, 12:37 PM
RE: User Defined Variables within SOLVE Application - Michael Lopez - 01-15-2014, 10:09 AM
|
User(s) browsing this thread: 2 Guest(s)