5.6k views
3 votes
A=[1 1 -1 2 ] then A^-1= [a b c d ] where a= b= c= ?

User Neverfox
by
8.3k points

1 Answer

3 votes

Final answer:

To find the inverse of matrix A, use the formula (1/(ad - bc)) * [d -b -c a]. Simplifying the calculation yields a = b = c = 2/3 and d = 1/3.

Step-by-step explanation:

If you have matrix A = [1 1 -1 2], the inverse of A is A-1 = [a b c d], where a = b = c = ? To find the inverse of A, you can use the formula for a 2x2 matrix:

A-1 = (1/(ad - bc)) * [d -b -c a]

Applying this formula to matrix A, you get:

A-1 = (1/(1(2) - (1)(-1))) * [2 -1 1 1]

Simplifying the calculation further, you have:

A-1 = (1/3) * [2 -1 1 1]

Therefore, a = b = c = 2/3, and d = 1/3.

User Kunal Burangi
by
8.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories