0 Daumen
1,7k Aufrufe

Aufgabe:

Es sei

B : =(T0,...,Tn) \mathcal{B}:=(T^0,...,T^n) eine Basis für V und es sei

D :  VV, k=0nakTk k=1nkakTk1 D:~V \rightarrow V, \ \sum_{k=0}^n a_k\cdot T^k \ \mapsto \sum_{k=1}^n k\cdot a_k\cdot T^{k-1}

eine lineare Abbildung. Gesucht ist die darstellende Matrix MBB(D) M_\mathcal{B}^\mathcal{B}(D)


Problem/Ansatz:

Bisher habe ich das hier:

MBB(D)=(xB(D(T0)),...,xB(D(Tn)))=? M_\mathcal{B}^\mathcal{B}(D)=\Bigg(x_\mathcal{B}(D(T^0)),...,x_\mathcal{B}(D(T^n)) \Bigg)=?

Wie soll es dann weitergehen? Mich verwirrt schon die Tatsache, dass man hier Monome als Agrument benutzt, obwohl für D doch ein Polynom als Argument vorgesehen ist. Oder ist das vielleicht so gemeint?

Tj=k=0nakTk=a0T0+...+ajTj+...+anTn,k{0,..,n}{j} mit 0jn : ak=0aj=1 T^j=\sum_{k=0}^n a_k\cdot T^k=a_0\cdot T^0+...+a_j\cdot T^j+...+a_n\cdot T^n, \quad \forall k\in \{0,..,n\}\setminus{\{j\}} \text{ mit }0\leq j \leq n: a_k=0 \land a_j=1

Avatar von 15 k

Ja, genauso ist das gemeint.

T0=1T0+0T1+0T2++0Tn T^0 = 1 \cdot T^0 + 0 \cdot T^1 + 0 \cdot T^2 + \dotsm + 0 \cdot T^n T1=0T0+1T1+0T2++0Tn T^1 = 0\cdot T^0 + 1 \cdot T^1 + 0 \cdot T^2 + \dotsm + 0 \cdot T^n

Usw. Die Abbildung ordnet übrigens einem Polynom seine "Ableitung" zu.

1 Antwort

+1 Daumen
D :  VV, k=0nakTk  k=1nkakTk1D: \ V \rightarrow V, \ \sum_{k=0}^n a_k\cdot T^k \ \mapsto \ \sum_{k=1}^n k\cdot a_k\cdot T^{k-1}

Dann ist zum Beispiel für n = 5

       D(T3)
            = D(0·T0 + 0·T1 + 0·T2 + 1·T3 + 0·T4 + 0·T5)
            = 0·0·T-1 + 1·0·T0 + 2·0·T1 + 3·1·T2 + 4·0·T3 + 5·0·T4
            = 3T2

Avatar von 107 k 🚀

Ok, danke schonmal für eure (EmNero und oswald) Antworten.

Würde es dann weiter so lauten?:

MBB(D)=(xB(D(T0)),xB(D(T1)),...,xB(D(Tn1)),xB(D(Tn)))=(xB(0T01),xB(1T11),...,xB((n1)T(n1)1),xB(nTn1))=(xB(0),xB(1),...,xB((n1)Tn2),xB(nTn1))=(0100000200000n100000n) M_\mathcal{B}^\mathcal{B}(D)=\Bigg(x_\mathcal{B}(D(T^0)),x_\mathcal{B}(D(T^1)),...,x_\mathcal{B}(D(T^{n-1})),x_\mathcal{B}(D(T^n)) \Bigg)\\=\Bigg(x_\mathcal{B}(0\cdot T^{0-1}),x_\mathcal{B}(1\cdot T^{1-1}),...,x_\mathcal{B}((n-1)\cdot T^{(n-1)-1}),x_\mathcal{B}(n\cdot T^{n-1}) \Bigg)\\=\Bigg(x_\mathcal{B}(0),x_\mathcal{B}(1),...,x_\mathcal{B}((n-1)\cdot T^{n-2}),x_\mathcal{B}(n\cdot T^{n-1}) \Bigg)\\=\begin{pmatrix} 0 & 1 & 0 &\cdots & 0 & 0\\ 0 & 0 & 2 &\cdots & 0 & 0\\\vdots & \vdots & \vdots & \ddots & \vdots & \vdots\\ 0 & 0 & 0 & \cdots & n-1 & 0\\0 & 0 & 0 & \cdots & 0 & n\end{pmatrix}

Ich glaub, ich hab da eine Zeile vergessen, da ich mich auf die Basis B beziehen soll:

MBB(D)=(0100000200000n100000n00000) M_\mathcal{B}^\mathcal{B}(D)=\begin{pmatrix} 0 & 1 & 0 &\cdots & 0 & 0\\ 0 & 0 & 2 &\cdots & 0 & 0\\\vdots & \vdots & \vdots & \ddots & \vdots & \vdots\\ 0 & 0 & 0 & \cdots & n-1 & 0\\0 & 0 & 0 & \cdots & 0 & n\\ 0 & 0 & 0 & \cdots & 0 & 0\end{pmatrix}

Ein anderes Problem?

Stell deine Frage