[TI-M] Re: Polynomials, factors and division & 89/92+, SOLVED


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

[TI-M] Re: Polynomials, factors and division & 89/92+, SOLVED





>-----
>Carlos, would you know how to translate this to TI-82?
>

Yes, of course.. but actually, i don't know how the 82 works, but if it has 
a solve function then there should be no problem:
when i say that i stored x^4-x^3+hx^2+kx-6 in p(x) it was just to use it 
later in solve..
because after it is stored in p(x), if you type p(4) the calculator will 
replace every 'x' with 4 or any number or expression between the parenthesis.

So, solve(p(3)=0 and p(-2)=0,{h,k}) would be just like
solve(3^4-3^3+h*3^2+k*3-6=0 and (-2)^4-(-2)^3+h*(-2)^2+k*(-2)-6, {h,k})

and the {h,k} is a list since there are two equations and two unknowns.

Mail back if you have any questions

Carlos




Follow-Ups: References: