answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is inverse of 2x2 matrix A can you find the inverse of any given matrix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

What is 2 by 2 in matrix?

A 2x2 matrix has two rows (horizontal) and two columns (vertical). Ex: [1 0] [0 1]


How do you determine the values of x and y in a linear equation in two variables?

There are 4 ways to do it. You can graph, use substitution, use elimination, or use matrices. Graphing: Graph the two equations and the coordinates where they intersect are the answer. Substitution: Solve one of the equations for one of the variables and substitute that in the other equation. Then you'll find the value of that variable and you can substitute that and get the other variable. Elimination: Make the coefficients of one of the variables opposites of each other and then add both equations. The opposites will cancel and you have the other variable. Then when you find that variable, find the other one by substituting the number for that variable in one of the equations. Matrices: Make sure both equations are in standard form (Ax+By=C). Then make a 2x2 matrix that has the coefficients of x in the left column and the coefficients of y in the right column and each equation gets its own row. Then make a 2x1 matrix with the C values. Put the C value of the equation you put at the top at the top and the other one at the bottom. Then multiply the inverse of the 2x2 matrix by the 2x1 matrix and you'll get a 2x1 matrix with x at the top and y at the bottom.


What do you think the mapping rule is for a rotation of 270 degrees clockwise?

It is multiplication by the 2x2 matrix 0 1-1 0


What is the rule for 270 degree counter clockwise rotation?

The effect of the rotation is the same as that of a 90 degree clockwise rotation. In matrix notation, it is equivalent to [post-]multiplication by the 2x2 matrix: { 0 1 } {-1 0 }


2x2 - 16x 32?

2x2 - 16x32 2x2=4-16= -12x32= -384

Related questions

How do you calculate the inverse of a 2x2 matrix?

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]


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] ]


How conductivity tensor can be expressed via resistivity tensor?

I'm not entirely sure, but I think the tensor contraction over these two tensors should give back the identity. For example: If the resistivity tensor is a 2x2 matrix, then the conductivity tensor is the inverse of this matrix.


How add 2x2 matrix in qbasic?

8


2x2 matrix multiplication program in 8085 processor?

how to write a program for matrix multiplication in microprocesspr


How do you find the variable in this matrix 3 -2 5 a ...the determinant is 7?

If it a 2x2 matrix, the determinant is 3*a - (-2)*5 = 3a + 10 = 7 So 3a = -3 so a = -1


What are the elements in 2x2 matrix with integer modulo 3 which is a group?

48


Can you multiply a 2x2 matrices?

You can definitely multiply 2x2 matrices with each other. In fact you can multiply a AxB matrix with a BxC matrix, where A, B, and C are natural numbers. That is, the number of columns of the first matrix must equal the number of rows of the second matrix--we call this "inner dimensions must match."


What is the matrix's in oder?

Restate the question: "What is the order of a matrix?" The order of a matrix tells the number of rows and columns in the matrix. For instance, a matrix with 3 rows and 4 columns is a 3x4 matrix ("three by four"). A square matrix has the same number of rows and columns: 2x2


What is an idempotent give examples of idempotent matrix.?

An idempotent is a matrix whose square is itself. Specifically, A^{2}=A. For example the 2x2 matrix A= 1 1 0 0 is idempotent.


What is an idempotent give examples of idempotent matrix?

An idempotent is a matrix whose square is itself. Specifically, A^{2}=A. For example the 2x2 matrix A= 1 1 0 0 is idempotent.


What is 2 by 2 in matrix?

A 2x2 matrix has two rows (horizontal) and two columns (vertical). Ex: [1 0] [0 1]