Re: TI-86 Calculator capabilities
[Prev][Next][Index][Thread]
Re: TI-86 Calculator capabilities
On Sat, 18 Oct 1997 12:53:33 -0400 Mike Gagne <mgagne1@GL.UMBC.EDU>
writes:
>Q2.
>Is there a way to program the calculator
>to take a 3rd derivative, 4th derivative
>...etc.???? And without writing a 50k
>program!!!
Somehow, determine the power on the highest power of x, and put your
derivation part of the program in a for loop. eg.
input=> x^5+3x^2+2
find highest power \sto>\ R
:for(i,1,R)
{derive equation}
:end
-Larry C.
Larry1492@Juno dot com
References: