\left( \begin{array} { c c c } { 1 } & { 2 } & { 3 } \\ { 4 } & { 5 } & { 6 } \\ { 7 } & { 8 } & { 9 } \end{array} \right) \left( \begin{array} { l l l } { 9 } & { 8 } & { 7 } \\ { 6 } & { 5 } & { 4 } \\ { 3 } & { 2 } & { 1 } \end{array} \right)
求值
\left(\begin{matrix}30&24&18\\84&69&54\\138&114&90\end{matrix}\right)
计算行列式
0
共享
已复制到剪贴板
\left(\begin{matrix}1&2&3\\4&5&6\\7&8&9\end{matrix}\right)\left(\begin{matrix}9&8&7\\6&5&4\\3&2&1\end{matrix}\right)
矩阵乘法定义的前提是第一个矩阵的列数与第二个矩阵的行数相等。
\left(\begin{matrix}9+2\times 6+3\times 3&&\\&&\\&&\end{matrix}\right)
将第一个矩阵第一行的每个元素与第二个矩阵第一列的对应元素相乘,将所得乘积相加后得到的值便是最终乘积矩阵第一行第一列的元素。
\left(\begin{matrix}9+2\times 6+3\times 3&8+2\times 5+3\times 2&7+2\times 4+3\\4\times 9+5\times 6+6\times 3&4\times 8+5\times 5+6\times 2&4\times 7+5\times 4+6\\7\times 9+8\times 6+9\times 3&7\times 8+8\times 5+9\times 2&7\times 7+8\times 4+9\end{matrix}\right)
以相同方式得到该乘积矩阵的其余元素。
\left(\begin{matrix}9+12+9&8+10+6&7+8+3\\36+30+18&32+25+12&28+20+6\\63+48+27&56+40+18&49+32+9\end{matrix}\right)
通过对单个项进行乘法运算来化简各元素。
\left(\begin{matrix}30&24&18\\84&69&54\\138&114&90\end{matrix}\right)
将矩阵的各个元素加总。
示例
二次方程式
{ x } ^ { 2 } - 4 x - 5 = 0
三角学
4 \sin \theta \cos \theta = 2 \sin \theta
线性方程
y = 3x + 4
算术
699 * 533
矩阵
\left[ \begin{array} { l l } { 2 } & { 3 } \\ { 5 } & { 4 } \end{array} \right] \left[ \begin{array} { l l l } { 2 } & { 0 } & { 3 } \\ { -1 } & { 1 } & { 5 } \end{array} \right]
联立方程
\left. \begin{cases} { 8x+2y = 46 } \\ { 7x+3y = 47 } \end{cases} \right.
微分
\frac { d } { d x } \frac { ( 3 x ^ { 2 } - 2 ) } { ( x - 5 ) }
积分
\int _ { 0 } ^ { 1 } x e ^ { - x ^ { 2 } } d x
限制
\lim _{x \rightarrow-3} \frac{x^{2}-9}{x^{2}+2 x-3}