Diagonal matrix: Difference between revisions

Content deleted Content added
Boldfaced vector variables
better example IMO, common misconception is that all elements of principal diagonal must be zero but it's not true. All elements may also be zero and it would still qualify the definition of the subject
Line 6:
\left[\begin{smallmatrix}
6 & 0 & 0 \\
0 & 70 & 0 \\
0 & 0 & 40
\end{smallmatrix}\right]</math>. An [[identity matrix]] of any size, or any multiple of it (a [[#Scalar matrix|scalar matrix]]), is a diagonal matrix.