python

Partial differential equations (PDEs) are used widely for the modeling of various physical phenomena. In simple case one can find symbolic solutions to some PDEs. The solution can then be described by means of either additive or multiplicative separable solutions. For the symbolic calculus needed, SymPy is being used - a python module for symbolic mathematics.

Ιn the first example we are going to consider additive separable solutions of the PDE. Consider an equation of two independent variables x, y, and a dependent variable w.

w(x,y,z) = X(x) + u(y,z...

Category: