79097148

Date: 2024-10-17 08:20:29
Score: 1.5
Natty:
Report link

check with Numpy.

import numpy as np
def idmatrix_np(size):
    return np.identity(size)

Example or Call Funtion.

size = 4 
identity_matrix = idmatrix_np(size)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vhngroup Tecnologia