Purchase Solution

Matrix Computation

Not what you're looking for?

Ask Custom Question

Here is the problem I need help with.

Let

A= -1 2
1 3

(a) Find A ^ -1
(b) find A ^ 3
(c) Find (A ^ -1) ^ 3
(d) (The part that really has me stumped) Use your answers to (b) and (c) to show that (a ^ -1) ^ 3 is the inverse of A ^ 3.

Purchase this Solution

Solution Summary

Matrix Computation is demonstrated.

Solution Preview

[Sorry for any lack of clarity due to the text box medium, hopefully this is clear enough].

(a) The inverse matrix is defined such that A*A^-1 = I, where I is the identity matrix.

The formula for determining the inverse of a matrix is A^-1 = (1/|A|)*A',

where
A = [a b
c d]

A' = [d -b
-c a]

|A| = ad - bc (the determinant)

So, in this case a=-1, b=2, c=1, d=3. When you plug that into the formula you get:

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

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

A^-1 = [-3/5 2/5
1/5 1/5]

(b) A^3 = A*A*A

Matrix multiplcation:
C=A*B is defined as [c1,1 c1,2 = [a1,1 a1,2 * [b1,1 b1,2
...

Purchase this Solution


Free BrainMass Quizzes
Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts

Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.

Probability Quiz

Some questions on probability

Solving quadratic inequalities

This quiz test you on how well you are familiar with solving quadratic inequalities.

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.