I'm trying to use the dsolve option of my TI-89 and I can't figure out the syntax, help.
5/7/2006 3:21:41 PM
if you google for the TI-89 manual, it's pretty explicit in how to do it.from what i remember, DSolve completely saved my ass on chukwu's exams.something like DSolve(y''+y'+5*y=0,y,someinitialconditionformat)[Edited on May 7, 2006 at 3:23 PM. Reason : ,]
5/7/2006 3:23:21 PM
I've googled it already several times, I'm not very good at sifting thru the endless garbage that pops up. Problem is the TI-89 does alot of things.
5/7/2006 5:47:16 PM
keep trying variations on dsolve(y''=0,y,x)it complains "Error: Argument error"I've used it before, and then I threw out my manual to reduce clutter, what a mistake.
5/7/2006 5:51:11 PM
Texas Instruments didn't open yesterdayhttp://education.ti.com/educationportal/appsdelivery/download/download_eula.jsp?cid=us&displayMode=G&applicationid=6129&contentpaneid=17
5/7/2006 6:19:49 PM
Hey, thanks. The independent variable goes first,deSolve(y''=0,t,y)but I tried this before, problem was the memory had the t or y defined by something else I'd done before so it made deSolve unhappy.
5/7/2006 6:40:20 PM