Описание тега symbolic-math
Symbolic math tools allows for analytically process mathematical expressions - without the necessity of assigning specific numeric values to variables.
Common software that allows for symbolic math operations include
- matlab and mupad (requires the Symbolic Math toolbox, MuPAD is a separate application and language within Symbolic Math toolbox)
- mathematica (see https://mathematica.stackexchange.com/)
- maple
- maxima
- sympy
See this https://en.wikipedia.org/wiki/Comparison_of_computer_algebra_systems (CAS) for other software packages that support symbolic math operations.