0% found this document useful (0 votes)
71 views2 pages

Practice Ezxam

The document presents a system of linear equations that is solved using matrix inversion. The system defines three equations with variables x, y, and z. The equations are represented in a matrix A and vector B. The inverse of the matrix A is calculated and multiplied by B to solve for the variables, resulting in x=4, y=8, z=13.

Uploaded by

wajihhasnain
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views2 pages

Practice Ezxam

The document presents a system of linear equations that is solved using matrix inversion. The system defines three equations with variables x, y, and z. The equations are represented in a matrix A and vector B. The inverse of the matrix A is calculated and multiplied by B to solve for the variables, resulting in x=4, y=8, z=13.

Uploaded by

wajihhasnain
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 2

x+4y-z=4

x+3y+z=8

2x+6y+z=13 AX=B
X=A-1B

1 4 -1 x = 4
1 3 1 y = 8
2 6 1 z = 13

we will find inverse of 3*3 matrix

-3 -10 7
1 3 -2
0 2 -1

x = -1
y = 2
z = 3
-3 -10 7
1 3 -2
0 2 -1

1 0 0.0
0 1 0
0.0 0.0 1

You might also like