2025-11-02 22:46:11 +01:00
2025-11-02 22:17:12 +01:00
2025-11-02 22:46:11 +01:00
2025-11-02 22:17:12 +01:00
2025-11-02 22:46:11 +01:00
2025-11-02 22:17:12 +01:00
yo2
2025-10-28 15:31:55 +01:00

MatrixMania

A small teaching package for basic linear algebra operations.

Functions

matmul(A, B)

Matrix multiplication between two 2D lists.

>>> from matrixmania import matmul
>>> matmul([[1, 2]], [[3], [4]])
[[11]]
Description
Prog3A Matrizenlibrary in Python
Readme 66 KiB
Languages
Python 100%