how to find inverse of matrix using simplex method
Answers
Answered by
0
first calculate adj(A) then divide it by determinantof A. The Matrix you get is inverse of matrix A.
Answered by
0
Answer:
A inverse= 1/determinant A * adjoint A
Step-by-step explanation:
Now to find the inverse of a matrix it includes basic few steps.
Step 1:
First to find the inverse we must find and solve A as a determinant.
i.e determinant A
Step 2:
The next step is that we have to find the adjoint matrix of A. An adjoint of a square matrix is the transpose of its cofactor matrix.
Now we have to solve by putting on the values in the formula.
A inverse= 1/determinant A * adjoint A
Similar questions