Calcul matriciel

Exercices corrigés de calcul matriciel pour Mpsi Pcsi, et pour Spé Mp, Pc, Psi (posés aux concours Polytechnique, Ens, Mines, Centrale, Ccp, etc.)

Matrices bistochastiques, épisode 1

Soit {A=(a_{i,j})_{0\le i,j\le n-1}} dans {\mathcal{M}_{n}(\mathbb{R})}.
On dit que A est {\mu}magique si la somme de chaque ligne et de chaque colonne vaut {\mu}.
On dit que {A} est bistochastique si A est {1}-magique et si les {a_{i,j}} sont positifs ou nuls.
On note {\mathcal{B}_n(\mathbb{R})} l’ensemble des matrices bistochastiques d’ordre n.
On note {\mathcal{P}_n(\mathbb{R})\subset\,\mathcal{B}_n(\mathbb{R})} l’ensemble des matrices de permutations {P_{\sigma}} d’ordre n.
On illustre ici ces notions avec Python.

Forme linéaire, matrices semblables

(Oral Mines-Ponts)
Soit {\varphi} une forme linéaire sur {{\mathcal M}_{n}(\mathbb{C})}.
1. Montrer : {\exists\,!\,\,A,\;\forall\, M,\;\varphi(M)=\text{tr}(AM)}
2. On suppose : {\forall M,\,\forall P \in \text{GL}_{n},\varphi(P^{-1}MP)=\varphi(M)}\quadMontrer : {\exists\,\lambda\in\mathbb{C},\;\forall\, M,\;\varphi(M) = \lambda\,\text{tr}(M)}.

Exp(A), avec A antisymétrique

(Oral X-Cachan Psi)
Soit {A =\begin{pmatrix}0&-c&b\\ c& 0& a\\-b&-a&0\end{pmatrix}\in {\mathcal M}_{3}(\mathbb{R})}.
1. Montrer : {\exists\theta\in\mathbb{R},\;A^{3}=-\theta A}.
2. Montrer : {\forall\, n\in\,\mathbb{N}^{*},\;A^{2n}=(-\theta)^{n-1}A^{2}}.
3. On pose {S_{n}=\displaystyle\sum_{k=0}^{n}\dfrac{1}{k!}A^{k}}.
Montrer que {S_{\infty}= \displaystyle\lim_{n\rightarrow+\infty}S_{n}} existe.
Calculer {(\alpha,\beta) \in\,\mathbb{R}^{2}} tel que {S_{\infty} = I_{3} + \alpha A + \beta A^{2}}.