Re: TI86 Programming...


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

Re: TI86 Programming...



>1. I have created screens that describe formulas, but I seem to be limited
>to the seven lines.  I also seem to be limited to a certain width.  Is
>there any way to pan around after I call a screen up?

The Pause command will allow to to scroll through one string or variable:
Pause "This is a really long string of text but you can read it all."
Pause MatrixName

>2. I have used the solver feature in the calculator and like how an
>equation can be entered and then solve for a variable without manipulating
>the equation.  I have entered equations in my programs and have the program
>prompt for input.  But they only solve for what the equation specifically
>asks for.  Is there a way to program an equation and have it solve for a
>variable that is not entered?  Pythagorean's theorem would be a good
>example.  Using the solver without being in a program would look like:
>Pyth=C=sqrt((A^2)+(B^2)).  When RCL is used from the SOLVER to recall Pyth,
>the SOLVER prompts for C;A;B.  You can leave one value out and use SOLVE,
>the program will fill in the rest and establish a range.  How can I do that
>in a program?

In a program?  You can't.