Content deleted Content added
Adamant.pwn (talk | contribs) →Functions of matrices: This doesn't seem right. Most likely only works for lambda=0? Tag: Reverted |
Undid revision 1031993729 by Adamant.pwn (talk)There was nothing wrong with this. Why remove it? |
||
Line 63:
0 & 0 & 0 & \cdots & f(\lambda) & f^\prime (\lambda) \\
0 & 0 & 0 & \cdots & 0 & f(\lambda) \\
\end{bmatrix}
=
\begin{bmatrix}
a_0 & a_1 & a_2 & \cdots & a_{n-2} & a_{n-1} \\
0 & a_0 & a_1 & \cdots & a_{n-3} & a_{n-2} \\
0 & 0 & a_0 & \cdots & a_{n-4} & a_{n-3} \\
\vdots & \vdots & \vdots & \ddots & \vdots & \vdots \\
0 & 0 & 0 & \cdots & a_0 & a_1 \\
0 & 0 & 0 & \cdots & 0 & a_0 \\
\end{bmatrix}.</math>
|