La traducción de esta página está obsoleta. Haga clic aquí para ver la última versión en inglés.
Ecuaciones diferenciales parciales en 1D
Las ecuaciones diferenciales parciales contienen derivadas parciales de funciones que dependen de varias variables. MATLAB® le permite resolver PDE parabólicas y elípticas para una función de tiempo y una variable espacial. Para obtener más información, consulte Solving Partial Differential Equations.
Partial Differential Equation Toolbox™ amplía esta función a los problemas en 2D y 3D con las condiciones de límites de Dirichlet y Neumann.
Funciones
Temas
- Solving Partial Differential Equations
Solve 1-D partial differential equations with
pdepe
. - Solve Single PDE
This example shows how to formulate, compute, and plot the solution to a single PDE.
- Solve PDE with Discontinuity
This example shows how to solve a PDE that interfaces with a material.
- Solve PDE and Compute Partial Derivatives
This example shows how to solve a transistor partial differential equation (PDE) and use the results to obtain partial derivatives that are part of solving a larger problem.
- Solve System of PDEs
This example shows how to formulate, compute, and plot the solution to a system of two partial differential equations.
- Solve System of PDEs with Initial Condition Step Functions
This example shows how to solve a system of partial differential equations that uses step functions in the initial conditions.