TIB: Program


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

TIB: Program




I am writing a large program for my 85 in TI Basic, but was having
trouble with one of the subroutines. What part of the subroutine must
do, is when give a function that is stored in y1, and X Bounds, it needs
to give me the number of roots and what the value of each root is. For
example, if y1=x^2-9, with the range from -5 to 5, I would need one
variable to store 2 (for the number of roots) and more variables to
store 3 and -3...I'm not sure if an array is possible in TI Basic. I am
a aware of the poly and solver commands, but the don't really work in
this case.
Thanks in advance for any help
Brian
NC



Follow-Ups: