Wolfram Alpha: How to define constants in a system of equations?

53.3k Views Asked by At

I'd like to use WA to solve a small system of nonlinear equations, that involve both constants and the variables of interest. How do I "tell" WA which variables are the constants, and which are the ones I want it to solve for?

2

There are 2 best solutions below

3
On BEST ANSWER

Solve [equations separated by commas] for [variables separated by commas]

In Wolfram Mathematica it's Solve[{eq1,eq2,...},{x1,x2,...}] so it should work in WA too.

2
On

The following works for me

solve  a+b+x -y = 5 , b-x-y = 10 for x and y 

or

solve  a+b+x-y = 5 , b-x-y +z= 10, x+z=0 for x ,y, z 

See the results here or here.