Modifications apportées au TD2 de mathématiques générales

This commit is contained in:
Feror 2026-04-02 11:06:07 +02:00
parent f45d871e3a
commit f526d3f085
3 changed files with 6 additions and 4 deletions

Binary file not shown.

View file

@ -1,10 +1,12 @@
![[CI-SST81E6_TD2.pdf]]
# Exercice 1: # Exercice 1:
$A=\pmatrix{-1&0&1\\1&0&-1\\0&0&0}$ $A=\pmatrix{-1&0&1\\1&0&-1\\0&0&0}$
## 1) ## 1)
$X_A(x)=\det{(x\times I - A)}=\matrix{+\\-\\+}\begin{vmatrix}x+1&0&-1\\-1&x&1\\0&0&x\end{vmatrix}=x^3+x^x=x^2(x+1)$ $X_A(x)=\det{(x\times I - A)}=\matrix{+\\-\\+}\begin{vmatrix}x+1&0&-1\\-1&x&1\\0&0&x\end{vmatrix}=x^3+x^x=x^2(x+1)$
## 2) ## 2)
$A\times (A+I)$ On veut calculer $A\times (A+I)$
$A+I=\pmatrix{0&0&1\\1&1&1\\0&0&1}\pmatrix{-1&0&1\\1&0&-1\\0&0&0}=\pmatrix{0&0&0\\0&0&0\\0&0&0}$ $A+I=\pmatrix{0&0&1\\1&1&-1\\0&0&1}$
$A\times (A+I)=\pmatrix{0&0&1\\1&1&-1\\0&0&1}\pmatrix{-1&0&1\\1&0&-1\\0&0&0}=\pmatrix{0&0&0\\0&0&0\\0&0&0}$
$p:x\rightarrow x(x+1)$. $p:x\rightarrow x(x+1)$.
$p$ est le polynome minimal de $A$. $p$ est le polynome minimal de $A$.