Help! Equations with multiple unknown quantities

  • Thread starter Thread starter ladan
  • Start date Start date
L

ladan

Hi,

Do you know how to solve equations with multiple unknown quantities in
Excel?
 
Equations with multiple unknowns do not solve to descrete values, so Excel is
not necessarily the ideal tool for this. If you want to maximize or minimize
you can try using the solver in the tools menu.

Hope this helps...
 
If the equations are linear in the unkown, you can write them as
A*b = x
where b is the vector of unkowns, A is a matrix of known coefficients.
The solution is then
=MMULT(MINVERSE(A),x)

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top