answersLogoWhite

0


Best Answer

This is the matrix im talking about [A B]

[C D]

For a 2x2 matrix if the f***ing AD-BC does not = 0 thennnn theres an inverse!!!!

Sooo........

Use this equation!!!

1/(AD-BC) multiplied by the matrix [D -B] <----- this is 1

[C -A] <----matrix!! and so is the one above

mother f***!!!

try it

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you calculate the inverse of a 2x2 matrix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is inverse of 2x2 matrix A can you find the inverse of any given matrix?

The inverse of a 2x2 matrix:[a b][c d]is given by__1___[d -b]ad - bc [-c a]ad - bc is the determinant of the matrix; if this is 0 the matrix has no inverse.The inverse of a 2x2 matrix is also a 2x2 matrix.The browser used here is not really suitable to give details of the inverse of a general matrix.Non-singular square matrices have inverses and they can always be found. Singular, or non-square matrices do not have a proper inverses but canonical inverses for these do exist.


How can I efficiently calculate the matrix inverse using Fortran?

To efficiently calculate the matrix inverse using Fortran, you can use the LAPACK library which provides optimized routines for linear algebra operations. Specifically, you can use the dgetrf and dgetri functions to compute the LU factorization of the matrix and then calculate its inverse. Make sure to properly allocate memory for the matrices and handle any potential errors during the computation.


What is leontief inverse matrix?

(I-A)-1 is the Leontief inverse matrix of matrix A (nxn; non-singular).


How do you find the inverse for matrix in math?

To find the inverse of a matrix, you basically append (not add) the identity to the matrix, then solve it so that the identity is on the left side. The contents of the right side of your matrix will be the inverse. For instance:[A] = [ [1 0] [2 1] ] (original matrix)[A] = [ [1 0] [2 1] | [1 0] [0 1] ] (appending the identity of a 2x2 matrix)(the bolded line is an imaginary divider)Next, you try to solve it so that the identity is shifted to the left side. The matrix's inverse will be the contents of the right.[A] = [ [1 0] [0 1] | [1 0] [2 -1] ][A]-1 = [ [1 0] [2 -1] ]


Is Inverse of the inverse matrix the original matrix?

Let A by an nxn non-singular matrix, then A-1 is the inverse of A. Now (A-1 )-1 =A So the answer is yes.


What is the process for calculating the matrix inverse in Fortran?

To calculate the matrix inverse in Fortran, you can use the LAPACK library functions like dgetrf and dgetri. First, use dgetrf to factorize the matrix into its LU decomposition. Then, use dgetri to compute the inverse of the matrix using the LU factors. Make sure to handle any errors that may occur during the process.


How are the inverse matrix and identity matrix related?

If an identity matrix is the answer to a problem under matrix multiplication, then each of the two matrices is an inverse matrix of the other.


How can I multiply two 2x2 matrices?

To multiply two 2x2 matrices, you need to multiply corresponding elements in each row of the first matrix with each column of the second matrix, and then add the products. The resulting matrix will also be a 2x2 matrix.


Define inverse of matrix?

From Wolfram MathWorld: The inverse of a square matrix A, sometimes called a reciprocal matrix, is a matrix A-1 such that AA-1=I where I is the identity matrix.


Does every square matrix have an inverse?

No. A square matrix has an inverse if and only if its determinant is nonzero.


How do you find inverse of a matrix in Casio fx-991MS scientific calculators?

To find the inverse of a matrix on a Casio fx-991MS scientific calculator, you first need to input the matrix you want to find the inverse of. Then, press the &quot;SHIFT&quot; button followed by the &quot;MODE&quot; button to access the matrix mode. Select the matrix you want to invert by pressing the corresponding number key. Next, press the &quot;SHIFT&quot; button followed by the &quot;MATRIX&quot; button, and then press the &quot;x^-1&quot; button to calculate the inverse of the matrix.


What are the applications of det of a matrix?

it is used to find the inverse of the matrix. inverse(A)= (adj A)/ mod det A