SlideShare una empresa de Scribd logo
1 de 10
Descargar para leer sin conexión
ALGEBRA LINEAL
DOCENTE: MARCO ANTONIO LA TORRE VILCA 2021-II
Universidad Tecnológica de los Andes
EAP: Ingeniería Civil
Diagonalizacion de Matrices
Diagonalizacion de Matrices
Matrices semejantes (similares)
Definición
Se dice que una matriz 𝐵 es semejante o
similar a una matriz 𝐴, si existe una matriz
no singular 𝑃, tal que
𝐵 = 𝑃−1𝐴𝑃
Ejemplo 1
Sea 𝐴 =
1 1
−2 4
determine la matriz
semejante a 𝐴.
Solución
Sea: 𝑃 =
1 1
1 2
→ 𝑃−1 =
2 −1
−1 1
Entonces
𝐵 =
2 −1
−1 1
1 1
−2 4
1 1
1 2
=
2 −1
−1 1
2 3
2 6
=
2 0
0 3
Por lo tanto 𝐵 =
2 0
0 3
es semejante a 𝐴.
Teorema
Sean 𝐴, 𝐵, 𝐶 ∈ 𝐾𝑛, entonces.
1) 𝐴 es semejante a 𝐴
2) si 𝐴 es semejante a 𝐵, entonces 𝐵 es
semejante a 𝐴
3) si 𝐴 es semejante a 𝐵 y 𝐵 es semejante a
𝐶, entonces 𝐴 es semejante a 𝐶.
Definición
Decimos que la matriz 𝐴 es diagonalizable si
es semejante a la matriz diagonal. En este
caso, también decimos que 𝐴 puede
diagonalizarse.
Teorema
Matrices semejantes tienen los mismos
valores propios.
Prueba
Sean 𝐴 𝑦 𝐵 matrices semejantes, entonces
𝐵 = 𝑃−1𝐴𝑃 para alguna matriz no singular 𝑃.
Debemos demostrar que 𝑃𝐴 𝜆 = 𝑃𝐵(𝜆) ,
tenemos
𝑃𝐵 𝜆 = det 𝜆𝐼𝑛 − 𝐵
= 𝑑𝑒𝑡 𝜆𝐼𝑛 − 𝑃−1𝐴𝑃
= 𝑑𝑒𝑡 𝑃−1𝜆𝐼𝑛𝑃 − 𝑃−1𝐴𝑃
= 𝑑𝑒𝑡 𝑃−1 𝜆𝐼𝑛 − 𝐴 𝑃
= 𝑑𝑒𝑡 𝑃−1 𝑑𝑒𝑡 𝜆𝐼𝑛 − 𝐴 𝑑𝑒𝑡 𝑃
= 𝑑𝑒𝑡 𝑃−1 𝑑𝑒𝑡 𝑃 𝑑𝑒𝑡 𝜆𝐼𝑛 − 𝐴
= 𝑑𝑒𝑡 𝜆𝐼𝑛 − 𝐴 = 𝑃𝐴 𝜆
Como 𝑃𝐴 𝜆 = 𝑃𝐵(𝜆), resulta que 𝐴 𝑦 𝐵 tienen
los mismos valores propios.
Teorema
Una matriz 𝐴 ∈ 𝐾𝑛 es diagonalizable si y solo
si tiene n vectores propios linealmente
independientes.
Ejemplo 2
Sea 𝐴 =
1 1
−2 4
, cuyos vectores propios son
𝑣1 =
1
1
y 𝑣2 =
1
2
, decir si A es
diagonalizable.
Solución
Para que 𝐴 sea diagonalizable entonces
𝑣1 𝑦 𝑣2 deben ser LI.
𝑐1
1
1
+ 𝑐2
1
2
=
0
0
1 1 0
1 2 0
𝐹2 − 𝐹1
1 1 0
0 1 0
𝐹1 − 𝐹2
1 0 0
0 1 0
Entonces 𝑐1 = 𝑐2 = 0, por lo tanto 𝑣1 𝑦 𝑣2
son LI.
Ejemplo 3
Sea 𝐴 =
4 2
3 3
, 𝐴 es diagonalizable en caso
cierto hallar la matriz diagonal
Solución
𝑃 𝜆 =
𝜆 − 4 −2
−3 𝜆 − 3
= 𝜆 − 4 𝜆 − 3 − 6 = 0
𝜆2 − 7𝜆 + 6 = 0 𝜆 − 6 𝜆 − 1 = 0
Entonces 𝜆1 = 1, 𝜆2 = 6
Hallando sus vectores propios se tiene:
Para 𝜆1 = 1
−3 −2
−3 −2
𝑥
𝑦 =
0
0
−3 −2 0
−3 −2 0
𝐹2 − 𝐹1
−3 −2 0
0 0 0
En la fila 1 se tiene −3𝑥 − 2𝑦 = 0 𝑥 = −
2
3
𝑦
𝑥
𝑦 = −
2
3
𝑦
𝑦
= −
𝑦
3
2
−3
𝑣1 =
2
−3
Para 𝜆2 = 6
2 −2
−3 3
𝑥
𝑦 =
0
0
2 −2 0
−3 3 0
𝐹2 +
3
2
𝐹1
2 −2 0
0 0 0
En la fila 1 se tiene: 2𝑥 − 2𝑦 = 0 𝑥 = 𝑦
𝑥
𝑦 =
𝑦
𝑦 = 𝑦
1
1
𝑣2 =
1
1
Veremos si 𝑣1 𝑦 𝑣2 son LI
𝑐1
2
−3
+ 𝑐2
1
1
=
0
0
2 1 0
−3 1 0
𝐹2 + 𝐹1
2 1 0
−1 2 0
−𝐹2
𝐹12
1 −2 0
2 1 0
𝐹2 − 2𝐹1
1 −2 0
0 5 0
1
5
𝐹2
1 −2 0
0 1 0
𝐹1 + 2𝐹2
1 0 0
0 1 0
Entonces 𝑐1 = 𝑐2 = 0 por lo tanto 𝑣1 𝑦 𝑣2 son LI
Por lo tanto, A es diagonalizable
𝑃 =
2 1
−3 1
2 1
−3 1
1 0
0 1
−𝐹2
𝐹12
3 −1
2 1
0 −1
1 0
𝐹1 − 𝐹2
1 −2
2 1
−1 −1
1 0
𝐹2 − 2𝐹1
1 −2
0 5
−1 −1
3 2
1
5
𝐹2
1 −2
0 1
−1 −1
Τ
3 5 Τ
2 5
𝐹1 + 2𝐹2
1 0
0 1
Τ
1 5 − Τ
1 5
Τ
3 5 Τ
2 5
Entonces 𝑃−1 =
Τ
1 5 − Τ
1 5
Τ
3 5 Τ
2 5
𝑃−1𝐴𝑃 =
Τ
1 5 − Τ
1 5
Τ
3 5 Τ
2 5
4 2
3 3
2 1
−3 1
Τ
1 5 − Τ
1 5
Τ
3 5 Τ
2 5
2 6
−3 6
=
1 0
0 6
Teorema
Si todas las raíces del polinomio característico
de una matriz 𝐴 ∈ 𝐾𝑛 son distintas (es decir si
todas son diferentes entre si), 𝐴 es
diagonalizable.
Diagonalizacion de matrices simétricas
Teorema
Todas las raíces del polinomio característico
de una matriz simétrica son números reales.
Teorema
Si 𝐴 es una matriz simétrica, los vectores
propios correspondientes a valores propios
distintos de 𝐴 son ortogonales.
Definición
Una matriz no singular 𝐴 es una matriz
ortogonal si:
𝐴−1 = 𝐴𝑇
También podemos decir que una matriz no
singular 𝐴 es ortogonal si 𝐴𝑇𝐴 = 𝐼𝑛
Teorema
La matriz 𝐴 ∈ 𝐾𝑛 es ortogonal si y solo si las
columnas y las filas forman un conjunto
ortonormal de vectores en 𝑅𝑛
Teorema
Si 𝐴 ∈ 𝐾𝑛 es una matriz simétrica, entonces
existe una matriz ortogonal 𝑃 tal que 𝑃−1𝐴𝑃 =
𝐷 , es una matriz diagonal. Los valores
propios de 𝐴 están sobre la diagonal principal
de 𝐷.
Teorema
Una matriz 𝐴 ∈ 𝐾𝑛 es ortogonalmente
diagonalizable si y solo si es simétrica.
Ejemplo 1
Dada la matriz simétrica 𝐴 =
0 0 −2
0 −2 0
−2 0 3
.
Diagonalice la matriz 𝐴.
Solución
Hallando loa valores propios
𝑃 𝜆 =
𝜆 0 2
0 𝜆 + 2 0
2 0 𝜆 − 3
= 𝜆 𝜆 + 2 𝜆 − 3 − 4 𝜆 + 2
𝑃 𝜆 = 𝜆 + 2 𝜆2 − 3𝜆 − 4 = 𝜆 + 2 𝜆 − 4 𝜆 + 1 = 0
Entonces: 𝜆1 = −2, 𝜆2 = −1, 𝜆3 = 4
Para 𝜆1 = −2
−2 0 2
0 0 0
2 0 −5
𝑥
𝑦
𝑧
=
0
0
0
−2 0 2 0
0 0 0 0
2 0 −5 0
−
1
2
𝐹1
1 0 −1 0
0 0 0 0
2 0 −5 0
𝐹3 − 2𝐹1
1 0 −1 0
0 0 0 0
0 0 −3 0
−
1
3
𝐹3
1 0 −1 0
0 0 0 0
0 0 1 0
De la tercera fila 𝑧 = 0
De la primera fila 𝑥 − 𝑧 = 0, entonces 𝑥 = 0
𝑥
𝑦
𝑧
=
0
𝑦
0
= 𝑦
0
1
0
→ 𝑣1 =
0
1
0
Para 𝜆2 = −1
−1 0 2
0 1 0
2 0 −4
𝑥
𝑦
𝑧
=
0
0
0
−1 0 2 0
0 1 0 0
2 0 −4 0
− 𝐹1
1 0 −2 0
0 1 0 0
2 0 −4 0
𝐹3 − 2𝐹1
1 0 −2 0
0 1 0 0
0 0 0 0
De la primera fila 𝑥 − 2𝑧 = 0 → 𝑥 = 2𝑧
De la segunda fila 𝑦 = 0
𝑥
𝑦
𝑧
=
2𝑧
0
𝑧
= 𝑧
2
0
1
→ 𝑣2 =
2
0
1
Para 𝜆3 = 4
4 0 2
0 6 0
2 0 1
𝑥
𝑦
𝑧
=
0
0
0
4 0 2 0
0 6 0 0
2 0 1 0
1
2
𝐹3
𝐹13
1 0 Τ
1 2 0
0 6 0 0
4 0 2 0
𝐹3 − 4𝐹1
1
6
𝐹2
1 0 Τ
1 2 0
0 1 0 0
0 0 0 0
De la primera fila 𝑥 + 1
2
𝑧 = 0 → 𝑧 = −2𝑥
De la segunda fila 𝑦 = 0
𝑥
𝑦
𝑧
=
𝑥
0
−2𝑥
= 𝑥
1
0
−2
→ 𝑣3 =
1
0
−2
Por lo tanto
𝑃 =
0 2 1
1 0 0
0 1 −2
Hallando su inversa
0 2 1 1 0 0
1 0 0 0 1 0
0 1 −2 0 0 1
𝐹12
1 0 0 0 1 0
0 2 1 1 0 0
0 1 −2 0 0 1
𝐹23
1 0 0 0 1 0
0 1 −2 0 0 1
0 2 1 1 0 0
𝐹3 − 2𝐹2
1 0 0 0 1 0
0 1 −2 0 0 1
0 0 5 1 0 −2
1
5
𝐹3
1 0 0 0 1 0
0 1 −2 0 0 1
0 0 1 Τ
1 5 0 − Τ
2 5
𝐹2 + 2𝐹3
1 0 0 0 1 0
0 1 0 Τ
2 5 0 − Τ
1 5
0 0 1 Τ
1 5 0 − Τ
2 5
𝑃−1 =
0 1 0
Τ
2 5 0 − Τ
1 5
Τ
1 5 0 − Τ
2 5
Entonces
𝐷 = 𝑃−1𝐴𝑃
𝐷 =
0 1 0
Τ
2 5 0 − Τ
1 5
Τ
1 5 0 − Τ
2 5
0 0 −2
0 −2 0
−2 0 3
0 2 1
1 0 0
0 1 −2
0 1 0
Τ
2 5 0 − Τ
1 5
Τ
1 5 0 − Τ
2 5
0 −2 4
−2 0 0
0 −1 −8
=
−2 0 0
0 −1 0
0 0 4
Otra forma de Diagonalizar es:
Como 𝑣1 ∙ 𝑣2 =
0
1
0
∙
2
0
1
= 0 + 0 + 0 = 0
𝑣2 ∙ 𝑣3 =
2
0
1
∙
1
0
−2
= 2 + 0 − 2 = 0
𝑣1 ∙ 𝑣3 =
0
1
0
∙
1
0
−2
= 0 + 0 + 0 = 0
Normalizando estos vectores se tiene:
𝑢1 =
0
1
0
, 𝑢1 =
Τ
2 5
0
Τ
1 5
, 𝑢1 =
Τ
1 5
0
− Τ
2 5
Entonces
𝑃 =
0 Τ
2 5 Τ
1 5
1 0 0
0 Τ
1 5 − Τ
2 5
→ 𝑃𝑇 =
0 1 0
Τ
2 5 0 Τ
1 5
Τ
1 5 0 − Τ
2 5
Por lo tanto
𝐷 = 𝑃𝑇𝐴𝑃
0 1 0
Τ
2 5 0 Τ
1 5
Τ
1 5 0 − Τ
2 5
0 0 −2
0 −2 0
−2 0 3
0 Τ
2 5 Τ
1 5
1 0 0
0 Τ
1 5 − Τ
2 5
=
0 1 0
Τ
2 5 0 Τ
1 5
Τ
1 5 0 − Τ
2 5
0 − Τ
2 5 Τ
4 5
−2 0 0
0 − Τ
1 5 − Τ
8 5
=
−2 0 0
0 −1 0
0 0 4
Ejemplo 2
Sea 𝐴 =
2
3
−2
3
1
3
2
3
1
3
−2
3
1
3
2
3
2
3
, ¿ 𝐴 es una matriz
ortogonal?
Solución
2
3
2
3
1
3
−
2
3
1
3
2
3
1
3
−
2
3
2
3
2
3
−
2
3
1
3
2
3
1
3
−
2
3
1
3
2
3
2
3
=
1 0 0
0 1 0
0 0 1
Por lo tanto la matriz 𝐴 es ortogonal.

Más contenido relacionado

Similar a Diagonalizacion de matrices simétricas

La línea recta 20-ABRIL.pptx
La línea recta 20-ABRIL.pptxLa línea recta 20-ABRIL.pptx
La línea recta 20-ABRIL.pptxgerardo Jaramillo
 
ayg1 r3 clase pc23.pdf
ayg1  r3 clase pc23.pdfayg1  r3 clase pc23.pdf
ayg1 r3 clase pc23.pdfAnaMaria175684
 
Puntos y rectas completo
Puntos y rectas completoPuntos y rectas completo
Puntos y rectas completoSilvia Vedani
 
Semana 32 determinantes álgebra uni ccesa007
Semana 32 determinantes  álgebra uni ccesa007Semana 32 determinantes  álgebra uni ccesa007
Semana 32 determinantes álgebra uni ccesa007Demetrio Ccesa Rayme
 
Tarea 2 Actividad coolaborativa.docx
Tarea 2 Actividad coolaborativa.docxTarea 2 Actividad coolaborativa.docx
Tarea 2 Actividad coolaborativa.docxNelsonAugustoBrunMon
 
Presentación de matemáticas 3, ecuaciones
Presentación de matemáticas 3, ecuacionesPresentación de matemáticas 3, ecuaciones
Presentación de matemáticas 3, ecuacionesJenniferLuna54
 
Espacios Vectoriales de álgebra lineal primero
Espacios Vectoriales de álgebra lineal primeroEspacios Vectoriales de álgebra lineal primero
Espacios Vectoriales de álgebra lineal primeroAnthonyMarceloMuelaC
 
00675591402IA02S11081531Semana4dealgebraLineal2022-2 (1).pdf
00675591402IA02S11081531Semana4dealgebraLineal2022-2 (1).pdf00675591402IA02S11081531Semana4dealgebraLineal2022-2 (1).pdf
00675591402IA02S11081531Semana4dealgebraLineal2022-2 (1).pdfronaldofernandezhuam1
 
MAT-214 7ma clase.pdf
MAT-214  7ma clase.pdfMAT-214  7ma clase.pdf
MAT-214 7ma clase.pdfVLAZZXOf1
 
Siste de ecuaciones Homogeneas
Siste de ecuaciones HomogeneasSiste de ecuaciones Homogeneas
Siste de ecuaciones Homogeneaservin villa
 
Combinatorios con numerador fraccionario o negativo y binomio de newton (Repa...
Combinatorios con numerador fraccionario o negativo y binomio de newton (Repa...Combinatorios con numerador fraccionario o negativo y binomio de newton (Repa...
Combinatorios con numerador fraccionario o negativo y binomio de newton (Repa...Enrique Ramon Acosta Ramos
 
Tabla de-indeterminaciones
Tabla de-indeterminacionesTabla de-indeterminaciones
Tabla de-indeterminacionesSabena29
 
Series y Sucesiones.pdf
Series y Sucesiones.pdfSeries y Sucesiones.pdf
Series y Sucesiones.pdfYolberEsc
 
Coeficientes multinomiales y generalizacion del triangulo de Pascal
Coeficientes multinomiales y generalizacion del triangulo de PascalCoeficientes multinomiales y generalizacion del triangulo de Pascal
Coeficientes multinomiales y generalizacion del triangulo de PascalEnrique Ramon Acosta Ramos
 
ULTRARRESUMEN ALGEBRA CURSO INTEGRAL PREU
ULTRARRESUMEN ALGEBRA CURSO INTEGRAL PREUULTRARRESUMEN ALGEBRA CURSO INTEGRAL PREU
ULTRARRESUMEN ALGEBRA CURSO INTEGRAL PREURoyPeceros
 
Solución Examen de Mejoramiento II Término 2017
Solución Examen de Mejoramiento II Término 2017Solución Examen de Mejoramiento II Término 2017
Solución Examen de Mejoramiento II Término 2017eduardo paredes
 
Matrices 1°parte
Matrices 1°parteMatrices 1°parte
Matrices 1°parteDaniel
 

Similar a Diagonalizacion de matrices simétricas (20)

La línea recta 20-ABRIL.pptx
La línea recta 20-ABRIL.pptxLa línea recta 20-ABRIL.pptx
La línea recta 20-ABRIL.pptx
 
ayg1 r3 clase pc23.pdf
ayg1  r3 clase pc23.pdfayg1  r3 clase pc23.pdf
ayg1 r3 clase pc23.pdf
 
Matrices
MatricesMatrices
Matrices
 
Puntos y rectas completo
Puntos y rectas completoPuntos y rectas completo
Puntos y rectas completo
 
Semana 32 determinantes álgebra uni ccesa007
Semana 32 determinantes  álgebra uni ccesa007Semana 32 determinantes  álgebra uni ccesa007
Semana 32 determinantes álgebra uni ccesa007
 
U3 calculo vectorial
U3 calculo vectorialU3 calculo vectorial
U3 calculo vectorial
 
Tarea 2 Actividad coolaborativa.docx
Tarea 2 Actividad coolaborativa.docxTarea 2 Actividad coolaborativa.docx
Tarea 2 Actividad coolaborativa.docx
 
Presentación de matemáticas 3, ecuaciones
Presentación de matemáticas 3, ecuacionesPresentación de matemáticas 3, ecuaciones
Presentación de matemáticas 3, ecuaciones
 
Espacios Vectoriales de álgebra lineal primero
Espacios Vectoriales de álgebra lineal primeroEspacios Vectoriales de álgebra lineal primero
Espacios Vectoriales de álgebra lineal primero
 
00675591402IA02S11081531Semana4dealgebraLineal2022-2 (1).pdf
00675591402IA02S11081531Semana4dealgebraLineal2022-2 (1).pdf00675591402IA02S11081531Semana4dealgebraLineal2022-2 (1).pdf
00675591402IA02S11081531Semana4dealgebraLineal2022-2 (1).pdf
 
MAT-214 7ma clase.pdf
MAT-214  7ma clase.pdfMAT-214  7ma clase.pdf
MAT-214 7ma clase.pdf
 
Siste de ecuaciones Homogeneas
Siste de ecuaciones HomogeneasSiste de ecuaciones Homogeneas
Siste de ecuaciones Homogeneas
 
Combinatorios con numerador fraccionario o negativo y binomio de newton (Repa...
Combinatorios con numerador fraccionario o negativo y binomio de newton (Repa...Combinatorios con numerador fraccionario o negativo y binomio de newton (Repa...
Combinatorios con numerador fraccionario o negativo y binomio de newton (Repa...
 
Tabla de-indeterminaciones
Tabla de-indeterminacionesTabla de-indeterminaciones
Tabla de-indeterminaciones
 
Series y Sucesiones.pdf
Series y Sucesiones.pdfSeries y Sucesiones.pdf
Series y Sucesiones.pdf
 
Matrices
MatricesMatrices
Matrices
 
Coeficientes multinomiales y generalizacion del triangulo de Pascal
Coeficientes multinomiales y generalizacion del triangulo de PascalCoeficientes multinomiales y generalizacion del triangulo de Pascal
Coeficientes multinomiales y generalizacion del triangulo de Pascal
 
ULTRARRESUMEN ALGEBRA CURSO INTEGRAL PREU
ULTRARRESUMEN ALGEBRA CURSO INTEGRAL PREUULTRARRESUMEN ALGEBRA CURSO INTEGRAL PREU
ULTRARRESUMEN ALGEBRA CURSO INTEGRAL PREU
 
Solución Examen de Mejoramiento II Término 2017
Solución Examen de Mejoramiento II Término 2017Solución Examen de Mejoramiento II Término 2017
Solución Examen de Mejoramiento II Término 2017
 
Matrices 1°parte
Matrices 1°parteMatrices 1°parte
Matrices 1°parte
 

Más de MERYCONDORIMEJIA1

MODELOS DE PLAN DE NEGOCIO.pdf
MODELOS DE PLAN DE NEGOCIO.pdfMODELOS DE PLAN DE NEGOCIO.pdf
MODELOS DE PLAN DE NEGOCIO.pdfMERYCONDORIMEJIA1
 
INSTRUMENTOS TOPOGRÁFICOS EN LA ANTIGÜEDAD.docx
INSTRUMENTOS TOPOGRÁFICOS EN LA ANTIGÜEDAD.docxINSTRUMENTOS TOPOGRÁFICOS EN LA ANTIGÜEDAD.docx
INSTRUMENTOS TOPOGRÁFICOS EN LA ANTIGÜEDAD.docxMERYCONDORIMEJIA1
 
PILOTES UNIVERSIDAD TECNOLÓGICA DE LOS ANDES.docx
PILOTES UNIVERSIDAD TECNOLÓGICA DE LOS ANDES.docxPILOTES UNIVERSIDAD TECNOLÓGICA DE LOS ANDES.docx
PILOTES UNIVERSIDAD TECNOLÓGICA DE LOS ANDES.docxMERYCONDORIMEJIA1
 
PPTS INTRODUCCION ALA GEOTECNIA NUEVO (1).pptx
PPTS INTRODUCCION ALA GEOTECNIA NUEVO (1).pptxPPTS INTRODUCCION ALA GEOTECNIA NUEVO (1).pptx
PPTS INTRODUCCION ALA GEOTECNIA NUEVO (1).pptxMERYCONDORIMEJIA1
 

Más de MERYCONDORIMEJIA1 (8)

2019_MATP-PIU_16-1_02_T.pdf
2019_MATP-PIU_16-1_02_T.pdf2019_MATP-PIU_16-1_02_T.pdf
2019_MATP-PIU_16-1_02_T.pdf
 
TFPP EEYN 2019 DJS.pdf
TFPP EEYN 2019 DJS.pdfTFPP EEYN 2019 DJS.pdf
TFPP EEYN 2019 DJS.pdf
 
MODELOS DE PLAN DE NEGOCIO.pdf
MODELOS DE PLAN DE NEGOCIO.pdfMODELOS DE PLAN DE NEGOCIO.pdf
MODELOS DE PLAN DE NEGOCIO.pdf
 
PLAN DE NEGOCIO SANGAY.pdf
PLAN DE NEGOCIO SANGAY.pdfPLAN DE NEGOCIO SANGAY.pdf
PLAN DE NEGOCIO SANGAY.pdf
 
INSTRUMENTOS TOPOGRÁFICOS EN LA ANTIGÜEDAD.docx
INSTRUMENTOS TOPOGRÁFICOS EN LA ANTIGÜEDAD.docxINSTRUMENTOS TOPOGRÁFICOS EN LA ANTIGÜEDAD.docx
INSTRUMENTOS TOPOGRÁFICOS EN LA ANTIGÜEDAD.docx
 
ECUACION DIFERENCIAL.docx
ECUACION DIFERENCIAL.docxECUACION DIFERENCIAL.docx
ECUACION DIFERENCIAL.docx
 
PILOTES UNIVERSIDAD TECNOLÓGICA DE LOS ANDES.docx
PILOTES UNIVERSIDAD TECNOLÓGICA DE LOS ANDES.docxPILOTES UNIVERSIDAD TECNOLÓGICA DE LOS ANDES.docx
PILOTES UNIVERSIDAD TECNOLÓGICA DE LOS ANDES.docx
 
PPTS INTRODUCCION ALA GEOTECNIA NUEVO (1).pptx
PPTS INTRODUCCION ALA GEOTECNIA NUEVO (1).pptxPPTS INTRODUCCION ALA GEOTECNIA NUEVO (1).pptx
PPTS INTRODUCCION ALA GEOTECNIA NUEVO (1).pptx
 

Último

osciloscopios Mediciones Electricas ingenieria.pdf
osciloscopios Mediciones Electricas ingenieria.pdfosciloscopios Mediciones Electricas ingenieria.pdf
osciloscopios Mediciones Electricas ingenieria.pdfIvanRetambay
 
Ingeniería clínica 1 Ingeniería biomedica
Ingeniería clínica 1 Ingeniería biomedicaIngeniería clínica 1 Ingeniería biomedica
Ingeniería clínica 1 Ingeniería biomedicaANACENIMENDEZ1
 
COMPEDIOS ESTADISTICOS DE PERU EN EL 2023
COMPEDIOS ESTADISTICOS DE PERU EN EL 2023COMPEDIOS ESTADISTICOS DE PERU EN EL 2023
COMPEDIOS ESTADISTICOS DE PERU EN EL 2023RonaldoPaucarMontes
 
DOCUMENTO PLAN DE RESPUESTA A EMERGENCIAS MINERAS
DOCUMENTO PLAN DE RESPUESTA A EMERGENCIAS MINERASDOCUMENTO PLAN DE RESPUESTA A EMERGENCIAS MINERAS
DOCUMENTO PLAN DE RESPUESTA A EMERGENCIAS MINERASPersonalJesusGranPod
 
Quimica Raymond Chang 12va Edicion___pdf
Quimica Raymond Chang 12va Edicion___pdfQuimica Raymond Chang 12va Edicion___pdf
Quimica Raymond Chang 12va Edicion___pdfs7yl3dr4g0n01
 
Comite Operativo Ciberseguridad 012020.pptx
Comite Operativo Ciberseguridad 012020.pptxComite Operativo Ciberseguridad 012020.pptx
Comite Operativo Ciberseguridad 012020.pptxClaudiaPerez86192
 
Reporte de simulación de flujo del agua en un volumen de control MNVA.pdf
Reporte de simulación de flujo del agua en un volumen de control MNVA.pdfReporte de simulación de flujo del agua en un volumen de control MNVA.pdf
Reporte de simulación de flujo del agua en un volumen de control MNVA.pdfMikkaelNicolae
 
Tinciones simples en el laboratorio de microbiología
Tinciones simples en el laboratorio de microbiologíaTinciones simples en el laboratorio de microbiología
Tinciones simples en el laboratorio de microbiologíaAlexanderimanolLencr
 
ECONOMIA APLICADA SEMANA 555555555555555555.pdf
ECONOMIA APLICADA SEMANA 555555555555555555.pdfECONOMIA APLICADA SEMANA 555555555555555555.pdf
ECONOMIA APLICADA SEMANA 555555555555555555.pdffredyflores58
 
PERFORACIÓN Y VOLADURA EN MINERÍA APLICADO
PERFORACIÓN Y VOLADURA EN MINERÍA APLICADOPERFORACIÓN Y VOLADURA EN MINERÍA APLICADO
PERFORACIÓN Y VOLADURA EN MINERÍA APLICADOFritz Rebaza Latoche
 
INTEGRALES TRIPLES CLASE TEORICA Y PRÁCTICA
INTEGRALES TRIPLES CLASE TEORICA Y PRÁCTICAINTEGRALES TRIPLES CLASE TEORICA Y PRÁCTICA
INTEGRALES TRIPLES CLASE TEORICA Y PRÁCTICAJOSLUISCALLATAENRIQU
 
aCARGA y FUERZA UNI 19 marzo 2024-22.ppt
aCARGA y FUERZA UNI 19 marzo 2024-22.pptaCARGA y FUERZA UNI 19 marzo 2024-22.ppt
aCARGA y FUERZA UNI 19 marzo 2024-22.pptCRISTOFERSERGIOCANAL
 
TAREA 8 CORREDOR INTEROCEÁNICO DEL PAÍS.pdf
TAREA 8 CORREDOR INTEROCEÁNICO DEL PAÍS.pdfTAREA 8 CORREDOR INTEROCEÁNICO DEL PAÍS.pdf
TAREA 8 CORREDOR INTEROCEÁNICO DEL PAÍS.pdfAntonioGonzalezIzqui
 
Magnetismo y electromagnetismo principios
Magnetismo y electromagnetismo principiosMagnetismo y electromagnetismo principios
Magnetismo y electromagnetismo principiosMarceloQuisbert6
 
PPT ELABORARACION DE ADOBES 2023 (1).pdf
PPT ELABORARACION DE ADOBES 2023 (1).pdfPPT ELABORARACION DE ADOBES 2023 (1).pdf
PPT ELABORARACION DE ADOBES 2023 (1).pdfalexquispenieto2
 
UNIDAD 3 ELECTRODOS.pptx para biopotenciales
UNIDAD 3 ELECTRODOS.pptx para biopotencialesUNIDAD 3 ELECTRODOS.pptx para biopotenciales
UNIDAD 3 ELECTRODOS.pptx para biopotencialesElianaCceresTorrico
 
CLASe número 4 fotogrametria Y PARALAJE.pptx
CLASe número 4 fotogrametria Y PARALAJE.pptxCLASe número 4 fotogrametria Y PARALAJE.pptx
CLASe número 4 fotogrametria Y PARALAJE.pptxbingoscarlet
 
Mapas y cartas topográficas y de suelos.pptx
Mapas y cartas topográficas y de suelos.pptxMapas y cartas topográficas y de suelos.pptx
Mapas y cartas topográficas y de suelos.pptxMONICADELROCIOMUNZON1
 
CARGAS VIVAS Y CARGAS MUERTASEXPOCI.pptx
CARGAS VIVAS Y CARGAS MUERTASEXPOCI.pptxCARGAS VIVAS Y CARGAS MUERTASEXPOCI.pptx
CARGAS VIVAS Y CARGAS MUERTASEXPOCI.pptxvalenciaespinozadavi1
 
Procesos-de-la-Industria-Alimentaria-Envasado-en-la-Produccion-de-Alimentos.pptx
Procesos-de-la-Industria-Alimentaria-Envasado-en-la-Produccion-de-Alimentos.pptxProcesos-de-la-Industria-Alimentaria-Envasado-en-la-Produccion-de-Alimentos.pptx
Procesos-de-la-Industria-Alimentaria-Envasado-en-la-Produccion-de-Alimentos.pptxJuanPablo452634
 

Último (20)

osciloscopios Mediciones Electricas ingenieria.pdf
osciloscopios Mediciones Electricas ingenieria.pdfosciloscopios Mediciones Electricas ingenieria.pdf
osciloscopios Mediciones Electricas ingenieria.pdf
 
Ingeniería clínica 1 Ingeniería biomedica
Ingeniería clínica 1 Ingeniería biomedicaIngeniería clínica 1 Ingeniería biomedica
Ingeniería clínica 1 Ingeniería biomedica
 
COMPEDIOS ESTADISTICOS DE PERU EN EL 2023
COMPEDIOS ESTADISTICOS DE PERU EN EL 2023COMPEDIOS ESTADISTICOS DE PERU EN EL 2023
COMPEDIOS ESTADISTICOS DE PERU EN EL 2023
 
DOCUMENTO PLAN DE RESPUESTA A EMERGENCIAS MINERAS
DOCUMENTO PLAN DE RESPUESTA A EMERGENCIAS MINERASDOCUMENTO PLAN DE RESPUESTA A EMERGENCIAS MINERAS
DOCUMENTO PLAN DE RESPUESTA A EMERGENCIAS MINERAS
 
Quimica Raymond Chang 12va Edicion___pdf
Quimica Raymond Chang 12va Edicion___pdfQuimica Raymond Chang 12va Edicion___pdf
Quimica Raymond Chang 12va Edicion___pdf
 
Comite Operativo Ciberseguridad 012020.pptx
Comite Operativo Ciberseguridad 012020.pptxComite Operativo Ciberseguridad 012020.pptx
Comite Operativo Ciberseguridad 012020.pptx
 
Reporte de simulación de flujo del agua en un volumen de control MNVA.pdf
Reporte de simulación de flujo del agua en un volumen de control MNVA.pdfReporte de simulación de flujo del agua en un volumen de control MNVA.pdf
Reporte de simulación de flujo del agua en un volumen de control MNVA.pdf
 
Tinciones simples en el laboratorio de microbiología
Tinciones simples en el laboratorio de microbiologíaTinciones simples en el laboratorio de microbiología
Tinciones simples en el laboratorio de microbiología
 
ECONOMIA APLICADA SEMANA 555555555555555555.pdf
ECONOMIA APLICADA SEMANA 555555555555555555.pdfECONOMIA APLICADA SEMANA 555555555555555555.pdf
ECONOMIA APLICADA SEMANA 555555555555555555.pdf
 
PERFORACIÓN Y VOLADURA EN MINERÍA APLICADO
PERFORACIÓN Y VOLADURA EN MINERÍA APLICADOPERFORACIÓN Y VOLADURA EN MINERÍA APLICADO
PERFORACIÓN Y VOLADURA EN MINERÍA APLICADO
 
INTEGRALES TRIPLES CLASE TEORICA Y PRÁCTICA
INTEGRALES TRIPLES CLASE TEORICA Y PRÁCTICAINTEGRALES TRIPLES CLASE TEORICA Y PRÁCTICA
INTEGRALES TRIPLES CLASE TEORICA Y PRÁCTICA
 
aCARGA y FUERZA UNI 19 marzo 2024-22.ppt
aCARGA y FUERZA UNI 19 marzo 2024-22.pptaCARGA y FUERZA UNI 19 marzo 2024-22.ppt
aCARGA y FUERZA UNI 19 marzo 2024-22.ppt
 
TAREA 8 CORREDOR INTEROCEÁNICO DEL PAÍS.pdf
TAREA 8 CORREDOR INTEROCEÁNICO DEL PAÍS.pdfTAREA 8 CORREDOR INTEROCEÁNICO DEL PAÍS.pdf
TAREA 8 CORREDOR INTEROCEÁNICO DEL PAÍS.pdf
 
Magnetismo y electromagnetismo principios
Magnetismo y electromagnetismo principiosMagnetismo y electromagnetismo principios
Magnetismo y electromagnetismo principios
 
PPT ELABORARACION DE ADOBES 2023 (1).pdf
PPT ELABORARACION DE ADOBES 2023 (1).pdfPPT ELABORARACION DE ADOBES 2023 (1).pdf
PPT ELABORARACION DE ADOBES 2023 (1).pdf
 
UNIDAD 3 ELECTRODOS.pptx para biopotenciales
UNIDAD 3 ELECTRODOS.pptx para biopotencialesUNIDAD 3 ELECTRODOS.pptx para biopotenciales
UNIDAD 3 ELECTRODOS.pptx para biopotenciales
 
CLASe número 4 fotogrametria Y PARALAJE.pptx
CLASe número 4 fotogrametria Y PARALAJE.pptxCLASe número 4 fotogrametria Y PARALAJE.pptx
CLASe número 4 fotogrametria Y PARALAJE.pptx
 
Mapas y cartas topográficas y de suelos.pptx
Mapas y cartas topográficas y de suelos.pptxMapas y cartas topográficas y de suelos.pptx
Mapas y cartas topográficas y de suelos.pptx
 
CARGAS VIVAS Y CARGAS MUERTASEXPOCI.pptx
CARGAS VIVAS Y CARGAS MUERTASEXPOCI.pptxCARGAS VIVAS Y CARGAS MUERTASEXPOCI.pptx
CARGAS VIVAS Y CARGAS MUERTASEXPOCI.pptx
 
Procesos-de-la-Industria-Alimentaria-Envasado-en-la-Produccion-de-Alimentos.pptx
Procesos-de-la-Industria-Alimentaria-Envasado-en-la-Produccion-de-Alimentos.pptxProcesos-de-la-Industria-Alimentaria-Envasado-en-la-Produccion-de-Alimentos.pptx
Procesos-de-la-Industria-Alimentaria-Envasado-en-la-Produccion-de-Alimentos.pptx
 

Diagonalizacion de matrices simétricas

  • 1. ALGEBRA LINEAL DOCENTE: MARCO ANTONIO LA TORRE VILCA 2021-II Universidad Tecnológica de los Andes EAP: Ingeniería Civil Diagonalizacion de Matrices
  • 2. Diagonalizacion de Matrices Matrices semejantes (similares) Definición Se dice que una matriz 𝐵 es semejante o similar a una matriz 𝐴, si existe una matriz no singular 𝑃, tal que 𝐵 = 𝑃−1𝐴𝑃 Ejemplo 1 Sea 𝐴 = 1 1 −2 4 determine la matriz semejante a 𝐴. Solución Sea: 𝑃 = 1 1 1 2 → 𝑃−1 = 2 −1 −1 1 Entonces 𝐵 = 2 −1 −1 1 1 1 −2 4 1 1 1 2 = 2 −1 −1 1 2 3 2 6 = 2 0 0 3 Por lo tanto 𝐵 = 2 0 0 3 es semejante a 𝐴. Teorema Sean 𝐴, 𝐵, 𝐶 ∈ 𝐾𝑛, entonces. 1) 𝐴 es semejante a 𝐴 2) si 𝐴 es semejante a 𝐵, entonces 𝐵 es semejante a 𝐴 3) si 𝐴 es semejante a 𝐵 y 𝐵 es semejante a 𝐶, entonces 𝐴 es semejante a 𝐶. Definición Decimos que la matriz 𝐴 es diagonalizable si es semejante a la matriz diagonal. En este caso, también decimos que 𝐴 puede diagonalizarse. Teorema Matrices semejantes tienen los mismos valores propios.
  • 3. Prueba Sean 𝐴 𝑦 𝐵 matrices semejantes, entonces 𝐵 = 𝑃−1𝐴𝑃 para alguna matriz no singular 𝑃. Debemos demostrar que 𝑃𝐴 𝜆 = 𝑃𝐵(𝜆) , tenemos 𝑃𝐵 𝜆 = det 𝜆𝐼𝑛 − 𝐵 = 𝑑𝑒𝑡 𝜆𝐼𝑛 − 𝑃−1𝐴𝑃 = 𝑑𝑒𝑡 𝑃−1𝜆𝐼𝑛𝑃 − 𝑃−1𝐴𝑃 = 𝑑𝑒𝑡 𝑃−1 𝜆𝐼𝑛 − 𝐴 𝑃 = 𝑑𝑒𝑡 𝑃−1 𝑑𝑒𝑡 𝜆𝐼𝑛 − 𝐴 𝑑𝑒𝑡 𝑃 = 𝑑𝑒𝑡 𝑃−1 𝑑𝑒𝑡 𝑃 𝑑𝑒𝑡 𝜆𝐼𝑛 − 𝐴 = 𝑑𝑒𝑡 𝜆𝐼𝑛 − 𝐴 = 𝑃𝐴 𝜆 Como 𝑃𝐴 𝜆 = 𝑃𝐵(𝜆), resulta que 𝐴 𝑦 𝐵 tienen los mismos valores propios. Teorema Una matriz 𝐴 ∈ 𝐾𝑛 es diagonalizable si y solo si tiene n vectores propios linealmente independientes. Ejemplo 2 Sea 𝐴 = 1 1 −2 4 , cuyos vectores propios son 𝑣1 = 1 1 y 𝑣2 = 1 2 , decir si A es diagonalizable. Solución Para que 𝐴 sea diagonalizable entonces 𝑣1 𝑦 𝑣2 deben ser LI. 𝑐1 1 1 + 𝑐2 1 2 = 0 0 1 1 0 1 2 0 𝐹2 − 𝐹1 1 1 0 0 1 0 𝐹1 − 𝐹2 1 0 0 0 1 0 Entonces 𝑐1 = 𝑐2 = 0, por lo tanto 𝑣1 𝑦 𝑣2 son LI.
  • 4. Ejemplo 3 Sea 𝐴 = 4 2 3 3 , 𝐴 es diagonalizable en caso cierto hallar la matriz diagonal Solución 𝑃 𝜆 = 𝜆 − 4 −2 −3 𝜆 − 3 = 𝜆 − 4 𝜆 − 3 − 6 = 0 𝜆2 − 7𝜆 + 6 = 0 𝜆 − 6 𝜆 − 1 = 0 Entonces 𝜆1 = 1, 𝜆2 = 6 Hallando sus vectores propios se tiene: Para 𝜆1 = 1 −3 −2 −3 −2 𝑥 𝑦 = 0 0 −3 −2 0 −3 −2 0 𝐹2 − 𝐹1 −3 −2 0 0 0 0 En la fila 1 se tiene −3𝑥 − 2𝑦 = 0 𝑥 = − 2 3 𝑦 𝑥 𝑦 = − 2 3 𝑦 𝑦 = − 𝑦 3 2 −3 𝑣1 = 2 −3 Para 𝜆2 = 6 2 −2 −3 3 𝑥 𝑦 = 0 0 2 −2 0 −3 3 0 𝐹2 + 3 2 𝐹1 2 −2 0 0 0 0 En la fila 1 se tiene: 2𝑥 − 2𝑦 = 0 𝑥 = 𝑦 𝑥 𝑦 = 𝑦 𝑦 = 𝑦 1 1 𝑣2 = 1 1 Veremos si 𝑣1 𝑦 𝑣2 son LI 𝑐1 2 −3 + 𝑐2 1 1 = 0 0 2 1 0 −3 1 0 𝐹2 + 𝐹1 2 1 0 −1 2 0 −𝐹2 𝐹12 1 −2 0 2 1 0 𝐹2 − 2𝐹1
  • 5. 1 −2 0 0 5 0 1 5 𝐹2 1 −2 0 0 1 0 𝐹1 + 2𝐹2 1 0 0 0 1 0 Entonces 𝑐1 = 𝑐2 = 0 por lo tanto 𝑣1 𝑦 𝑣2 son LI Por lo tanto, A es diagonalizable 𝑃 = 2 1 −3 1 2 1 −3 1 1 0 0 1 −𝐹2 𝐹12 3 −1 2 1 0 −1 1 0 𝐹1 − 𝐹2 1 −2 2 1 −1 −1 1 0 𝐹2 − 2𝐹1 1 −2 0 5 −1 −1 3 2 1 5 𝐹2 1 −2 0 1 −1 −1 Τ 3 5 Τ 2 5 𝐹1 + 2𝐹2 1 0 0 1 Τ 1 5 − Τ 1 5 Τ 3 5 Τ 2 5 Entonces 𝑃−1 = Τ 1 5 − Τ 1 5 Τ 3 5 Τ 2 5 𝑃−1𝐴𝑃 = Τ 1 5 − Τ 1 5 Τ 3 5 Τ 2 5 4 2 3 3 2 1 −3 1 Τ 1 5 − Τ 1 5 Τ 3 5 Τ 2 5 2 6 −3 6 = 1 0 0 6 Teorema Si todas las raíces del polinomio característico de una matriz 𝐴 ∈ 𝐾𝑛 son distintas (es decir si todas son diferentes entre si), 𝐴 es diagonalizable. Diagonalizacion de matrices simétricas Teorema Todas las raíces del polinomio característico de una matriz simétrica son números reales. Teorema Si 𝐴 es una matriz simétrica, los vectores propios correspondientes a valores propios distintos de 𝐴 son ortogonales. Definición
  • 6. Una matriz no singular 𝐴 es una matriz ortogonal si: 𝐴−1 = 𝐴𝑇 También podemos decir que una matriz no singular 𝐴 es ortogonal si 𝐴𝑇𝐴 = 𝐼𝑛 Teorema La matriz 𝐴 ∈ 𝐾𝑛 es ortogonal si y solo si las columnas y las filas forman un conjunto ortonormal de vectores en 𝑅𝑛 Teorema Si 𝐴 ∈ 𝐾𝑛 es una matriz simétrica, entonces existe una matriz ortogonal 𝑃 tal que 𝑃−1𝐴𝑃 = 𝐷 , es una matriz diagonal. Los valores propios de 𝐴 están sobre la diagonal principal de 𝐷. Teorema Una matriz 𝐴 ∈ 𝐾𝑛 es ortogonalmente diagonalizable si y solo si es simétrica. Ejemplo 1 Dada la matriz simétrica 𝐴 = 0 0 −2 0 −2 0 −2 0 3 . Diagonalice la matriz 𝐴. Solución Hallando loa valores propios 𝑃 𝜆 = 𝜆 0 2 0 𝜆 + 2 0 2 0 𝜆 − 3 = 𝜆 𝜆 + 2 𝜆 − 3 − 4 𝜆 + 2 𝑃 𝜆 = 𝜆 + 2 𝜆2 − 3𝜆 − 4 = 𝜆 + 2 𝜆 − 4 𝜆 + 1 = 0 Entonces: 𝜆1 = −2, 𝜆2 = −1, 𝜆3 = 4 Para 𝜆1 = −2 −2 0 2 0 0 0 2 0 −5 𝑥 𝑦 𝑧 = 0 0 0 −2 0 2 0 0 0 0 0 2 0 −5 0 − 1 2 𝐹1 1 0 −1 0 0 0 0 0 2 0 −5 0 𝐹3 − 2𝐹1
  • 7. 1 0 −1 0 0 0 0 0 0 0 −3 0 − 1 3 𝐹3 1 0 −1 0 0 0 0 0 0 0 1 0 De la tercera fila 𝑧 = 0 De la primera fila 𝑥 − 𝑧 = 0, entonces 𝑥 = 0 𝑥 𝑦 𝑧 = 0 𝑦 0 = 𝑦 0 1 0 → 𝑣1 = 0 1 0 Para 𝜆2 = −1 −1 0 2 0 1 0 2 0 −4 𝑥 𝑦 𝑧 = 0 0 0 −1 0 2 0 0 1 0 0 2 0 −4 0 − 𝐹1 1 0 −2 0 0 1 0 0 2 0 −4 0 𝐹3 − 2𝐹1 1 0 −2 0 0 1 0 0 0 0 0 0 De la primera fila 𝑥 − 2𝑧 = 0 → 𝑥 = 2𝑧 De la segunda fila 𝑦 = 0 𝑥 𝑦 𝑧 = 2𝑧 0 𝑧 = 𝑧 2 0 1 → 𝑣2 = 2 0 1 Para 𝜆3 = 4 4 0 2 0 6 0 2 0 1 𝑥 𝑦 𝑧 = 0 0 0 4 0 2 0 0 6 0 0 2 0 1 0 1 2 𝐹3 𝐹13 1 0 Τ 1 2 0 0 6 0 0 4 0 2 0 𝐹3 − 4𝐹1 1 6 𝐹2 1 0 Τ 1 2 0 0 1 0 0 0 0 0 0 De la primera fila 𝑥 + 1 2 𝑧 = 0 → 𝑧 = −2𝑥 De la segunda fila 𝑦 = 0
  • 8. 𝑥 𝑦 𝑧 = 𝑥 0 −2𝑥 = 𝑥 1 0 −2 → 𝑣3 = 1 0 −2 Por lo tanto 𝑃 = 0 2 1 1 0 0 0 1 −2 Hallando su inversa 0 2 1 1 0 0 1 0 0 0 1 0 0 1 −2 0 0 1 𝐹12 1 0 0 0 1 0 0 2 1 1 0 0 0 1 −2 0 0 1 𝐹23 1 0 0 0 1 0 0 1 −2 0 0 1 0 2 1 1 0 0 𝐹3 − 2𝐹2 1 0 0 0 1 0 0 1 −2 0 0 1 0 0 5 1 0 −2 1 5 𝐹3 1 0 0 0 1 0 0 1 −2 0 0 1 0 0 1 Τ 1 5 0 − Τ 2 5 𝐹2 + 2𝐹3 1 0 0 0 1 0 0 1 0 Τ 2 5 0 − Τ 1 5 0 0 1 Τ 1 5 0 − Τ 2 5 𝑃−1 = 0 1 0 Τ 2 5 0 − Τ 1 5 Τ 1 5 0 − Τ 2 5 Entonces 𝐷 = 𝑃−1𝐴𝑃 𝐷 = 0 1 0 Τ 2 5 0 − Τ 1 5 Τ 1 5 0 − Τ 2 5 0 0 −2 0 −2 0 −2 0 3 0 2 1 1 0 0 0 1 −2 0 1 0 Τ 2 5 0 − Τ 1 5 Τ 1 5 0 − Τ 2 5 0 −2 4 −2 0 0 0 −1 −8 = −2 0 0 0 −1 0 0 0 4 Otra forma de Diagonalizar es: Como 𝑣1 ∙ 𝑣2 = 0 1 0 ∙ 2 0 1 = 0 + 0 + 0 = 0 𝑣2 ∙ 𝑣3 = 2 0 1 ∙ 1 0 −2 = 2 + 0 − 2 = 0
  • 9. 𝑣1 ∙ 𝑣3 = 0 1 0 ∙ 1 0 −2 = 0 + 0 + 0 = 0 Normalizando estos vectores se tiene: 𝑢1 = 0 1 0 , 𝑢1 = Τ 2 5 0 Τ 1 5 , 𝑢1 = Τ 1 5 0 − Τ 2 5 Entonces 𝑃 = 0 Τ 2 5 Τ 1 5 1 0 0 0 Τ 1 5 − Τ 2 5 → 𝑃𝑇 = 0 1 0 Τ 2 5 0 Τ 1 5 Τ 1 5 0 − Τ 2 5 Por lo tanto 𝐷 = 𝑃𝑇𝐴𝑃 0 1 0 Τ 2 5 0 Τ 1 5 Τ 1 5 0 − Τ 2 5 0 0 −2 0 −2 0 −2 0 3 0 Τ 2 5 Τ 1 5 1 0 0 0 Τ 1 5 − Τ 2 5 = 0 1 0 Τ 2 5 0 Τ 1 5 Τ 1 5 0 − Τ 2 5 0 − Τ 2 5 Τ 4 5 −2 0 0 0 − Τ 1 5 − Τ 8 5 = −2 0 0 0 −1 0 0 0 4 Ejemplo 2 Sea 𝐴 = 2 3 −2 3 1 3 2 3 1 3 −2 3 1 3 2 3 2 3 , ¿ 𝐴 es una matriz ortogonal? Solución 2 3 2 3 1 3 − 2 3 1 3 2 3 1 3 − 2 3 2 3 2 3 − 2 3 1 3 2 3 1 3 − 2 3 1 3 2 3 2 3 = 1 0 0 0 1 0 0 0 1
  • 10. Por lo tanto la matriz 𝐴 es ortogonal.