Does the following matrix have an inverse?

  • Thread starter Thread starter frankR
  • Start date Start date
  • Tags Tags
    Inverse Matrix
AI Thread Summary
The discussion revolves around determining if the matrix N = [i, 1; -1, i] has an inverse. The user initially attempts to find the inverse by setting up equations based on the product of N and its supposed inverse equating to the identity matrix. A key point raised is that an inverse exists only if the determinant of N is non-zero. Participants suggest using the determinant to assess invertibility and applying the algorithm for computing inverses for a definitive answer. The conversation emphasizes the importance of correctly calculating the determinant and following through with the inverse calculation.
frankR
Messages
91
Reaction score
0
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
 
Physics news on Phys.org
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.
 
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.
 
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.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top