Solving for equations the HP50, 49.. way.
|
03-24-2023, 06:06 PM
(This post was last modified: 03-24-2023 06:09 PM by gehakte_bits.)
Post: #7
|
|||
|
|||
RE: Solving for equations the HP50, 49.. way.
When using the Solver, you have to use globals (A-Z etc.) or create globals (pre-define or EXPORT var1, var2; )
1) You can define (<Shift> <Define>) a function_name with a function "2X=2Y" followed by E1:=EVAL(function_name), then use the Solver, check <E1>, and solve in <Num> 2) or use a program (same Solver concept) such as Code: // 2023.0322 pretty-prime v0.3b |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Solving for equations the HP50, 49.. way. - Luigi Sardella - 03-20-2023, 11:07 PM
RE: Solving for equations the HP50, 49.. way. - roadrunner - 03-23-2023, 04:55 PM
RE: Solving for equations the HP50, 49.. way. - Luigi Sardella - 03-23-2023, 08:57 PM
RE: Solving for equations the HP50, 49.. way. - BruceH - 03-24-2023, 05:18 PM
RE: Solving for equations the HP50, 49.. way. - Luigi Sardella - 03-24-2023, 05:52 PM
RE: Solving for equations the HP50, 49.. way. - BruceH - 03-25-2023, 12:19 AM
RE: Solving for equations the HP50, 49.. way. - Luigi Sardella - 03-24-2023, 05:54 PM
RE: Solving for equations the HP50, 49.. way. - gehakte_bits - 03-24-2023 06:06 PM
RE: Solving for equations the HP50, 49.. way. - Luigi Sardella - 03-24-2023, 09:35 PM
RE: Solving for equations the HP50, 49.. way. - Luigi Sardella - 03-24-2023, 09:37 PM
|
User(s) browsing this thread: 1 Guest(s)