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)
run the first cell first. It must work.