Answers for "numpy matrix in python 3"

3

numpy matrix in python 3

np.matrix([[1, 2], [3, 4]])

# matrix([[1, 2],
#         [3, 4]])
Posted by: Guest on September-27-2020

Python Answers by Framework

Browse Popular Code Answers by Language