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

Popular posts from this blog

Online algebra calculators and math solvers

 Online mathematics calculators Microsoft Math Solver Microsoft Math Solver is an online mathematical calculator that provides practical step by step on mathematical related problems on various topics. Its is free to use and does not require any form of registration.  Visit  Microsoft Math Solver here

How to find the nth term an Arithmetic progression

Question   Find the number of terms in an Ap given that its first and last terms are a and 37a respectively and that its common difference is 4a. Solution nth term of AP Tn = a +(n-1)d From the question First term a = a Last term Tn = 37a Common difference d = 4a Number of terms n =? Substitute a, Tn and d into the nth term formula Tn = a +(n-1)d 37a = a +(n-1)4a Collect like terms 37a-a = (n-1)4a 36a = (n-1)4a Divide through by 4a 36a/4a = (n-1)4a/4a 9 = n-1 make n subject formula n = 9+1 n = 10 The AP as 10 terms

Arithmetic Progression

How to calculate the common difference when the first term and the nth term is know.  Question: The 28th term of an AP is -5. Find the common difference if its first term is 31. Solution T1 = a ( First term of the sequence) a = 31 T28 = -5 (28th term of the sequence) d = ? (common difference) Recall the nth term formula of Ap i.e  Tn = a + (n-1)d        Substitute 28 for n to get the following equation        T28 = a + (28-1)d          T28     = a + 27d        Substitute T28 for -5 and 31 for a  in the equation above               -5     = 31 + 27d          Subtract 31 from both sides of the equation         -5 -31 = 27d          -36 = 27d        Divide through by 27        -36/27  =  27d/27 ...