In reply to Willie: Can we enter a program such that it solves quadratic equations?
Anonymous
2/15/2008 12:24:08 AM - US
| reply
To solve ax^2+bx+c=0 use this 20 line program:
[-] [RDN] [x<>y] [/] 2
[/] [CHS] [ENTER] [x] [g][LSTx]
[x<>y] [RDN] [RDN] [/] [-]
[g][SQRT] [-] [x<>y] [g][LSTx] [+]
To use it:
a [ENTER] b [ENTER] c [ENTER] 0 [R/S]
eg:
1[ENTER] [CHS][ENTER][ENTER] 0 [R/S], see 1.618, then [RDN] shows -.618, the other root, of x^2-x-1=0.
In reply to Willie: Can we enter a program such that it solves quadratic equations?
tony
12/28/2005 1:35:36 PM - NZ
| reply
Can we enter a program such that it solves quadratic equations?
Willie
12/13/2005 12:46:34 AM - FR
| reply