필터 지우기
필터 지우기

Obtain the analytic solution of a system of PDEs

조회 수: 8 (최근 30일)
Xen
Xen 2018년 2월 1일
댓글: Torsten 2018년 2월 6일
Hi people.
I have a 2nd order linear system of PDEs, with additional free parameters. I can solve this using MATLAB's pdepe function and obtain a numeric solution when I give values to the free parameters, but I would like the analytic solution as a function of those. How can I do this? I can obtain the analytic solution of ODEs by specifying them along with my variables:
syms param1 param2 param3 u(t) v(t)
But, solving PDEs using pdepe uses a different procedure, for which I can't figure out how to specify and solve with free parameters. Thanks!

채택된 답변

Torsten
Torsten 2018년 2월 6일
There is no tool in MATLAB for the analytical solution of PDEs analogous to "dsolve" for ODEs.
Best wishes
Torsten.
  댓글 수: 2
Torsten
Torsten 2018년 2월 6일
How complex is your PDE ? Could you post the equation(s) ?
Best wishes
Torsten.
Torsten
Torsten 2018년 2월 6일
A = B = 0 is a solution :-)
You see: No existing software package will be able to give the general solution to such a general system of PDEs (without specifying boundary and initial conditions).
You may want to try MATHEMATICA for free available under
www.wolframalpha.com
or consult a textbook
https://www.amazon.com/Handbook-Differential-Equations-Engineers-Scientists/dp/146658145X/ref=sr_1_5?s=books&ie=UTF8&qid=1517917346&sr=1-5&keywords=polyanin
But my advice is: Stick to numerical solvers (like pdepe).
Best wishes
Torsten.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 General PDEs에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by