PDA

View Full Version : Does the following matrix have an inverse?


frankR
Oct8-03, 07:55 PM
N= [i,1;-1,i]

I used this theorem: N N-1 = In

Thus:

[i,1;-1,i]*[a,b:c,d]=[1,1;1,1]

I then found:

ia+c=1
ib+d=1
-a+ic=1
-b+id=1

Can I conclude an inverse does not exist. If so, how?

If not, what do I do?


Thanks,

Frank

Hurkyl
Oct8-03, 08:12 PM
I2 = [1, 0; 0, 1]


What theorems have you learned about invertible matrices? (e.g. have you learned anything about how to tell if a matrix is invertible based on its determinant)


Or, you could apply the algorithm for computing inverses and see if you get an answer or if its impossible.

frankR
Oct8-03, 08:44 PM
Originally posted by Hurkyl


Or, you could apply the algorithm for computing inverses and see if you get an answer or if its impossible.

I just found this:

N-1 exists only if:

det(NN-1 != 0

I'm a little rusty on my linear algebra, plus I got a concusion yesterday.

arcnets
Oct10-03, 06:17 PM
frankR,
Hurkyl has told you what I2 is, because you got that wrong. Just redo your calculation using Hurkyl's hint and you should be able to answer this easily.