Re: TI-89 ASM


[Prev][Next][Index][Thread]

Re: TI-89 ASM



The exp>list() command is useful for putting the solve() command in a
program.

exp>list(solve(x^2-5x+6,x),x)
returns
{2 3}
Which is easier to use in a program than
x=2 or x=3

******************************************************************
* To UNSUBSCRIBE, send an email TO: listserv@lists.ppp.ti.com
* with a message (not the subject) that reads SIGNOFF CALC-TI
*
* Archives at http://peach.ease.lsoft.com/archives/calc-ti.html
******************************************************************