| Thread Closed |
Does the following matrix have an inverse? |
Share Thread | Thread Tools |
| Oct8-03, 07:55 PM | #1 |
|
|
Does the following matrix have an inverse?
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 |
| Oct8-03, 08:12 PM | #2 |
|
|
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. |
| Oct8-03, 08:44 PM | #3 |
|
|
N-1 exists only if: det(NN-1 != 0 I'm a little rusty on my linear algebra, plus I got a concusion yesterday. |
| Oct10-03, 06:17 PM | #4 |
|
|
Does the following matrix have an inverse?
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 Closed |
| Thread Tools | |
Similar Threads for: Does the following matrix have an inverse?
|
||||
| Thread | Forum | Replies | ||
| Inverse Matrix | General Math | 14 | ||
| Inverse of Matrix Sum | Linear & Abstract Algebra | 1 | ||
| Inverse of a matrix | Calculus & Beyond Homework | 4 | ||
| Inverse Matrix | Linear & Abstract Algebra | 7 | ||
| Inverse matrix | Calculus | 3 | ||