Re: Differential Equations


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

Re: Differential Equations



To to this, you type
solve(
then the equation
y" + y' - 2y = 4x
then what you want to solve for
,y
then end the parenthesis
)

the entire thing looks like this:
solve(y"+y'-2y=4x,y)

hope this helps
hehe c-ya


BWHull <BWHull@pacbell.net> wrote in article
<01bc6a53$9f4d3bc0$8704aace@BWHull>...
> How would I use the TI 92 to solve 1st and 2nd order differential
equations
>
> For example:
> y" + y' -2y=4x
>
> answer: y=A*e^(x)+B*e^(-2x)-2x-1
> where A & B are constants
>
> Please email me at BWHull@pacbell.net
>
> Thanks
>


References: