Solving partial differential equation of second in two variables

조회 수: 11 (최근 30일)
Apurva Suman
Apurva Suman 2022년 1월 13일
편집: Torsten 2022년 1월 14일
how to solve this partial differential equation? here u is a function of r and theta, I know the boundary conditions but how to apply them and solve this equation to get u as a function of r and theta solution.
  댓글 수: 12
Apurva Suman
Apurva Suman 2022년 1월 14일
Can't i solve to get u as a function of r and theta , and yes how to solve with numerical solver?
Torsten
Torsten 2022년 1월 14일
편집: Torsten 2022년 1월 14일
Why spend the effort to use a numerical solver of the result is obvious with the boundary conditions you gave ?
And no: there is no ready-to-use MATLAB solver for 2-dimensional partial differential equations.
You will have to discretize the PDE and use "linsolve" to solve for the values of u in the grid points.
Maybe you could search in the file exchange for "general elliptic partial differential equation on rectangle" or see whether MATLAB's PDE toolbox supports the form of your equation.

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

답변 (1개)

jessupj
jessupj 2022년 1월 13일
Context for this question is insufficient. Using matlab, are you attempting a numerical or symbolic answer?

카테고리

Help CenterFile Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by