Equation editor/solver

Hi,

is someone of you using some equation editor SW (free) and can recommend some?

The perfect one should know to extract variable/solve equation/system of equations. Just good one can help with modifications.

Example:

Vx + a * vx = Xx + b * v’x

Vy + a * vy = Xy + b * v’y

I’d like something, that helps me to derive formula for a

a = (Xx + b * v’x - Vx) / vx

and additionaly use (substitute) that in second equation to find formula for b…

If you recommend something, would be good to add some instructions how to achieve that :wink:

I like Sage, http://www.sagemath.org/ which can solve system of equations. There is one example of solving a system of equations on http://www.sagemath.org/doc/tutorial/tour_algebra.html . If you need a program to write equations in beautiful format, I use LaTeX.

Terima kasih dan salam kenal.
codechef Link

code Link