answersLogoWhite

0


Best Answer

Here is a simple way to see it that will help you both understand and remember. Take two equations in two unknowns. You can generalize later. Make a 2x2 matrix using the coefficients only. Now if you multiply this equation by the vector (x,Y) written as a column and placed on the right side of the matrix and you have the 2 equations you started with. Now put the constants, that is to say what each equation is equal to, on the right side of the = sign. If you invert the coefficient matrix on the left, the 2x2 one, and multiply both sides by that inverse, the equation is solved. There is another method known as Cramer's rule that can help you to solve equations using matrices. I suggest you look that one up if you are interested or ask for some more help!

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can a system of linear equations be represented as a matrix equations?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When will a system of linear equations be inconsistent?

When the matrix of coefficients is singular.


What is true about the lines represented by this system of linear equations?

That they, along with the equations, are invisible!


Which best describes a system of equations that has no solution?

An "inconsistent" set of equations. If they are all linear equations then the matrix of coefficients is singular.


What is the application for rank of the matrix?

Rank of a matrix is used to find consistency of linear system of equations.As we know most of the engineering problems land up with the problem of finding solution of a linear system of equations ,at that point rank of matrix is useful.


What is a unique solution in linear equations?

This is the case when there is only one set of values for each of the variables that satisfies the system of linear equations. It requires the matrix of coefficients. A to be invertible. If the system of equations is y = Ax then the unique solution is x = A-1y.


What is the definition of Simultaneous Linear Equations?

A system of linear equations is two or more simultaneous linear equations. In mathematics, a system of linear equations (or linear system) is a collection of linear equations involving the same set of variables.


What makes a system of equations dependent?

If one (or more) of the equations can be expressed as a linear combination of the others. This is equivalent to the statements the matrix of coefficients does not have an inverse (or is singular), or the determinant of the matrix of coefficients is zero.


What methods can be used to solve a system of equations?

The answer depends on the nature of the equations. For a system of linear equations, the [generalised] inverse matrix is probably simplest. For a mix of linear and non-linear equations the options include substitution, graphic methods, iteration and numerical approximations. The latter includes trail and improvement. Then there are multi-dimensional versions of "steepest descent".


What is an independent system of linear equations?

An independent system of linear equations is a set of vectors in Rm, where any other vector in Rm can be written as a linear combination of all of the vectors in the set. The vector equation and the matrix equation can only have the trivial solution (x=0).


What does it means if there are an infinite number of solutions to a system of equations?

In simple terms all that it means that there are more solutions than you can count!If the equations are all linear, some possibilities are given below (some are equivalent statements):there are fewer equations than variablesthe matrix of coefficients is singularthe matrix of coefficients cannot be invertedone of the equations is a linear combination of the others


A system of two linear equations has infinitely many solutions if?

One equation is simply a multiple of the other. Equivalently, the equations are linearly dependent; or the matrix of coefficients is singular.


What is B called in the matrix representation of a system of linear equations when written as AX equals B?

A = coefficient matrix (n x n) B = constant matrix (n x 1)