Kubizenrechner (3x3x3 und 2x2x2)
Qubic Calculator (3x3x3 and 2x2x2)
3x3x3-App starten Start 3x3x3 app
2x2x2-App starten Start 2x2x2 app
Hinweis: Dies ist die erste Version des Kubizenrechners und noch lange nicht die Endversion. Weitere Funktionen und Verbesserungen folgen.
Beschreibung
Mit dieser App kannst du für drei 3x3x3-Matrizen $A$, $B$, $C$ das Ergebnis $D = A * B * C$ berechnen.
Die aktuelle Rechenregel lautet:
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}
2x2x2-Kubizenrechner
Zusaetzlich gibt es eine kompakte 2x2x2-Variante mit derselben Produktidee fuer drei Matrizen $A$, $B$, $C$.
Die Rechenregel lautet:
d_rst = a_r1t * b_1st * c_rs1 + a_r2t * b_2st * c_rs2
d_111 = a_111*b_111*c_111 + a_121*b_211*c_112
r,s,t in {1,2}
Aktueller Funktionsumfang
- Eigene Eingaben für die Matrizen A, B und C
- Berechnung der Ergebnis-Matrix D
- Anzeigen des Rechenwegs
- Beispieldaten, Zufallswerte und Zurücksetzen
Note: This is the first version of the qubic calculator and it is far from the final version. More features and improvements will follow.
Description
This app computes the result $D = A * B * C$ for three 3x3x3 matrices $A$, $B$, and $C$.
The current calculation rule is:
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}
2x2x2 Qubic Calculator
In addition, there is a compact 2x2x2 variant using the same product idea for three matrices $A$, $B$, $C$.
The calculation rule is:
d_rst = a_r1t * b_1st * c_rs1 + a_r2t * b_2st * c_rs2
d_111 = a_111*b_111*c_111 + a_121*b_211*c_112
r,s,t in {1,2}
Current Feature Set
- Custom input for matrices A, B, and C
- Computation of the result matrix D
- Step-by-step calculation output
- Sample data, random values, and reset