Skip to main content
1-Visitor
April 2, 2016
Question

Problem to solve complex differential Equations

  • April 2, 2016
  • 2 replies
  • 1591 views

Hi everyone,

I have a task to solve complex differential Equations: The problems are as the following picture:

QQ图片20160401225728.png

It seems that these equations can be solved by Mathcad. Because, I can get any point's value. However, I can't plot it.

So, my problems are:

1) Why I can't plot? what should I do?

2) The left table, which shows the P10_j, seems very strange. Why  the value is always [1, 1].

Please kindly find the attachment, which is my input file of this task.


Hope to get your help! Thank you very much!


Jason

2 replies

24-Ruby IV
April 4, 2016

>2) The left table, which shows the P10_j, seems very strange. Why  the value is always [1, 1].

It is a nested area - a vector with matrix as elements.

See please the attach!

19-Tanzanite
April 4, 2016

Attached is a solution using Odesolve.

Alan

19-Tanzanite
April 5, 2016

I've looked at this again and noticed that you only have two equations in ODE form, one of which you can solve analytically anyway!

You only need to solve for Pn using a numerical differential equation solver.

See attached.

This is what the output looks like:

graphs.PNG

Alan