Last answered:

02 Apr 2023

Posted on:

25 Nov 2022

0

Scalrars, vectors and Matrices as python array

HI Sir
m = np.array ([[5,12,6],[3,0,14]])
as i type this code in Juypter
and type m
its give an error

NameError: name 'm' is not defined
1 answers ( 0 marked as helpful)
Posted on:

02 Apr 2023

1

run the first cell first. It must work.

Submit an answer