Skip to main content
1-Visitor
July 18, 2012
Solved

solving an ODE

  • July 18, 2012
  • 1 reply
  • 2476 views

I am trying to solve an ODE. I followed the example using ODEsolve. I get "too many initial conditions", but if I delete an initial conditon, I get "variable not defined".

I am either making a rookie mistake, or my equation can't be solved this way (it is somewhat ugly). Possibly both.

Any help would be greatly appreciated.

Best answer by AlanStevens

Is the attached any help?

Alan

Slightly modified file attached

1 reply

19-Tanzanite
July 18, 2012

Is the attached any help?

Alan

Slightly modified file attached

19-Tanzanite
July 18, 2012

I should also add that, if you use the prime notation, you should put Pint`(t) not Pint(t)`

Alan