Given matrices A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]], compute A*B.
[[19, 22], [43, 50]]
[[2, 4], [6, 8]]
[[5, 10], [15, 20]]
[[11, 14], [25, 30]]

Mathematics Übungen werden geladen ...