2025-11-06 14:26:09 +01:00
2025-11-06 15:53:32 +01:00
2025-11-06 15:53:32 +01:00
2025-11-06 15:53:32 +01:00
2025-11-06 14:14:51 +01:00

Meine Matrixmania

Dieses Modul macht Matrixsachen

---Funktionen die es gibt sind:

def matmul(mA:list[list[int]], mB:list[list[int]]) -> list[list[int]]:

def transpose(matrix:list[list[int]]) -> list[list[int]]:

def rot_2D(bogenmaß: float) -> list[list[float]]:

Description
No description provided
Readme 36 KiB
Languages
Python 100%