Top "Symbolic-math" questions

Symbolic math tools allows for analytically process mathematical expressions - without the necessity of assigning specific numeric values to variables.

Units conversion in Python

SymPy is a great tool for doing units conversions in Python: >>> from sympy.physics import units >&…

python math symbolic-math sympy
C# library for algebra simplification and solving

There are quite a few algebra solvers and simplifiers on the web (for example, the decent one at algebra.com). …

c# algebra symbolic-math computer-algebra-systems
Constructing piecewise symbolic function in Matlab

I am trying to generate a piecewise symbolic function in Matlab. The reason it has to be symbolic is I …

matlab symbolic-math piecewise
Solving systems of equations in R

Solving an equation symbolically can be achieved in R using the Ryacas library. For example library(Ryacas) yacas("Solve(x/(1+…

r symbolic-math
Symbolic Math in Julia?

I use Mathematica for symbolic math calculations. I am planning to switch to another language. Matlab (which I use for …

julia symbolic-math
How do I convert an anonymous function to a symbolic function in MATLAB?

Say I have a anonymous function f = @(x) x^2 and I want to convert this to a symbolic function. Is …

function matlab anonymous-function symbolic-math
Sympy computing the inverse laplace transform

I am having some trouble computing the inverse laplace transform of a symbolic expression using sympy. In matlab and in …

python sympy symbolic-math
Difference between symbolic differentiation and automatic differentiation?

I just cannot seem to understand the difference. For me it looks like both just go through an expression and …

symbolic-math automatic-differentiation
Map which allows to provide the equals-comparator and the hashing function separately

While trying to model polynomials, in particular their multiplication, I run into the following problem. During the multiplication, the individual …

java hashmap symbolic-math polynomials
Symbolic Mathematics Python?

I am extreamly interested in math and programming and planning to start symbolic math project from scratch. Is this good …

python algorithm math symbolic-math