Matrix Addition using numpy python

preview_player
Показать описание
In this video we created a python program to perform matrix addition.
we used numpy library in python for creating matrix.
to install numpy in system type(pip install numpy) in cmd or terminal.

#python #programming #numpy #matrix #matrix addition using python
#shorts #tech #java #datascience #ai #machinelearning
Рекомендации по теме
Комментарии
Автор

Why not just create a matrix normally? And make a function for addition? Using and outside function isn't really impressive no hate

amitleffler
Автор

JaiShriRam=np.full((3, 4, 9), 'JaiShriRam')
print("Print JaiShriRam 108 times :",
JaiShriRam)

KARAN-xfit