Fichier de travail (INPUT) : ./DUMP-TEXT/1-30_utf8.txt
Encodage utilisé (INPUT) : utf-8
Forme recherchée : identity|هویت
_________________________________________________________________________________________________
- Ligne n°17 : numpy.identity¶
- Ligne n°19 : numpy.identity(n, dtype=None)[source]¶
Ligne n°20 : Return the identity array. ...
Ligne n°19 : ... numpy.identity(n, dtype=None)[source]¶- Ligne n°20 : Return the identity array.
- Ligne n°22 : The identity array is a square array with ones on the main
Ligne n°23 : diagonal. ...- Ligne n°41 : >>> np.identity(3)
Ligne n°42 : array([[1., 0., 0.], ...