NDSolve—Wolfram Language Documentation
https://reference.wolfram.com/language/ref/NDSolve.htmlNDSolve[eqns, u, {x, xmin, xmax}] finds a numerical solution to the ordinary differential equations eqns for the function u with the independent variable x in the range xmin to xmax. NDSolve[eqns, u, {x, xmin, xmax}, {y, ymin, ymax}] solves the partial differential equations eqns over a rectangular region. NDSolve[eqns, u, {x, y} \[Element] \[CapitalOmega]] solves the partial differential ...
Solve—Wolfram Language Documentation
reference.wolfram.com › language › refSolve [ expr, vars, Integers] solves Diophantine equations over the integers. Solve [ …, x ∈ reg, Reals] constrains x to be in the region reg. The different coordinates for x can be referred to using Indexed [ x, i]. Algebraic variables in expr free of vars and of each other are treated as independent parameters.