What's the unit matrix ?

1 Answer
Apr 27, 2018

check the explanation below

Explanation:

It's a matrix whose main diagonal elements are all #1# and zeroes elsewhere denoted by #I#

and it's a square matrix #(I_n)#

#color(green)("Number of rows=Number of columns="n#

Example:

#I_2=((1,0),(0,1))#

#I_3=((1,0,0),(0,1,0),(0,0,1))#