| Author |
Message |
jeronantropis
Joined: 09 Jan 2007 Posts: 2
|
Posted: January 9, 2007 5:51 AM Post subject: Unable to use deSolve |
|
|
Hi,
i have the following (very strange) problem. When I try to solve a diff.eq., for example:
y" + y'/x - y/x = 0
and I type:
deSolve(y"+y'/x-y/x=0,x,y)
you'd expect to get the solution. But, in stead of a solution y=f(x), my ti-89 simply solves the equation for y", so i get the result:
y"=-(y'-y)/x
This is the result you'd get when you use the "solve" command, but not when you use "deSolve".
Is there any way I can fix this problem?
thx a lot!! |
|
| Back to top |
|
 |
bostonvaulter
Joined: 13 Oct 2006 Posts: 43 Location: USA
|
Posted: January 27, 2007 1:32 PM Post subject: |
|
|
| I'm not sure what the exact problem is, but it seems like it is related to the problem you are trying to solve. It means that there is no straightforward answer, you should try using different equations. |
|
| Back to top |
|
 |
jeronantropis
Joined: 09 Jan 2007 Posts: 2
|
Posted: January 27, 2007 2:27 PM Post subject: |
|
|
| bostonvaulter wrote: | | I'm not sure what the exact problem is, but it seems like it is related to the problem you are trying to solve. It means that there is no straightforward answer, you should try using different equations. |
Yeah, thx. I think you're right. It'll just be too complicated for my calc . Well - guess I'll have to use my brain on my exam - for a change. Thx anyway!! |
|
| Back to top |
|
 |
|