A = [ 1 0, 0 1] is called _____?

A = [ 1 0, 0 1] is called _____?

Explanation

Given matrix A = [1 0, 0 1]:

This is a Unit matrix or Identity matrix, where all elements on the main diagonal are 1, and the rest are 0.