Python Program for Addition of Two Matrices | Matrix Addition in Python

preview_player
Показать описание
#MatrixAdditionInPython
#PythonPrograms
#PythonTutorials

Addition of two matrices:
a=[[1,2,3],[4,5,6],[7,8,9]]
b=[[10,20,30],[40,50,60],[70,80,90]]
c=[[0,0,0],[0,0,0],[0,0,0]]
Рекомендации по теме