| Author |
Comment/Response |
George
|
12/20/11 06:19am
y''(t)-t'(t)+cot(t)*y'(t)=y(t)
when I use the following command
DSolve[y''[t] - y'[t] + Cot[t] y'[t] == y[t], y[t], t]
Mathematica does not return a solution. Is there another way to use this function, or is there a different function in Mathematica, to solve this equation?
Thanks.
URL: , |
|