| Author |
Comment/Response |
Gandalf Saxe
|
12/01/12 01:41am
Why will this not evaluate?
eq1 = Derivative[1][p1][t] == p3[t] Sin[t]
eq2 = Derivative[1][p2][t] == -Cos[t] p3[t]
eq3 = Derivative[1][p3][t] == Cos[t] p2[t] - p1[t] Sin[t]
DSolve[{eq1, eq2, eq3}, {p1[t], p2[t], p3[t]}, t]
(Also attached)
Thanks,
Gandalf
Attachment: DSolveFail.nb, URL: , |
|