mathematics//differential equations//PDE
A **partial differential equation** has several independent variables, typically space and time, and its unknown is a field: a concentration \(c(x,t)\), a temperature \(T(x,y,z,t)\). Derivatives are partial, one per direction, and the equation relates how the field changes in time to how it varies in space.
A partial differential equation has several independent variables, typically space and time, and its unknown is a field: a concentration c(x,t)c(x,t)c(x,t), a temperature T(x,y,z,t)T(x,y,z,t)T(x,y,z,t). Derivatives are partial, one per direction, and the equation relates how the field changes in time to how it varies in space.
The canonical example is the diffusion equation, where the time rate at a point depends on the curvature of the field around it. Waves, heat and transport are the other classics.
A PDE needs an initial profile, not just a number, and boundary conditions in space (initial condition). Chop space into nodes and the PDE becomes a large ODE system, one equation per node: that is where the graph Laplacian comes from, and how PDEs are simulated (discretization).