Matrice și determinanți

Exerciții și probleme... matrice și determinanți.

Matematică >> matrice și determinanți >> 2


teorie
Pentru a calcula produsul a două matrice, \( \color{red} A \color{dimgray} \in \textit{M}_{m,n}(\mathbb{C}) \), \( \color{blue} B \color{dimgray} \in \textit{M}_{n,p}(\mathbb{C}) \),
\( \color{orange} C \color{dimgray} \in \textit{M}_{m,p}(\mathbb{C}) \), \( \color{orange} C \color{dimgray} = \color{red} A \color{dimgray} \cdot \color{blue} B \), prin
\( \color{orange} c\color{dimgray}_{ik} = \color{red} a\color{dimgray}_{i1} \color{dimgray} \cdot \color{blue} b\color{dimgray}_{1k} + \color{red} a\color{dimgray}_{i2} \color{dimgray} \cdot \color{blue} b\color{dimgray}_{2k} + ... + \color{red} a\color{dimgray}_{ij} \color{dimgray} \cdot \color{blue} b\color{dimgray}_{jk} + ... + \color{red} a\color{dimgray}_{in} \color{dimgray} \cdot \color{blue} b\color{dimgray}_{nk} \), \( i \in \{1, 2, ..., m \} \), \( k \in \{1, 2, ..., p \} \).


exemple
Produsul matricelor
\( A = \begin{pmatrix} \color{tomato}3 & \color{tomato}-2 & \color{tomato}1 & \color{tomato}-5 \\ \color{orangered}-10 & \color{orangered}4 & \color{orangered}0 & \color{orangered}2 \color{dimgray} \end{pmatrix} \)
și
\( B = \begin{pmatrix} \color{turquoise}-4 & \color{steelblue}2 & \color{blue}0 \\ \color{turquoise}1 & \color{steelblue}-6 & \color{blue}3 \\ \color{turquoise}7 & \color{steelblue}3 & \color{blue}-2 \\ \color{turquoise}2 & \color{steelblue}1 & \color{blue}5 \end{pmatrix} \)

este:
\( \color{orange} C \color{dimgray} = A \cdot B = \)
\( = \begin{pmatrix} \color{tomato}3 & \color{tomato}-2 & \color{tomato}1 & \color{tomato}-5 \\ \color{orangered}-10 & \color{orangered}4 & \color{orangered}0 & \color{orangered}2 \color{dimgray} \end{pmatrix} \cdot \begin{pmatrix} \color{turquoise}-4 & \color{steelblue}2 & \color{blue}0 \\ \color{turquoise}1 & \color{steelblue}-6 & \color{blue}3 \\ \color{turquoise}7 & \color{steelblue}3 & \color{blue}-2 \\ \color{turquoise}2 & \color{steelblue}1 & \color{blue}5 \end{pmatrix} = \)

\( \tiny = \begin{pmatrix} \color{tomato}3 \color{dimgray} \cdot \color{turquoise}(-4) \color{dimgray} + \color{tomato}(-2) \color{dimgray} \cdot \color{turquoise}1 \color{dimgray} + \color{tomato}1 \color{dimgray} \cdot \color{turquoise}7 \color{dimgray} + \color{tomato}(-5) \color{dimgray} \cdot \color{turquoise}2 \color{dimgray} & \color{tomato}3 \color{dimgray} \cdot \color{steelblue}2 \color{dimgray} + \color{tomato}(-2) \color{dimgray} \cdot \color{steelblue}(-6) \color{dimgray} + \color{tomato}1 \color{dimgray} \cdot \color{steelblue}3 \color{dimgray} + \color{tomato}(-5) \color{dimgray} \cdot \color{steelblue}1 \color{dimgray} & \color{tomato}3 \color{dimgray} \cdot \color{blue}0 \color{dimgray} + \color{tomato}(-2) \color{dimgray} \cdot \color{blue}3 \color{dimgray} + \color{tomato}1 \color{dimgray} \cdot \color{blue}(-2) \color{dimgray} + \color{tomato}(-5) \color{dimgray} \cdot \color{blue}5 \color{dimgray} \\ \color{orangered}(-10) \color{dimgray} \cdot \color{turquoise}(-4) \color{dimgray} + \color{orangered}4 \color{dimgray} \cdot \color{turquoise}1 \color{dimgray} + \color{orangered}0 \color{dimgray} \cdot \color{turquoise}7 \color{dimgray} + \color{orangered}2 \color{dimgray} \cdot \color{turquoise}2 \color{dimgray} & \color{orangered}(-10) \color{dimgray} \cdot \color{steelblue}2 \color{dimgray} + \color{orangered}4 \color{dimgray} \cdot \color{steelblue}(-6) \color{dimgray} + \color{orangered}0 \color{dimgray} \cdot \color{steelblue}3 \color{dimgray} + \color{orangered}2 \color{dimgray} \cdot \color{steelblue}1 \color{dimgray} & \color{orangered}(-10) \color{dimgray} \cdot \color{blue}0 \color{dimgray} + \color{orangered}4 \color{dimgray} \cdot \color{blue}3 \color{dimgray} + \color{orangered}0 \color{dimgray} \cdot \color{blue}(-2) \color{dimgray} + \color{orangered}2 \color{dimgray} \cdot \color{blue}5 \color{dimgray} \end{pmatrix} = \)

\( \scriptsize = \begin{pmatrix} -12 -2 +7 -10 & 6 +12 +3 -5 & 0 -5 -2 -25 \\ 40 +4 +0 +4 & -20 -24 +0 +2 & 0 +12 +0 +10 \end{pmatrix} = \)

\( = \begin{pmatrix} -17 & 16 & -32 \\ 48 & -42 & 22 \end{pmatrix} \).


exerciții

Produsul matricelor
\( A = \begin{pmatrix} \color{tomato}-2 & \color{tomato}-2 & \color{tomato}10 \\ \color{orangered}-10 & \color{orangered}4 & \color{orangered}-5\end{pmatrix} \) și \( B = \begin{pmatrix} \color{turquoise}-6 & \color{steelblue}7 \\ \color{turquoise}-9 & \color{steelblue}0 \\ \color{turquoise}-8 & \color{steelblue}-1 \\ \end{pmatrix} \)

este \( A \cdot B = \)

    \( \begin{pmatrix}-17 & -24 \\ 64 & -65\end{pmatrix} \)

    \( \begin{pmatrix}-50 & -24 \\ 64 & -36\end{pmatrix} \)

    \( \begin{pmatrix}-50 & -24 \\ 64 & -65\end{pmatrix} \)

    \( \begin{pmatrix}-50 & -24 \\ 61 & -65\end{pmatrix} \)

    \( \begin{pmatrix}-55 & -24 \\ 64 & -65\end{pmatrix} \)


 


exercițiu nou

Produsul matricelor
\( A = \begin{pmatrix} \color{tomato}-2 & \color{tomato}-2 & \color{tomato}10 \\ \color{orangered}-10 & \color{orangered}4 & \color{orangered}-5\end{pmatrix} \) și \( B = \begin{pmatrix} \color{turquoise}-6 & \color{steelblue}7 \\ \color{turquoise}-9 & \color{steelblue}0 \\ \color{turquoise}-8 & \color{steelblue}-1 \\ \end{pmatrix} \)

este \( A \cdot B = \)\( \begin{pmatrix}-50 & -24 \\ 64 & -65\end{pmatrix} \).


\( C = A \cdot B = \)

\( = \begin{pmatrix} \color{tomato}-2 & \color{tomato}-2 & \color{tomato}10 \\ \color{orangered}-10 & \color{orangered}4 & \color{orangered}-5\end{pmatrix} \cdot \begin{pmatrix} \color{turquoise}-6 & \color{steelblue}7 \\ \color{turquoise}-9 & \color{steelblue}0 \\ \color{turquoise}-8 & \color{steelblue}-1 \\ \end{pmatrix} = \)

\( \scriptsize = \begin{pmatrix} \color{tomato}(-2) \color{dimgray} \cdot \color{turquoise}(-6) \color{dimgray} + \color{tomato}(-2) \color{dimgray} \cdot \color{turquoise}(-9) \color{dimgray} + \color{tomato}10 \color{dimgray} \cdot \color{turquoise}(-8) & \color{tomato}(-2) \color{dimgray} \cdot \color{steelblue}7 \color{dimgray} + \color{tomato}(-2) \color{dimgray} \cdot \color{steelblue}0 \color{dimgray} + \color{tomato}10 \color{dimgray} \cdot \color{steelblue}(-1) \\ \color{orangered}(-10) \color{dimgray} \cdot \color{turquoise}(-6) \color{dimgray} + \color{orangered}4 \color{dimgray} \cdot \color{turquoise}(-9) \color{dimgray} + \color{orangered}(-5) \color{dimgray} \cdot \color{turquoise}(-8) & \color{orangered}(-10) \color{dimgray} \cdot \color{steelblue}7 \color{dimgray} + \color{orangered}4 \color{dimgray} \cdot \color{steelblue}0 \color{dimgray} + \color{orangered}(-5) \color{dimgray} \cdot \color{steelblue}(-1)\end{pmatrix} = \)

\( \scriptsize = \begin{pmatrix} 12 + 18 - 80 & -14 + 0 - 10 \\ 60 - 36 + 40 & -70 + 0 + 5\end{pmatrix} = \)

\( = \) \( \begin{pmatrix}-50 & -24 \\ 64 & -65\end{pmatrix} \).

***
La click se selectează și copiază textul în clipboard.
Textul se lipește într-un TeX front-end program (de exemplu TeXworks) care îl transformă în .pdf
***


Întregul fișier .tex



Doar problema în format .tex