Skip to content

Repository files navigation

alumathpeergroup7

Matrix multiplication library.

Installation

pip install alumathp7

## Usage
from alumathgroup.matrix import multiply

A = [[1, 2], [3, 4]]
B = [[5], [6]]

result = multiply(A, B)
print(result)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages