Types of Matrix

==2024-11-20


Theory

  1. Row matrix (Vector)

  2. Column matrix (Vector)

  3. Square matrix in

  4. Diagonal matrix where if

  5. Identity where if and when .

  6. Scalar matrix , where , k is a scalar.

  7. Upper Triangle Matrix where if

  8. Lower Triangle Matrix where if

  9. Zero or Matrix where . Role of zero maintains position if element doesn’t exist.

  10. Rectangular Matrix or

  11. Complex Matrix

  12. Hermitian Matrix

  13. Orthogonal Matrix

  14. Unitary Matrix


PTR