Udo Rehles 3x3x3-Kubizenrechner
Berechnet D = A * B * C für drei 3x3x3-Matrizen mit Indexnotation.
Rechenregel
d_rst = a_r1t * b_1st * c_rs1 + a_r2t * b_2st * c_rs2 + a_r3t * b_3st * c_rs3
d_111 = a_111*b_111*c_111 + a_121*b_211*c_112 + a_131*b_311*c_113
r,s,t in {1,2,3}
Matrix B
Matrix C
Matrix D (Ergebnis)
Rechenweg
Noch keine Berechnung durchgeführt.