Computer Science, asked by murarijha1199, 3 months ago

write a code of matrix multiplication in python​

Answers

Answered by lokendrakumarlkj
0

Answer:

znsmsmsmsnns! snd+sjsjsjsjdjsjsnxn, ndnxjxnx didksbsbsjsnssjjsjsjsjsjjsjsjsjsjsjjsjsjsjsjjsjsjsjsjjsjsjjsjsjsjsjsj

Answered by abcd17867
1

Explanation:

Step1: input two matrix. Step 2: nested for loops to iterate through each row and each column. Step 3: take one resultant matrix which is initially contains all 0. Then we multiply each row elements of first matrix with each elements of second matrix, then add all multiplied value

Similar questions