Re: TIB: Program


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

Re: TIB: Program




:Input "FUNCTION =", String 1
:Input "LOWER NUMBER =",G
:Input "HIGHER NUMBER =",H
String 1 ->(store)Y1
Clear Home
:G->(store) X
:Output (1,2,"FIRST =")
:Output (1,8,Y1)
:H->(store)X
:Output (2,2,"SECOND =")
:Output (2,9,Y1)


That will display the two values...........I hope this is what you
wanted......if not, re-write your e-mail with more detailes about what you
want the program to do..........
But, what calc do you have, 83?




brian87@ibm.net wrote:

> 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



References: