answersLogoWhite

0

The answer depends on the level of your knowledge. The High level, simple answer is first. The Low level slog follows:

HIGH LEVEL, SIMPLE

Suppose you have n equations of the form

a11x1 + a12x2 + ... + a1nxn = bn where

the as are coefficients,

x1, x2, ... xn are the unknown variables

and

b1, b2, ... bn are the constants.

Write the n linear equations in n unknowns in the form Ax= b

where

A is an n*n matrix of coefficients

x is the n*1 matrix of the unknown variables

and

b is the n*1 matrix of the constants.

Find the inverse of A.

Then x = A-1b.

The above method works if the system has a unique solution. If the n equations are not independent, you will need to use a generalised inverse and that starts to get rather complicated. If they are inconsistent, then neither the inverse nor generalised inverse will be found.

LOW LEVEL SLOG

Use the first equation to express x1 in terms of the other variables. Substitute this value for x1 in the remaining n-1 equations. You now have n-1 equations in n-1 unknown variables.

Use the first of the new equations to express x2 in terms of the other variables. Substitute in remaining equations. You now have n-2 equations in n-2 unknown variables.

Continue until you have 1 equation in 1 unknown.

That will be of the form pxn = q so that xn = q/p.

Substitute this value into one of the equations at the 2-equations-in-2-unknowns stage. That will give you xn-1.

Work your way back to the top.

The two methods are equivalent. There are shortcuts available for matrix inversion (eg using determinants), but these are too complicated to go into here.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

How do you study for algebra 1 finals?

Study everything - that's your best bet. Important subjects probably include: Polynomials, Exponents, Radicals, Solving Equations, Solving Inequalities, Absolute Value Equations and Inequalities, Lines, Word Problems, Systems of Equations (2x2's), Factoring, Division of Polynomials, Quadratics, Parabolas, Complex Numbers, Algebraic Fractions, Functions


Why is it important to know various techniques for solving systems of equations and inequalities?

It is important to know several techniques for solving equations and inequalities because one may work better than another in a particular situation.


What is some advice for solving systems of equations?

Always keep the equation in balance inasmuch that what is done on the RHS must be done on the LHS of the equation.


When solving systems of equations how do you determine what method to use?

if you are good at math, you would know. I'm not being mean, but sometimes it takes a little help from an adult.


What is the method of Solution of Partial Differential Equations by Jacobi Method?

The Jacobi method for solving partial differential equations (PDEs) is an iterative numerical technique primarily used for linear problems, particularly in the context of discretized equations. It involves decomposing the PDE into a system of algebraic equations, typically using finite difference methods. In each iteration, the solution is updated based on the average of neighboring values from the previous iteration, which helps converge to the true solution over time. This method is particularly useful for problems with boundary conditions and can handle large systems efficiently, although it may require many iterations for convergence.

Related Questions

What does it mean by solving linear systems?

Solving linear systems means to solve linear equations and inequalities. Then to graph it and describing it by statical statements.


Why are systems of equations important?

Systems of equations are important because they allow us to model and solve real-world problems that involve multiple unknowns. By setting up and solving systems of equations, we can find the values of the variables that satisfy all the equations simultaneously, providing a precise solution to the problem at hand. These systems are widely used in various fields such as physics, engineering, economics, and more, making them a fundamental tool in problem-solving and decision-making.


When solving systems of linear equations what does the solution represent?

A single point, at which the lines intercept.


How do you study for algebra 1 finals?

Study everything - that's your best bet. Important subjects probably include: Polynomials, Exponents, Radicals, Solving Equations, Solving Inequalities, Absolute Value Equations and Inequalities, Lines, Word Problems, Systems of Equations (2x2's), Factoring, Division of Polynomials, Quadratics, Parabolas, Complex Numbers, Algebraic Fractions, Functions


What has the author Herman A Watts written?

Herman A Watts has written: 'Solving complex valued differential systems' -- subject(s): Differential equations, Numerical solutions, Boundary value problems


What is the purpose and functionality of the MATLAB backslash command in solving linear systems of equations?

The MATLAB backslash command () is used to efficiently solve linear systems of equations by performing matrix division. It calculates the solution to the system of equations by finding the least squares solution or the exact solution depending on the properties of the matrix. This command is particularly useful for solving large systems of linear equations in a fast and accurate manner.


Why is it important to know various techniques for solving systems of equations and inequalities?

It is important to know several techniques for solving equations and inequalities because one may work better than another in a particular situation.


Who discovered the systems of linear equation?

The concept of systems of linear equations dates back to ancient civilizations such as Babylonians and Egyptians. However, the systematic study and formalization of solving systems of linear equations is attributed to the ancient Greek mathematician Euclid, who introduced the method of substitution and elimination in his work "Elements." Later mathematicians such as Gauss and Cramer made significant contributions to the theory and methods of solving systems of linear equations.


What is graphing method?

In systems of equations, the graphing method is solving x and y by graphing out the two equations. x and y being the coordinates of the two line's intersection.


What are 2 symbolic techniques used to solve linear equations and which is better?

There are more than two methods, and of these, matrix inversion is probably the easiest for solving systems of linear equations in several unknowns.


How do you understand this NAG C05NBF?

C05NBF is a routine developed by Numerical Algorithms Group (NAG) that is used for solving systems of non-linear equations.


What is some advice for solving systems of equations?

Always keep the equation in balance inasmuch that what is done on the RHS must be done on the LHS of the equation.