matrix multiplication -> 🚧 under construction
Last updated 2 years ago
Was this helpful?
⟩ ⟩ 矩陣乘法
GGB 目前似乎無法定義可以產生三階矩陣的函數❗️
(註:可以定義,但無法使用)
⟩ ⟩
Desmos ⟩
Overleaf ⟩ (LaTeX)
💾 程式:
// 使用指令列 A = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}
可得 A=[123456789]A=\begin{bmatrix} 1 & 2 & 3\\ 4 & 5 & 6\\ 7 & 8 &9\end{bmatrix}A=147258369