MATLAB: How to solve a partial derivative equation if it does not contain a time derivative in MATLAB

partial derivative equations

MATLAB pdepe function requires a time derivative to solve the equation. What should I do if it does not contain a time derivative?

Best Answer

If you mean by "no time variable" that your equation is elliptic in more than 1 independent variable, then unfortunately you'll either have to get the PDE toolbox or write your own solver.
Related Question