Math, asked by Yuzineee5030, 1 year ago

How to solve quadraticequations with using matrices?

Answers

Answered by sumanduttamotog4
0
Matrices could be used to solve systems of equations but first one must master to find the inverse of a matrice, C-1.

A matrices C will have an inverse C-1 if and only if the determinant of C is not equal to zero.

ifc=[acbd]∣∣∣acbd∣∣∣≠0thenC−1=1ad−bc[d−c−ba]

ifc=[abcd]|abcd|≠0thenC−1=1ad−bc[d−b−ca]

We will now in an example show how to solve systems of equations using matrices and the inverse of matrices.

Example

Consider the following simultaneous equations (this example is also shown in our video lesson)

{3x+y=52x−y=0

{3x+y=52x−y=0

Provided that we know how to multiply matrices we realize that our equations could be written as

[321−1]⋅[xy]=[50]

[312−1]⋅[xy]=[50]

First we find the inverse of the coefficient matrix:

C−1=13⋅−1−1⋅2[−1−2−13]=

C−1=13⋅−1−1⋅2[−1−1−23]=

=−15[−1−2−13]

=−15[−1−1−23]

The next step is to multiply both sides of our matrix equation by the inverse matrix:

−15[−1−2−13][321−1]⋅[xy]=−15[−1−2−13][50]

−15[−1−1−23][312−1]⋅[xy]=−15[−1−1−23][50]

−15[−500−5]⋅[xy]=−15[−5−10]

−15[−500−5]⋅[xy]=−15[−5−10]

[1001]⋅[xy]=[12]

[1001]⋅[xy]=[12]
Similar questions