Skip to main content

Solving Simultaneous equation using matrix method

Solving Simultaneous equation  using matrix 

Method

Question: Find the values of  x and y in the equations below

3x+2y=6
5xy=8
Using matrix method

Put the equations in standard form and then use matrices to solve the system of equations.

3x+2y=6,5xy=8
Write the equations in matrix form

(3521)(xy)=(68)
Left multiply the equation by the inverse matrix of .
inverse((3521))(3521)(xy)=inverse((3521))(68)

The product of a matrix and its inverse is the identity matrix


(1001)(xy)=inverse((3521))(68)

Multiply the matrices on the left hand side of the equal sign.

(xy)=inverse((3521))(68)

For the  matrix , the inverse matrix is , so the matrix equation can be rewritten as a matrix multiplication problem.

(xy)=(3(1)2×513(1)2×553(1)2×523(1)2×53)(68)

Do the arithmetic.

(xy)=(1322136)

Extract the matrix elements  and 

x=1322,y=136






Comments

Post a Comment