Group Abstract Group Abstract

Message Boards Message Boards

Error solving 5 diff. equations with NDSolve

Posted 2 years ago

Hello, I am a student from South Korea, and I have used mathematica for solving IYPT #8. Euler's Pendulum. I made 5 equations with using Newton Mechanics, and there are 5 functions that I want. I used NDSolve to draw graphs of them, but the error occurs. I don't have any idea with these errors. Can you help me please?

Attachments:
POSTED BY: David Hwang
2 Replies

The unknown function psi[t] does not appear as derivative. Your equations are not true differential equations. You should also use the square braces in

r = Sqrt[(rx)^2 + (ry)^2 + (rz)^2]
POSTED BY: Gianluca Gorni

There is an typo: a Sqrt( argument) expression with ()-brakets. Replace by Sqrt[argument]

POSTED BY: Roland Franzius
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard