Microsoft 365 and Office | Excel | For home | Windows
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have 3 equations in 3 unknowns. How can I solve for the 3 unknowns that satisfy the 3 equations?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Use Excel’s Solver add-in to treat the three unknowns as variables and the three equations as constraints.
2x + 3y – z = 5 and x, y, z are in B1, B2, B3, then in C1 enter =2*B1+3*B2-B3-5.=C1^2+C2^2+C3^2 (sum of squares of each equation’s residual).For a strictly linear system, an alternative is to set up the coefficient matrix and use matrix formulas (e.g., MINVERSE and MMULT), but that is not covered in the provided context.
References: