| Thread Closed |
Solving for the Determinent of a Matrix |
Share Thread | Thread Tools |
| Aug5-04, 11:02 PM | #1 |
|
|
Solving for the Determinent of a Matrix
Okay, I'm learning currently how to solve for the determinent of a Matrix. Of course the book explains how to solve for a 2 X 2 Matrix, a 3 X 3 Matrix, a 4 X 4 Matrix, ect. But it says nothing about how to solve for a 3 X 2 Matrix.
Any idea how to do this? I'm really baffled on this. |
| Aug6-04, 12:48 AM | #2 |
|
|
Just in case no one knows what I'm talking about, by a 3 X 2 Matrix, I mean like this:
[1 0 -2] [2 1 -1] It's very hard to figure this out. My book doesn't even go over it. They'll go over 2 X 2, 3 X 3, 4 X 4, 5 X 5, 6 X 6, ect.. But for some reason they don't touch on if the Matrix doesn't have equal sides. |
| Aug6-04, 01:38 AM | #3 |
|
|
"The" inverse of a matrix A is a matrix B such that AB = BA = I (i.e. B is both a left inverse and a right inverse of A). Suppose A is of size nxm, and B is pxq. Then AB is nxq and BA is pxm. But I is square, say I is a txt matrix. Since AB = BA = I, this forces n = q = p = m = t, i.e. A and B are both square. Thus only square matrices can have inverses. One wants the determinant function to characterize when exactly a matrix X has an inverse (it just so happens to be that X has an inverse iff det(X) != 0). But according to the above, only square matrices can have inverses, so it doesn't make much sense to define the determinant for non-square matrices. Btw, a 3x2 matrix has 3 rows and 2 columns. The matrix you used as an example is a 2x3 matrix. |
| Aug6-04, 01:42 AM | #4 |
|
|
Solving for the Determinent of a Matrix
So is it possible to solve the determinent of non square Matrices? Or is the answer simply Cannot be calculated?
|
| Aug6-04, 01:50 AM | #5 |
|
|
No, using the ordinary definition of the determinant function, you cannot calculate the determinant of a non-square matrix.
|
| Aug6-04, 07:58 AM | #6 |
|
|
It's not so much that you "cannot calculate" it as that it is not defined!
The determinant is only defined for square matrices. Asking how to find the determinant of a 3 by 2 matrix is a lot like asking how to find the square root of a chair. |
| Jul1-07, 11:10 PM | #7 |
|
|
you can solve a 2x3 matrix, you use this all the time to when multiplying vectors.
[a b c] [e f g] (bg-cf)-(ag-ce)+(af-be) |
| Jul2-07, 04:10 AM | #8 |
|
Recognitions:
|
|
| Jul2-07, 06:04 AM | #9 |
|
|
The phrase "solve a matrix" doesn't make sense. The orginal question was "solve for the determinant of a matrix". Again, a 3 by 2 matrix (or any non-square matrix) does not have a determinant.
|
| Jul2-07, 06:28 PM | #10 |
|
|
[i j k] [a b c] [e f g] |
| Jul4-07, 07:38 PM | #11 |
|
Recognitions:
|
the det of a non square matrix is either not defined or zero.
|
| Jul6-07, 05:31 AM | #12 |
|
|
Could you give an example of a non-square matrix that has determanant 0?
|
| Jul8-07, 12:59 PM | #13 |
|
|
You could try the products of the nonzero singular values in the singular value decomposition. It's not the determinant, but it's the closest thing you're going to get.
|
| Jul8-07, 01:22 PM | #14 |
|
|
I was wondering why mathwonk said
|
| Jul8-07, 01:47 PM | #15 |
|
|
I was wondering the same thing too, when I came across his post. I don't think the guru would have made a mistake over something like this. So I keep wondering......
Edit: Googling does throw up some links about non square determinants. I still can't understand the motivation to assign a 0 value to a non square det. |
| Jul9-07, 07:59 AM | #16 |
|
|
mathwonk is right. You can't get the determinant of a non square matrix. The determinant of a matrix is the n dimensional volume spanned by n vectors. If you don't have n vectors this value either can't be obtained, or is zero.
I believe there is a way of asking for the k<n dimensional volume of k, n-dimensional, vectors, but I don't know how one would go about this. You could try a change of coordinates , via the singular value decomposition say. I believe the products of the non zero singular values do give you the k dimensional volume spanned by k column vectors. I don't have any references for this, but I'm pretty sure it's ok. |
| Jul9-07, 11:57 AM | #17 |
|
Recognitions:
|
of course you can compute all the determinants of square sub matrices.
e.g to coordinatize planes in 4 space, you can consider them as sappned by the columns of 4x2 matrices, and compute all, lets see, 4 choose 2 is 6, 2x2 subdeterminants. this gives projective coordinates on the grassmannian of 2 plkanes in 4 space, embedding it in projective 5 space, since changing the basis for a plane changes those determinants all by the same scalar factor. i.e. essentially yiu are forming a parallelogram in your plane, then taking all 6 projections of that parallelogram onto pairs of axes, and computing their oriented areas. by the pythagorean theorem for areas, this also allows computation of the area of the original parallelogram in 4 space. |
| Thread Closed |
| Thread Tools | |
Similar Threads for: Solving for the Determinent of a Matrix
|
||||
| Thread | Forum | Replies | ||
| Solving 3x3 Matrix of DEs | Calculus & Beyond Homework | 7 | ||
| Solving a matrix valued ODE using dsolve in Matlab? | Math & Science Software | 0 | ||
| Solving differential equations through matrix | Linear & Abstract Algebra | 5 | ||
| solving a matrix problem | Calculus & Beyond Homework | 1 | ||
| Techniques for solving type of Matrix problems | Introductory Physics Homework | 0 | ||