Linear Algebra tutorial: Identity Matrix (original) (raw)
Identity matrix is a square matrix whose diagonal elements are equal to one. Non-diagonal elements are zeros.
Identity matrix is fully determined by its order.
Example:
The interactive program below will generate identity matrix based on your specified size or order. This program is designed to confirm your basic understanding about identity matrix.
Properties
The following are well known properties of identity matrix:
See also : diagonal matrix , matrix inverse , matrix multiplication , generalized inverse
Rate this tutorial or give your comments about this tutorial