Mathematics
         
语言:中文    Language:English
Matrix multiplication:
    Enter two matrices that can be multiplied, with each element separated by a comma and each row ending with a semicolon.
    Note that mathematical functions and variables are not supported.
    Current location:Linear algebra >Matrix multiplication >History of matrix multiplication
    $$ \begin{aligned}&\\ \color{black}{Calculate }& \color{black}{\ \ \begin{pmatrix} &-\frac{5}{3}\ &\frac{2}{3}\ \\ &\frac{1}{3}\ &2\ \end{pmatrix}\times \begin{pmatrix} &\frac{3}{4}\ &-\frac{5}{4}\ \\ &\frac{1}{2}\ &0\ \end{pmatrix}}\\ \end{aligned}$$
    $$ \begin{aligned}&\\ \color{black}{Calculate }& \color{black}{\ \ \begin{pmatrix} &3\ &2\ &5\ \\ &4\ &6\ &7\ \\ &1\ &9\ &8\ \end{pmatrix}\times \begin{pmatrix} &1\ &2\ &3\ \\ &6\ &5\ &4\ \\ &7\ &9\ &8\ \end{pmatrix}}\\ \end{aligned}$$
    $$ \begin{aligned}&\\ \color{black}{Calculate }& \color{black}{\ \ \begin{pmatrix} &336175428\ \end{pmatrix}\times \begin{pmatrix} &736175469\ \end{pmatrix}}\\ \end{aligned}$$
    $$ \begin{aligned}&\\ \color{black}{Calculate }& \color{black}{\ \ \begin{pmatrix} &2\ &3\ &5\ &6\ \\ &4\ &5\ &6\ &3\ \\ &3\ &2\ &0\ &4\ \\ &8\ &8\ &5\ &6\ \end{pmatrix}\times \begin{pmatrix} &3\ &5\ &9\ &1\ \\ &3\ &5\ &2\ &4\ \\ &9\ &6\ &2\ &4\ \\ &0\ &2\ &5\ &7\ \end{pmatrix}}\\ \end{aligned}$$
    $$ \begin{aligned}&\\ \color{black}{Calculate }& \color{black}{\ \ \begin{pmatrix} &1\ &3\ &2\ &3\ &4\ \\ &3\ &8\ &6\ &7\ &9\ \\ &2\ &6\ &5\ &7\ &8\ \\ &3\ &7\ &7\ &8\ &10\ \\ &4\ &9\ &8\ &10\ &17\ \end{pmatrix}\times \begin{pmatrix} &42\ &-9\ &-19\ &15\ &-5\ \\ &-9\ &3\ &4\ &-4\ &1\ \\ &-19\ &4\ &7\ &-5\ &2\ \\ &15\ &-4\ &-5\ &5\ &-2\ \\ &-5\ &1\ &2\ &-2\ &1\ \end{pmatrix}}\\ \end{aligned}$$

First page << Page85 Page86 Page87 Page88 ... ... Page102 Page103 Page104 >> Last page 共108页
The properties of matrix multiplication:


(i) Combining Law: (A b)C=A(b C)
(ii) Distribution Law: A ( B + C ) = A B + A C either or ( A + B ) C = A C + B C .
(iii) λ ( A B ) = ( λ A ) B = A ( λ B ) .
Among them, A, B, and C are the matrices that make the multiplication of the above matrices meaningful, λ It's a number.



  New addition:Lenders ToolBox module(Specific location:Math OP > Lenders ToolBox ),welcome。