Skip to content

pragyakatyayan/matrix_multiplication_using_Python_dictionaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Matrix Multiplication using Python Dictionaries

Python3.7

This program was built just to experiment with Python Dictionaries and perform Matrix Multiplications between two matrices of any dimensions*. It visualizes input and output matrices in simplest form. The code has no dependencies and takes all inputs from users, from dimensions of input matrices to all its elements.

(* number of rows of second input matrix is by default equal to the number of columns of first input matrix.)

About

Multiplies two matrices of any dimensions using Python dictionaries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published