compute is back? and updated with tabulate

This commit is contained in:
Thomas Fischer 2025-11-06 14:23:27 +01:00
parent 8c975abcc9
commit 60dfaed9bb

View File

@ -1,4 +1,9 @@
import math
from tabulate import tabulate
##print("Matrix A:")
##print(tabulate(matrix_a))
def matmul(mA:list[list[int]], mB:list[list[int]]) -> list[list[int]]:
"""