Answers for "identity matrix by identity matrix"

6

identity matrix

a null square matrix which has the 
diagonal elements 
(top-left to bottin-right) 
as 1

A = 1 0 0
	0 1 0
    0 0 1

here A is a 3x3 identity matrix
Posted by: Guest on June-30-2021

Browse Popular Code Answers by Language