Matrix Multiplication program in Python by taking input (size as well as elements) from User

preview_player
Показать описание
How to take a input to 2D list or matrix from user in python. How to make a interactive matrix multiplication program in python. How to use matrix operations in python. Matrix multiplication program in python. Matrix Multiplication program in Python by taking input (size as well as elements) from User. matrix multiplication in Python.
Thanks for watching my videos regularly and motivate me to touch the another milestone.

Please subscribe my channel "Learn TechToTech"

My Twitter Account :

My Facebook Account:
Рекомендации по теме
Комментарии
Автор

Great Explanation Sir .... Thank You Very Much

gurusatyadattatreya
Автор

why can t we use functions so that one input matrix is enough which stops duplication

pavanch
Автор

thanks for the clear explanation, however there is a lot or regional language influence in your speech.please try to correct that part.everything else is grt. thanks.

arnisudheendra
Автор

IndexError Traceback (most recent call last)
in <module>
7 for i in range(0, m1_row):
8 for j in range(0, m1_col):
----> 9 matrix_1[i].append(j)
10 matrix_1[i][j] = 0
11 print("Enter in row", i + 1, " column: ", j + 1)

IndexError: list index out of range

i did everything as u did and somehow there is a mistake, do you know how to fix it?

aleksandramilicevic
Автор

On an international platform, every1 expects pronunciation to be good.

geekyprogrammer