Re: result of solve on the TI92


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

Re: result of solve on the TI92



This one is almost impossible to find, considering how much you need it for
exactly this situation.  Use the exp>list( command.

>Solve returns an binary result (for exmample solve(x^2=2,x) --> x=+sqr(2) or
>x=-sqr(2) ).
>Now I want to use this result in another fraction (putting each x in y=x-5
>to get all the y Values). But this works only if the x's were in the format
>y=x-5|x={a,b,c}.
>Is there any way to convert solves result to a such a list? Or did i done
>something wrong?