Communities

IMECC
IMECC
MA111
MA211
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Procurar help
Notifications
Mark all as read See all your notifications »
Q&A

Matriz do operador derivada

+0
−0

Considere o espaço vetorial $V$ dos polinômios de grau <= 3, com a base $\{1,x,x^2,x^3\}$. Qual é a matriz do operador derivada $D:V\rightarrow V$?

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+1
−0

$D = \begin{bmatrix} 0 & 1 & 0 & 0 \\ 0 & 0 & 2 & 0 \\ 0 & 0 & 0 & 3 \\ 0 & 0 & 0 & 0 \end{bmatrix}$

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »