How to solve two second order partial differential equations simultaneously?

How to solve two second order partial differential equations simultaneously?

댓글 수: 1

Jan
Jan 2017년 8월 20일
편집: Jan 2017년 8월 20일
What have you tried so far and which problems occur? What are the shown symbols?

댓글을 달려면 로그인하십시오.

답변 (1개)

Torsten
Torsten 2017년 8월 21일
편집: Torsten 2017년 8월 21일
Solve the first equation for d^2s/dx^2 and insert the expression in the second equation:
(1+rho)/alpha * d^2s/dx^2 - (zeta+(1+rho)*beta/alpha)*t(s,theta)=-V(x)
delta * d^2theta/dx^2 = (-V(x) + (zeta+(1+rho)*beta/alpha)*t(s,theta))*alpha/(1+rho)-beta*t(s,theta)
Now use "bvp4c" to solve.
Best wishes
Torsten.

질문:

Y J
2017년 8월 20일

편집:

2017년 8월 21일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by