| Thread Closed |
is this a diagonal matrix |
Share Thread | Thread Tools |
| Dec26-03, 12:34 PM | #1 |
|
|
is this a diagonal matrix
diagonal matrix is a matrix with each element is0 excep for elements on the major diagonal.
so, does it mean that ( 2 0 0 0 0 0 0 0 3 ) is not a diagonal matrix?? |
| Dec26-03, 03:07 PM | #2 |
|
|
A (square) matrix is diagonal iff the nondiagonal entries are zero.
The diagonal entries are permitted to be zero as well, so this matrix is diagonal, with diagonal entires 2, 0, and 3: [tex] \left( \begin{array}{ccc} 2&0&0 \\ 0&0&0 \\ 0&0&3 \end{array} \right) [/tex] (Yes, I am using this post as an excuse to get more practice writing in LaTeX. [:)]) |
| Dec26-03, 03:30 PM | #3 |
|
|
To extend Hurkyl's answer, the conditional in the Hurkyl's definition is:
" the nondiagonal entries are zero". That says nothing about numbers on the diagonal which may be zero or non-zero, Your statement: "each element is 0 except for elements on the major diagonal." is a slightly ambiguous way of saying the same thing. The ambiguity could be removed by saying: "each element is 0 except possibly for elements on the major diagonal." |
| Dec26-03, 07:35 PM | #4 |
|
|
is this a diagonal matrix
all righttt.. thank you.
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: is this a diagonal matrix
|
||||
| Thread | Forum | Replies | ||
| Diagonal Matrix from vector | Linear & Abstract Algebra | 4 | ||
| Help! Diagonal matrix similar to upper triangular matrix? | Linear & Abstract Algebra | 1 | ||
| Why is the CKM matrix diagonal for leptons? | General Physics | 1 | ||
| inverse of a diagonal matrix | Linear & Abstract Algebra | 3 | ||
| Diagonal of a Matrix | Linear & Abstract Algebra | 2 | ||