Post Reply 
Write an equation that contains several variables, and go immediately to solve them
03-06-2021, 08:06 PM (This post was last modified: 03-06-2021 08:22 PM by ramon_ea1gth.)
Post: #9
RE: Write an equation that contains several variables, and go immediately to solve them
Hi!
Quote:And an absolute novice idea: do you think we could combine, in a single program (in order to get the calculator to do it all while we are sitting on the sofaWink,
- that AVars command
- with... this one that I just discovered: lname (syntax: lname (Expres)) I am not sure if the command is written lname or LNAME
Its description is this:
- list of variables in the expression
- example: lname (exp (x) * 2sin (y)) returns [x, y]
At first glance, it looks as an interesting idea: to pass the equation to a program, extract the possible variables inside and create them afterwards with AVars().
However, you need the variables already defined with AVars() to be able to use LNAME().
So AVars() has to be used first.

Cheers!

Ramón
Valladolid, Spain
TI-50, Casio fx-180P, HP48GX, HP50g, HP Prime G2
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE - CharlieF - 02-27-2021, 05:58 AM
RE: Write an equation that contains several variables, and go immediately to solve them - ramon_ea1gth - 03-06-2021 08:06 PM



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