Linear Algebra tutorial: Diagonal Matrix (original) (raw)

By Kardi Teknomo, PhD .
LinearAlgebra

< Next | Previous | Index >

A diagonal matrix is a square matrix (the same number of rows and columns) whose entries on the diagonal elements are non-zero while all other off-diagonal elements are zero. Diagonal elements are the entries whose index row is equal to columnDiagonal matrix

Example:
IfDiagonal matrix thenDiagonal matrix

The interactive program below will retain only the diagonal element of the input matrix. The Random Example will generate random square matrix of random order. This program is designed to confirm your basic understanding about diagonal matrix.

Diagonal matrix has several nice properties that the operation on a diagonal matrix is simply equal to the operation on each diagonal element. The operation includes any functions and derivatives but the most well known properties are the following:

See also : Trace , Is diagonal matrix , diagonalization

< Next | Previous | Index >

Rate this tutorial or give your comments about this tutorial

This tutorial is copyrighted .