0 Daumen
838 Aufrufe

Aufgabe:Man bestimme die zu den Abbildungen gehörigen Matrizen

b) f_2((x₁ x₂))=(x₂ x₁)       R2→R2

c) f_3((x₁ x₂ x₃))=(x₁+x₂+x₃)     R3→R3

d) f_4((x₁ x₂))=((x₁+x₂) (x₁-x₂))    R2→R2


Problem/Ansatz:

Avatar von

1 Antwort

0 Daumen

b)

(x11x12x21x22)(0110)=(x12x11x22x21) \begin{pmatrix} x_{11} & x_{12} \\ x_{21} & x_{22}\end{pmatrix} *\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} =\begin{pmatrix} x_{12} & x_{11} \\ x_{22} & x_{21}\end{pmatrix} x1=(x11x21);x2=(x12x22)x_1= \begin{pmatrix} x_{11} \\ x_{21}\end{pmatrix} ; x_2= \begin{pmatrix} x_{12} \\ x_{22}\end{pmatrix}

c)

(x11x12x13x21x22x23x31x32x33)(111)=(x11+x12+x13x21+x22+x23x31+x32+x33) \begin{pmatrix} x_{11} & x_{12}&x_{13} \\x_{21}&x_{22}&x_{23}\\x_{31}&x_{32}&x_{33}\end{pmatrix} * \begin{pmatrix} 1 \\ 1\\1\end{pmatrix} = \begin{pmatrix} x_{11} + x_{12}+x_{13} \\x_{21}+x_{22}+x_{23}\\x_{31}+x_{32}+x_{33}\end{pmatrix}

d)(x11x12x21x22)(1111)=(x11+x12x11x12x21+x22x21x22) \begin{pmatrix} x_{11} & x_{12} \\ x_{21} & x_{22}\end{pmatrix} *\begin{pmatrix} 1 & 1 \\ 1 & -1 \end{pmatrix} =\begin{pmatrix} x_{11} + x_{12}&x_{11}-x_{12} \\x_{21}+ x_{22} & x_{21}-x_{22}\end{pmatrix}

Avatar von 11 k

Antwort ergänzt.

Gutes Neues Jahr.

Sind die injektiv/surjektiv oder bijektiv?

Ein anderes Problem?

Stell deine Frage