Ivan Shishkin, Rye (1878)

Problems/OtherExerciseUnreviewed

Polynome caractéristique d’une simple matrice

by SalixBabylonica·
20
Difficulty scaleÉchelle de difficulté

This score reflects both the level of the required concepts and the difficulty of the solution.Ce score tient compte à la fois du niveau des notions nécessaires et de la difficulté de la résolution.

  1. 110First steps / middle schoolPremiers pas / collège
  2. 1125Beginner / high schoolDébutant / lycée
  3. 2650Intermediate / undergraduateIntermédiaire / licence
  4. 5170Advanced / graduateAvancé / master
  5. 7190Expert / specializedExpert / spécialisé
  6. 91100Research levelNiveau recherche
These levels are approximate guides.Ces niveaux sont des repères approximatifs.
·
Français

Showing the Français version because no English translation exists yet. Add that translation.

Unreviewed. This problem has not been reviewed by trusted users yet.

On considère la matrice A=(1234)A =\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.

  1. Calculer son polynôme caractéristique.
I solved itMark it doneAdd to my listKeep it in your list

Solutions

1
Reveal solutionsAre you sure? Give it a try first.

Solution by SalixBabylonica

Discussions0 useful votes

Par définition, le polynôme caractéristique est donné par

χA(X)=det(XI2A).\chi_A(X) = \det(X I_2 - A).

Commençons par former la matrice XI2AX I_2 - A :

XI2A=(X123X4).X I_2 - A = \begin{pmatrix} X - 1 & -2 \\ -3 & X - 4 \end{pmatrix}.

Le déterminant de cette matrice s’écrit alors

χA(X)=(X1)(X4)(2)(3)=X25X+46=X25X2.\chi_A(X) = (X - 1)(X - 4) - (-2)(-3) = X^2 - 5X + 4 - 6 = X^2 - 5X - 2.

Report

For an unclear, ambiguous, or possibly incorrect statement, please use the Discussion tab on the right. Report content that needs moderator intervention, such as dangerous, clearly non-mathematical, or plagiarized content.