Create a Matrix (2D array) in NumPy Python | Module NumPy Tutorial - Part 03

Published: 21 September 2022
on channel: Koolac
10,307
89

In this video we will talk about How to create a matrix (a 2D array) in python using the numpy module.

==================================
NumPy Module Tutorial Playlist for Machine Learning:
==================================
   • Numpy Python Playlist  


==================================
Source Code:
==================================
import numpy as np
A=np.array([
[2,-3,1],
[2,0,-1],
[1,4,5]
])
print(A)
print(type(A))
print(A.shape)


On this page of the site you can watch the video online Create a Matrix (2D array) in NumPy Python | Module NumPy Tutorial - Part 03 with a duration of hours minute second in good quality, which was uploaded by the user Koolac 21 September 2022, share the link with friends and acquaintances, this video has already been watched 10,307 times on youtube and it was liked by 89 viewers. Enjoy your viewing!