SlideShare a Scribd company logo
1 of 19
Download to read offline
Álgebra
P R O G R A M A A C A D É M I C O V I R T U A L
Ciclo Anual Virtual Uni
PLANA DE ÁLGEBRA
Matrices
Semana 31
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
𝑹𝒆𝒄𝒐𝒏𝒐𝒄𝒆𝒓 𝒍𝒐𝒔
𝒆𝒍𝒆𝒎𝒆𝒏𝒕𝒐𝒔 𝒅𝒆
𝒖𝒏𝒂 𝒎𝒂𝒕𝒓𝒊𝒛
𝑹𝒆𝒂𝒍𝒊𝒛𝒂𝒓 𝒍𝒂𝒔
𝒐𝒑𝒆𝒓𝒂𝒄𝒊𝒐𝒏𝒆𝒔
𝒄𝒐𝒏 𝒎𝒂𝒕𝒓𝒊𝒄𝒆𝒔
𝑼𝒕𝒊𝒍𝒊𝒛𝒂𝒓 𝒍𝒂𝒔
𝒑𝒓𝒐𝒑𝒊𝒆𝒅𝒂𝒅𝒆𝒔
𝒅𝒆 𝒍𝒂𝒔 𝒎𝒂𝒕𝒓𝒊𝒄𝒆𝒔.
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
MATRICES
En 1848 James Joseph Sylvester introduce el
término “matriz”, que significara la madre de
las determinantes.
El uso de las matrices es más antiguo, esto se
observa en la resolución de sistemas de
ecuaciones lineales.
Sus aplicaciones se realizan para cuando se
tiene una gran cantidad de elementos que se
tiene a trabajar, como en programas de base
de datos SQL, Excel; al igual que en los
programas de programación.
Toda imagen digital es una matriz y a partir
de la evolución de la programación, se tiene
entre sus aplicaciones los videojuegos, que
han ido evolucionando desde los juegos 2D
hasta los 3D, mejorando la imagen gráfica y la
dinámica del mismo.
Primera versión del juego Final Fantasy del año 1987
C R E E M O S E N L A E X I G E N C I A
MATRIZ
C U R S O D E Á L G E B R A
Una matriz es un arreglo rectangular de elementos
distribuidos en filas y columnas.
Ejemplos:
𝐹𝑖𝑙𝑎
𝐶𝑜𝑙𝑢𝑚𝑛𝑎
𝑀 =
1 6 0
𝜋 5 7
1
−9
4 −2 5 −7
La matriz M tiene 3 filas y 4 columnas
𝑁 =
−3
2
5
0
9
7
−1
4
La matriz N tiene 4 filas y 2 columnas
En general:
𝐴 =
𝑎11 𝑎12 𝑎13
𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
⋯
𝑎1𝑛
𝑎2𝑛
𝑎3𝑛
⋮ ⋱ ⋮
𝑎𝑚1 𝑎𝑚2 𝑎𝑚3 ⋯ 𝑎𝑚𝑛
𝐹1
𝐹2
𝐹3
⋮
𝐹𝑚
𝑁°𝑑𝑒 𝑓𝑖𝑙𝑎
𝑁°𝑑𝑒 𝑐𝑜𝑙𝑢𝑚𝑛𝑎
C1 C2 C3 Cn
Notación: 𝐴 = 𝑎𝑖𝑗 𝑚×𝑛
𝑛ú𝑚𝑒𝑟𝑜 𝑑𝑒 𝑐𝑜𝑙𝑢𝑚𝑛𝑎𝑠
𝑛ú𝑚𝑒𝑟𝑜 𝑑𝑒 𝑓𝑖𝑙𝑎𝑠
𝑂𝑟𝑑𝑒𝑛
𝐸𝑙𝑒𝑚𝑒𝑛𝑡𝑜 𝑑𝑒 𝑙𝑎
𝑓𝑖𝑙𝑎 𝑖, 𝑐𝑜𝑙𝑢𝑚𝑛𝑎 𝑗
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
ELEMENTO DE UNA MATRIZ (𝒂𝒊𝒋)
Los elementos se ubican por fila y columna.
El elemento 𝑎𝑖𝑗 se ubica en la 𝑓𝑖𝑙𝑎 𝑖, 𝑐𝑜𝑙𝑢𝑚𝑛𝑎 𝑗
Ejemplo:
Dada la matriz A = 𝑎𝑖𝑗 𝑚×𝑛
𝐴 =
𝑎11 𝑎12 𝑎13
𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
Luego:
𝑎11 = −3 𝑎12 = 4 𝑎13 = 𝜋
𝑎21 = 7 𝑎22 = −8 𝑎23 = 5
𝑎31 = 0 𝑎32 = 1 𝑎33 = 2
Aplicación:
Encuentre la matriz A = 𝑎𝑖𝑗 3×3
donde
𝑎𝑖𝑗 = ൝
𝑖𝑗 ; 𝑖 ≥ 𝑗
𝑖 − 𝑗 ; 𝑖 < 𝑗
Como A = 𝑎𝑖𝑗 3×3
, se tiene:
𝑖 ≥ 𝑗
𝑖 < 𝑗
→ 𝐴 =
−3 4 𝜋
7 −8 5
0 1 2
𝐴 =
1 −1 −2
2 3 −1
3 6 9
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
MATRICES ESPECIALES
𝟏) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒓𝒆𝒄𝒕𝒂𝒏𝒈𝒖𝒍𝒂𝒓:
𝑁° 𝑑𝑒 𝑓𝑖𝑙𝑎𝑠 ≠ 𝑁° 𝑑𝑒 𝑐𝑜𝑙𝑢𝑚𝑛𝑎𝑠
𝑀 =
1 6 0
𝜋 5 7
1
−9
4 −2 5 −7
𝟐) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒄𝒖𝒂𝒅𝒓𝒂𝒅𝒂:
𝑁° 𝑑𝑒 𝑓𝑖𝑙𝑎𝑠 = 𝑁° 𝑑𝑒 𝑐𝑜𝑙𝑢𝑚𝑛𝑎𝑠
• M tiene 3 filas y 4 columnas
• El orden de la matriz M es 3 × 4
• 𝑀 = 𝑚𝑖𝑗 3×4
• 𝑀 ∈ ℝ3×4
Ejemplo:
Ejemplo:
−3 4 𝜋
7 −8 5
0 1 2
𝐴 =
• A tiene 3 filas y 3 columnas
• El orden de la matriz cuadrada A es 3
• 𝐴 = 𝑎𝑖𝑗 3×3
• 𝐴 ∈ ℝ3×3
𝐷𝑖𝑎𝑔𝑜𝑛𝑎𝑙 𝑝𝑟𝑖𝑛𝑐𝑖𝑝𝑎𝑙
𝐷𝑖𝑎𝑔𝑜𝑛𝑎𝑙 𝑠𝑒𝑐𝑢𝑛𝑑𝑎𝑟𝑖𝑎
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
𝟑) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒏𝒖𝒍𝒂:
𝑎𝑖𝑗 = 0 ∀ 𝑖, 𝑗
Ejemplos:
𝐴 =
0 0 0
0 0 0
0
0
0 0 0 0
0 0 0
0 0 0
0 0 0
𝐵 =
Nota:
• 𝐿𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑛𝑢𝑙𝑎 𝑝𝑢𝑒𝑑𝑒 𝑠𝑒𝑟
𝑟𝑒𝑐𝑡𝑎𝑛𝑔𝑢𝑙𝑎𝑟 𝑜 𝑐𝑢𝑎𝑑𝑟𝑎𝑑𝑎
𝟑) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒅𝒊𝒂𝒈𝒐𝒏𝒂𝒍:
Es una matriz cuadrada, donde se cumple:
𝑎𝑖𝑗 = 0; ∀ 𝑖 ≠ 𝑗
Ejemplos:
3 0 0
0 0 0
0 0 𝜋
𝐴 =
0 0 0
0 0 0
0 0 0
𝐵 =
𝐴 = 𝑑𝑖𝑎𝑔(3; 0; 𝜋) 𝐵 = 𝑑𝑖𝑎𝑔(0; 0; 0)
Nota:
• 𝐿𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑛𝑢𝑙𝑎 𝑡𝑎𝑚𝑏𝑖é𝑛 𝑒𝑠
𝑢𝑛𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑑𝑖𝑎𝑔𝑜𝑛𝑎𝑙
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
𝟑) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒆𝒔𝒄𝒂𝒍𝒂𝒓:
Es una matriz cuadrada, donde se cumple:
𝑎𝑖𝑗 = ൝
0 ; ∀ 𝑖 ≠ 𝑗
𝑘 ; 𝑖 = 𝑗
; 𝑘 ∈ ℝ
Ejemplos:
5 0 0
0 5 0
0 0 5
𝑀 =
𝑁 =
−1 0
0 −1
0 0
0 0
0 0
0 0
−1 0
0 −1
𝟒) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒊𝒅𝒆𝒏𝒕𝒊𝒅𝒂𝒅 (𝑰):
Es una matriz cuadrada, donde se cumple:
𝑎𝑖𝑗 = ൝
0 ; ∀ 𝑖 ≠ 𝑗
1 ; 𝑖 = 𝑗
Ejemplos:
1 0 0
0 1 0
0 0 1
𝐹 =
𝐺 =
1 0
0 1
0 0
0 0
0 0
0 0
1 0
0 1
= 𝐼3
= 𝐼4
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
𝟓) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒕𝒓𝒊𝒂𝒏𝒈𝒖𝒍𝒂𝒓 𝒔𝒖𝒑𝒆𝒓𝒊𝒐𝒓:
Es una matriz cuadrada, donde se cumple:
𝑎𝑖𝑗 = 0 ; ∀ 𝑖 > 𝑗
Ejemplos:
0 2 4
0 7 5
0 0 3
𝐴 =
𝐵 =
4 6
0 7
8 9
0 1
0 0
0 0
6 0
0 3
𝟔) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒕𝒓𝒊𝒂𝒏𝒈𝒖𝒍𝒂𝒓 𝒊𝒏𝒇𝒆𝒓𝒊𝒐𝒓:
Es una matriz cuadrada, donde se cumple:
𝑎𝑖𝑗 = 0 ; ∀ 𝑖 < 𝑗
Ejemplos:
0 0 0
2 7 0
0 5 3
𝐶 =
𝐷 =
4 0
0 7
0 0
0 0
2 0
0 7
6 0
1 3
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
IGUALDAD DE MATRICES
Sean las matrices A = 𝑎𝑖𝑗 𝑚×𝑛
𝑦 B = 𝑏𝑖𝑗 𝑚×𝑛
entonces
𝐴 = 𝐵 ⟺ 𝑎𝑖𝑗 =𝑏𝑖𝑗 ; ∀ 𝑖, 𝑗
Ejemplo:
Sean las matrices
𝐴 = 5 𝑚 4
𝑛 8 6
𝑦 𝐵 = 5 7 4
3 8 6
son iguales, entonces:
𝑚 = 7 ∧ 𝑛 = 3
OPERACIONES CON MATRICES
Adición:
Sean las matrices A = 𝑎𝑖𝑗 𝑚×𝑛
𝑦 B = 𝑏𝑖𝑗 𝑚×𝑛
𝐴 + 𝐵 = (𝑎𝑖𝑗+𝑏𝑖𝑗) ; ∀ 𝑖, 𝑗
Ejemplo:
Sean las matrices
𝐴 = 1 4 0
0 8 7
𝑦 𝐵 = 2 3 5
3 1 2
entonces
𝐴 + 𝐵 =
3 7 5
3 9 9
𝑚 × 𝑛
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
Multiplicación de matrices:
• Multiplicación de un escalar por una matriz:
Sea la matriz A = 𝑎𝑖𝑗 𝑚×𝑛
y 𝑘 un número real
𝑘. 𝐴 = 𝑘. 𝑎𝑖𝑗 𝑚×𝑛
Ejemplo:
Dada la matriz 𝐴 =
1 0 −1
2 1 3
entonces:
4𝐴 =
4 0 −4
8 4 12
• Multiplicación de una matriz fila por una matriz
columna
Sean las matrices 𝐴 = 𝑎1 𝑎2 … 𝑎𝑛 y 𝐵 =
𝑏1
𝑏2
⋮
𝑏𝑛
Se define su multiplicación como
𝐴. 𝐵 = 𝑎1𝑏1 + 𝑎2𝑏2 + ⋯ + 𝑎2𝑏2
Ejemplo:
Si 𝐴 = 2 −1 −2 y 𝐵 =
−3
4
−6
entonces:
𝐴. 𝐵 = (2)(−3) + (−1)(4)+ (−2)(−6)
𝐴. 𝐵 = 2
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
• Multiplicación de dos matrices:
Sean las matrices A = 𝑎𝑖𝑗 𝑚×𝑛
y B = 𝑏𝑖𝑗 𝑛×𝑝
se define:
𝐴𝐵 = 𝑐𝑖𝑘 𝑚×𝑝 tal que 𝑐𝑖𝑘 = ෍
𝑗=1
𝑛
𝑎𝑖𝑗𝑏𝑗𝑘
Ejemplo:
Si 𝐴 =
1 −1
2 0
y 𝐵 =
4 0 −2
1 3 −1
entonces
𝐴𝐵 =
1 −1
2 0
4 0 −2
1 3 −1
𝐴𝐵 =
1 −1
4
1
1 −1
0
3
1 −1
−2
−1
2 0
4
1
2 0
0
3
2 0
−2
−1
Luego
𝐴𝐵 =
3 −3 −1
8 0 −4
Nota:
𝑃𝑎𝑟𝑎 𝑝𝑜𝑑𝑒𝑟 𝑚𝑢𝑙𝑡𝑖𝑝𝑙𝑖𝑐𝑎𝑟 𝐴 𝑝𝑜𝑟 𝐵, 𝑒𝑙 𝑛ú𝑚𝑒𝑟𝑜 𝑑𝑒
𝑐𝑜𝑙𝑢𝑚𝑛𝑎𝑠 𝑑𝑒 𝐴 𝑑𝑒𝑏𝑒 𝑠𝑒𝑟 𝑖𝑔𝑢𝑎𝑙 𝑎 𝑙𝑎 𝑐𝑎𝑛𝑡𝑖𝑑𝑎𝑑 𝑑𝑒
𝑓𝑖𝑙𝑎𝑠 𝑑𝑒 𝐵
Si A = 𝑎𝑖𝑗 3×4
; B = 𝑏𝑖𝑗 4×5
→ 𝐴𝐵 = 𝑐𝑖𝑗 3×5
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
Ejemplo:
Si 𝐴 =
1 0 −1
2 1 −2
0 −1 −1
y 𝐵 =
2 1 −2
1 0 −1
1 1 −2
Calcule A. B y B. A
𝐴 =
1 0 −1
2 1 −2
0 −1 −1
𝐵 =
2 1 −2
1 0 −1
1 1 −2
1 0 0
3 0 −1
−2 −1 3
= 𝐴𝐵
Entonces:
𝐴𝐵 =
1 0 0
3 0 −1
−2 −1 3
Además:
𝐵 =
2 1 −2
1 0 −1
1 1 −2
𝐴 =
1 0 −1
2 1 −2
0 −1 −1
4 3 −2
1 1 0
3 3 −1
= 𝐵𝐴
Entonces:
𝐵𝐴 =
4 3 −2
1 1 0
3 3 −1
Se nota que: 𝐴𝐵 ≠ 𝐵𝐴
C R E E M O S E N L A E X I G E N C I A
Propiedades:
C U R S O D E Á L G E B R A
𝐴 + 𝐵
𝑆𝑖𝑒𝑛𝑑𝑜 𝐴 𝑦 𝐵 𝑚𝑎𝑡𝑟𝑖𝑐𝑒𝑠, 𝑡𝑒𝑛𝑒𝑚𝑜𝑠
1) = 𝐵 + 𝐴
2) 𝐴 + 𝐵 + 𝐶 = 𝐴 + (𝐵 + 𝐶)
3) 𝐸𝑛 𝑔𝑒𝑛𝑒𝑟𝑎𝑙 𝐴𝐵 ≠ 𝐵𝐴
• 𝑆𝑖 𝐴𝐵 = 𝐵𝐴 𝑠𝑒 𝑑𝑖𝑐𝑒 𝑞𝑢𝑒 𝐴 𝑦 𝐵
𝑠𝑜𝑛 𝑐𝑜𝑛𝑚𝑢𝑡𝑎𝑏𝑙𝑒𝑠.
• 𝑆𝑒 𝑐𝑢𝑚𝑝𝑙𝑒 𝑞𝑢𝑒 𝐴𝐼 = 𝐼𝐴 = A
𝑑𝑜𝑛𝑑𝑒 𝐼 𝑒𝑠 𝑙𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑖𝑑𝑒𝑛𝑡𝑖𝑑𝑎𝑑.
• 𝑆𝑒 𝑐𝑢𝑚𝑝𝑙𝑒 𝑞𝑢𝑒 𝐴Θ = Θ𝐴 = Θ
𝑑𝑜𝑛𝑑𝑒 Θ 𝑒𝑠 𝑙𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑛𝑢𝑙𝑎.
4) 𝐴. 𝐵 . 𝐶 = 𝐴. (𝐵. 𝐶)
5) 𝐴 + 𝐵 . 𝐶 = 𝐴𝐶 + 𝐵𝐶
6) 𝐴 𝐵 + 𝐶 = 𝐴𝐵 + 𝐴𝐶
Ejemplos:
𝐼𝑛𝑑𝑖𝑞𝑢𝑒 𝑣𝑒𝑟𝑑𝑎𝑑𝑒𝑟𝑜 𝑉 𝑜 𝑓𝑎𝑙𝑠𝑜(𝐹)
𝑒𝑛 𝑐𝑎𝑑𝑎 𝑐𝑎𝑠𝑜.
1) 𝑆𝑖 𝐴𝐵 = Θ → 𝐴 = Θ ∨ 𝐵 = Θ
𝐸𝑠 𝑓𝑎𝑙𝑠𝑜, 𝑝𝑢𝑒𝑠𝑡𝑜 𝑞𝑢𝑒
1 0
0 0
0 0
0 1
=
0 0
0 0
൝
𝐴
൝
𝐵
൝
Θ
2) 𝑆𝑖 𝐴𝐵 = 𝐴𝐶 → 𝐵 = 𝐶
𝐸𝑠 𝑓𝑎𝑙𝑠𝑜, 𝑝𝑢𝑒𝑠𝑡𝑜 𝑞𝑢𝑒
Θ𝐵 = Θ𝐶 = Θ
3) 𝑆𝑖𝑒𝑛𝑑𝑜 𝐴 𝑦 𝐵 𝑚𝑎𝑡𝑟𝑖𝑐𝑒𝑠
𝑐𝑢𝑎𝑑𝑟𝑎𝑑𝑎𝑠 𝑑𝑒𝑙 𝑚𝑖𝑠𝑚𝑜 𝑜𝑟𝑑𝑒𝑛
(𝐴 + 𝐵)2= 𝐴2 + 2𝐴𝐵 + 𝐵2
𝐸𝑠 𝑓𝑎𝑙𝑠𝑜, 𝑝𝑢𝑒𝑠𝑡𝑜 𝑞𝑢𝑒
(𝐴 + 𝐵)2
= (𝐴 + 𝐵)(𝐴 + 𝐵)
= 𝐴𝐴 +𝐴𝐵 +𝐵𝐴 +𝐵𝐵
= 𝐴2 +𝐴𝐵 +𝐵𝐴 +𝐵2
Nota:
• 𝑆𝑖 𝐴 𝑦 𝐵 𝑠𝑜𝑛 𝑐𝑜𝑛𝑚𝑢𝑡𝑎𝑏𝑙𝑒𝑠
→(𝐴 + 𝐵)2= 𝐴2 + 2𝐴𝐵 + 𝐵2
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
• Potenciación de matrices:
Si A es una matriz cuadrada, se define:
𝐴𝑛 = 𝐴. 𝐴. 𝐴 … 𝐴
൞
𝑛 𝑣𝑒𝑐𝑒𝑠
; 𝑛 ∈ ℕ
Además:
𝐴0 = 𝐼 𝐴1 = 𝐴
• Donde I es la matriz identidad
Ejemplo:
Si 𝐴 =
1 −1
−1 0
calcule 𝐴4
Luego:
𝐴 =
1 −1
−1 0
𝐴 =
1 −1
−1 0
2 −1
−1 1
𝐴2
1 −1
−1 0
3 −2
−2 1
𝐴3
1 −1
−1 0
5 −3
−3 2
𝐴4
𝐴4
=
5 −3
−3 2
Matrices especiales
• Matriz idempotente 𝐴2 = 𝐴
• Matriz involutiva 𝐴2 = 𝐼
• Matriz nilpotente 𝐴𝑚 = Θ
, I es la matriz identidad
, Θ es la matriz nula
donde 𝑚 ∈ ℤ+
, 𝑚 es el grado de nilpotencia.
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
TRANSPUESTA DE UNA MATRIZ
Dada la matriz A = 𝑎𝑖𝑗 𝑚×𝑛
su transpuesta es 𝐴𝑇
definida por: 𝐴𝑇
= 𝑎𝑗𝑖 𝑛×𝑚
Es decir, se intercambiaron las filas por las columnas
Ejemplos:
𝐴 = → 𝐴𝑇 =
1 3
−2 5
0 6
1 −2 0
3 5 6
2× 3 3× 2
𝐵 =
1 2 3
4 5 6
7 8 9 3× 3
→ 𝐵𝑇
=
1 4 7
2 5 8
3 6 9 3× 3
Propiedades:
1) 𝐴𝑇 𝑇 = 𝐴
2) 𝑘. 𝐴 𝑇 = 𝑘. 𝐴𝑇 ; 𝑘 ∈ ℝ
3) 𝐴 + 𝐵 𝑇 = 𝐴𝑇 + 𝐵𝑇
4) 𝐴. 𝐵 𝑇
= 𝐵𝑇
. 𝐴𝑇
5) 𝐴𝑛 𝑇 = 𝐴𝑇 𝑛 ; 𝑛 ∈ ℕ
6) 𝐴−1 𝑇
= 𝐴𝑇 −1
Matrices especiales
• Matriz simétrica
𝐴𝑇
= 𝐴
Ejemplo:
−3 1 8
1 −7 5
8 5 2
𝐴 =
• Matriz antisimétrica
𝐴𝑇
= −𝐴
Ejemplo:
0 −1 8
1 0 5
−8 −5 0
𝐴 =
C R E E M O S E N L A E X I G E N C I A
C U R S O D E Á L G E B R A
TRAZA DE UNA MATRIZ
Dada una matriz cuadrada A, su traza denotada por
Traz(A) es la suma de los elementos de su diagonal
principal.
Ejemplo:
−3 2 𝜋
7 −1 6
0 3/2 5
𝐴 =
Traz(A) = −3 − 1 + 5 = 1
𝐵 =
4 −3
2 −1
Traz(B) = 4 − 1 = 3
Propiedades:
Sean A y B matrices cuadradas del mismo orden, luego
1) Traz(𝐴𝑇) = Traz(A)
Traz(k. A) = k. Traz(A) ; 𝑘 ∈ ℝ
2)
Traz(A + B) = Traz(A) + Traz(B)
3)
4) Traz(A. B) = Traz(B. A)
Ejemplo:
Se tiene 𝐴𝑇
= 2𝐴 +
3 4
5 6
. Calcule Traz(A)
Tomando Traza en ambos lados
𝐴𝑇
= 2𝐴 +
3 4
5 6
𝑇𝑟𝑎𝑧 𝑇𝑟𝑎𝑧 𝑇𝑟𝑎𝑧
൝
𝑇𝑟𝑎𝑧(𝐴)
൝
2𝑇𝑟𝑎𝑧(𝐴) 9
= + → 𝑇𝑟𝑎𝑧(𝐴) = −9
Semana 31 matrices  álgebra uni ccesa007

More Related Content

What's hot

Semana 07 division de polinomios i álgebra-uni ccesa007
Semana 07   division de polinomios i álgebra-uni ccesa007Semana 07   division de polinomios i álgebra-uni ccesa007
Semana 07 division de polinomios i álgebra-uni ccesa007Demetrio Ccesa Rayme
 
Semana 27 funciones exponenciales álgebra uni ccesa007
Semana 27 funciones exponenciales álgebra uni ccesa007Semana 27 funciones exponenciales álgebra uni ccesa007
Semana 27 funciones exponenciales álgebra uni ccesa007Demetrio Ccesa Rayme
 
Solution of System of Linear Equations
Solution of System of Linear EquationsSolution of System of Linear Equations
Solution of System of Linear Equationsmofassair
 
Semana 19 ecuaciones con radicales álgebra uni ccesa007
Semana 19  ecuaciones con radicales  álgebra uni ccesa007Semana 19  ecuaciones con radicales  álgebra uni ccesa007
Semana 19 ecuaciones con radicales álgebra uni ccesa007Demetrio Ccesa Rayme
 
linear equation in 2 variables
linear equation in 2 variableslinear equation in 2 variables
linear equation in 2 variablesmukundapriya
 
chp-1-matrices-determinants1 (2).ppt
chp-1-matrices-determinants1 (2).pptchp-1-matrices-determinants1 (2).ppt
chp-1-matrices-determinants1 (2).pptrushikumar17
 
7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equationsswartzje
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
mws_gen_sle_ppt_eigenvalues.pptx
mws_gen_sle_ppt_eigenvalues.pptxmws_gen_sle_ppt_eigenvalues.pptx
mws_gen_sle_ppt_eigenvalues.pptxrushikumar17
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT05092000
 
Cramer’s rule of matrix
Cramer’s rule of matrixCramer’s rule of matrix
Cramer’s rule of matrixAbi Malik
 
Linear equations rev - copy
Linear equations rev - copyLinear equations rev - copy
Linear equations rev - copyYash Jain
 
Sistemas de ecuaciones lineales
Sistemas de ecuaciones linealesSistemas de ecuaciones lineales
Sistemas de ecuaciones linealesRokiFernandez1
 
Math 8 - Linear Functions
Math 8 - Linear FunctionsMath 8 - Linear Functions
Math 8 - Linear FunctionsCarlo Luna
 
Grafica funciones cuadráticas
Grafica funciones cuadráticasGrafica funciones cuadráticas
Grafica funciones cuadráticasbibliotecalcr
 

What's hot (20)

Semana 07 division de polinomios i álgebra-uni ccesa007
Semana 07   division de polinomios i álgebra-uni ccesa007Semana 07   division de polinomios i álgebra-uni ccesa007
Semana 07 division de polinomios i álgebra-uni ccesa007
 
Semana 27 funciones exponenciales álgebra uni ccesa007
Semana 27 funciones exponenciales álgebra uni ccesa007Semana 27 funciones exponenciales álgebra uni ccesa007
Semana 27 funciones exponenciales álgebra uni ccesa007
 
Solution of System of Linear Equations
Solution of System of Linear EquationsSolution of System of Linear Equations
Solution of System of Linear Equations
 
Plano numerico
Plano numericoPlano numerico
Plano numerico
 
Semana 19 ecuaciones con radicales álgebra uni ccesa007
Semana 19  ecuaciones con radicales  álgebra uni ccesa007Semana 19  ecuaciones con radicales  álgebra uni ccesa007
Semana 19 ecuaciones con radicales álgebra uni ccesa007
 
linear equation in 2 variables
linear equation in 2 variableslinear equation in 2 variables
linear equation in 2 variables
 
determinants.ppt
determinants.pptdeterminants.ppt
determinants.ppt
 
chp-1-matrices-determinants1 (2).ppt
chp-1-matrices-determinants1 (2).pptchp-1-matrices-determinants1 (2).ppt
chp-1-matrices-determinants1 (2).ppt
 
Ch02 se
Ch02 seCh02 se
Ch02 se
 
7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equations
 
APM.pdf
APM.pdfAPM.pdf
APM.pdf
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
mws_gen_sle_ppt_eigenvalues.pptx
mws_gen_sle_ppt_eigenvalues.pptxmws_gen_sle_ppt_eigenvalues.pptx
mws_gen_sle_ppt_eigenvalues.pptx
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
 
Cramer’s rule of matrix
Cramer’s rule of matrixCramer’s rule of matrix
Cramer’s rule of matrix
 
Linear equations rev - copy
Linear equations rev - copyLinear equations rev - copy
Linear equations rev - copy
 
Sistemas de ecuaciones lineales
Sistemas de ecuaciones linealesSistemas de ecuaciones lineales
Sistemas de ecuaciones lineales
 
Math 8 - Linear Functions
Math 8 - Linear FunctionsMath 8 - Linear Functions
Math 8 - Linear Functions
 
Guia limite
Guia limiteGuia limite
Guia limite
 
Grafica funciones cuadráticas
Grafica funciones cuadráticasGrafica funciones cuadráticas
Grafica funciones cuadráticas
 

Similar to Semana 31 matrices álgebra uni ccesa007

Semana 10 numeros complejos i álgebra-uni ccesa007
Semana 10   numeros complejos i álgebra-uni ccesa007Semana 10   numeros complejos i álgebra-uni ccesa007
Semana 10 numeros complejos i álgebra-uni ccesa007Demetrio Ccesa Rayme
 
Дараалал ба цуваа
Дараалал ба цуваа Дараалал ба цуваа
Дараалал ба цуваа Март
 
Operation on Matrices.pptx
Operation on Matrices.pptxOperation on Matrices.pptx
Operation on Matrices.pptxTsheringTashi23
 
Rational function 11
Rational function 11Rational function 11
Rational function 11AjayQuines
 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Vladimir Godovalov
 
Semana 16 desigualdades ii álgebra-uni ccesa007
Semana 16   desigualdades  ii   álgebra-uni ccesa007Semana 16   desigualdades  ii   álgebra-uni ccesa007
Semana 16 desigualdades ii álgebra-uni ccesa007Demetrio Ccesa Rayme
 
Semana 11 numeros complejos ii álgebra-uni ccesa007
Semana 11   numeros complejos ii   álgebra-uni ccesa007Semana 11   numeros complejos ii   álgebra-uni ccesa007
Semana 11 numeros complejos ii álgebra-uni ccesa007Demetrio Ccesa Rayme
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSRai University
 
2.1 Rectangular Coordinate Systems
2.1 Rectangular Coordinate Systems2.1 Rectangular Coordinate Systems
2.1 Rectangular Coordinate Systemssmiller5
 
Rank, Nullity, and Fundamental Matrix Spaces.pptx
Rank, Nullity, and Fundamental Matrix Spaces.pptxRank, Nullity, and Fundamental Matrix Spaces.pptx
Rank, Nullity, and Fundamental Matrix Spaces.pptxfroilandoblon1
 
University of duhok
University of duhokUniversity of duhok
University of duhokRwan Kamal
 
Thomas algorithm
Thomas algorithmThomas algorithm
Thomas algorithmParidhi SK
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Rwan Kamal
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Abdullaا Hajy
 

Similar to Semana 31 matrices álgebra uni ccesa007 (20)

Matrix
MatrixMatrix
Matrix
 
MATRICES-MATHED204.pptx
MATRICES-MATHED204.pptxMATRICES-MATHED204.pptx
MATRICES-MATHED204.pptx
 
Matrices
MatricesMatrices
Matrices
 
Semana 10 numeros complejos i álgebra-uni ccesa007
Semana 10   numeros complejos i álgebra-uni ccesa007Semana 10   numeros complejos i álgebra-uni ccesa007
Semana 10 numeros complejos i álgebra-uni ccesa007
 
Дараалал ба цуваа
Дараалал ба цуваа Дараалал ба цуваа
Дараалал ба цуваа
 
Operation on Matrices.pptx
Operation on Matrices.pptxOperation on Matrices.pptx
Operation on Matrices.pptx
 
Rational function 11
Rational function 11Rational function 11
Rational function 11
 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
 
Semana 16 desigualdades ii álgebra-uni ccesa007
Semana 16   desigualdades  ii   álgebra-uni ccesa007Semana 16   desigualdades  ii   álgebra-uni ccesa007
Semana 16 desigualdades ii álgebra-uni ccesa007
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Semana 11 numeros complejos ii álgebra-uni ccesa007
Semana 11   numeros complejos ii   álgebra-uni ccesa007Semana 11   numeros complejos ii   álgebra-uni ccesa007
Semana 11 numeros complejos ii álgebra-uni ccesa007
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
 
2.1 Rectangular Coordinate Systems
2.1 Rectangular Coordinate Systems2.1 Rectangular Coordinate Systems
2.1 Rectangular Coordinate Systems
 
Rank, Nullity, and Fundamental Matrix Spaces.pptx
Rank, Nullity, and Fundamental Matrix Spaces.pptxRank, Nullity, and Fundamental Matrix Spaces.pptx
Rank, Nullity, and Fundamental Matrix Spaces.pptx
 
University of duhok
University of duhokUniversity of duhok
University of duhok
 
Thomas algorithm
Thomas algorithmThomas algorithm
Thomas algorithm
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
 
Math Analysis I
Math Analysis I Math Analysis I
Math Analysis I
 
Lemh103
Lemh103Lemh103
Lemh103
 

More from Demetrio Ccesa Rayme

Ediciones Previas Plan Anual de Trabajo 111-SJA Version2 Ccesa007.pdf
Ediciones Previas Plan Anual de Trabajo 111-SJA  Version2   Ccesa007.pdfEdiciones Previas Plan Anual de Trabajo 111-SJA  Version2   Ccesa007.pdf
Ediciones Previas Plan Anual de Trabajo 111-SJA Version2 Ccesa007.pdfDemetrio Ccesa Rayme
 
Programacion Anual Matemática4 MPG 2024 Ccesa007.pdf
Programacion Anual Matemática4    MPG 2024  Ccesa007.pdfProgramacion Anual Matemática4    MPG 2024  Ccesa007.pdf
Programacion Anual Matemática4 MPG 2024 Ccesa007.pdfDemetrio Ccesa Rayme
 
Programacion Anual Matemática5 MPG 2024 Ccesa007.pdf
Programacion Anual Matemática5    MPG 2024  Ccesa007.pdfProgramacion Anual Matemática5    MPG 2024  Ccesa007.pdf
Programacion Anual Matemática5 MPG 2024 Ccesa007.pdfDemetrio Ccesa Rayme
 
Planificacion Anual 2do Grado Educacion Primaria 2024 Ccesa007.pdf
Planificacion Anual 2do Grado Educacion Primaria   2024   Ccesa007.pdfPlanificacion Anual 2do Grado Educacion Primaria   2024   Ccesa007.pdf
Planificacion Anual 2do Grado Educacion Primaria 2024 Ccesa007.pdfDemetrio Ccesa Rayme
 
Planificacion Anual 4to Grado Educacion Primaria 2024 Ccesa007.pdf
Planificacion Anual 4to Grado Educacion Primaria   2024   Ccesa007.pdfPlanificacion Anual 4to Grado Educacion Primaria   2024   Ccesa007.pdf
Planificacion Anual 4to Grado Educacion Primaria 2024 Ccesa007.pdfDemetrio Ccesa Rayme
 
Neurociencias para Educadores NE24 Ccesa007.pdf
Neurociencias para Educadores  NE24  Ccesa007.pdfNeurociencias para Educadores  NE24  Ccesa007.pdf
Neurociencias para Educadores NE24 Ccesa007.pdfDemetrio Ccesa Rayme
 
Resolucion de Problemas en Educacion Inicial 5 años ED-2024 Ccesa007.pdf
Resolucion de Problemas en Educacion Inicial 5 años ED-2024 Ccesa007.pdfResolucion de Problemas en Educacion Inicial 5 años ED-2024 Ccesa007.pdf
Resolucion de Problemas en Educacion Inicial 5 años ED-2024 Ccesa007.pdfDemetrio Ccesa Rayme
 
El Aprendizaje en la Inteligencia Artificial IA4 Ccesa007.pdf
El Aprendizaje en la Inteligencia Artificial IA4  Ccesa007.pdfEl Aprendizaje en la Inteligencia Artificial IA4  Ccesa007.pdf
El Aprendizaje en la Inteligencia Artificial IA4 Ccesa007.pdfDemetrio Ccesa Rayme
 
Geometria 5to Educacion Primaria EDU Ccesa007.pdf
Geometria  5to Educacion Primaria EDU  Ccesa007.pdfGeometria  5to Educacion Primaria EDU  Ccesa007.pdf
Geometria 5to Educacion Primaria EDU Ccesa007.pdfDemetrio Ccesa Rayme
 
Geometria 2do Educacion Primaria EDU Ccesa007.pdf
Geometria  2do Educacion Primaria EDU Ccesa007.pdfGeometria  2do Educacion Primaria EDU Ccesa007.pdf
Geometria 2do Educacion Primaria EDU Ccesa007.pdfDemetrio Ccesa Rayme
 
Estadistica y Geometria 1ro Primaria EDU Ccesa007.pdf
Estadistica y Geometria 1ro Primaria EDU Ccesa007.pdfEstadistica y Geometria 1ro Primaria EDU Ccesa007.pdf
Estadistica y Geometria 1ro Primaria EDU Ccesa007.pdfDemetrio Ccesa Rayme
 
Razonamiento Matematico 2do Primaria EDU Ccesa007.pdf
Razonamiento Matematico 2do Primaria EDU Ccesa007.pdfRazonamiento Matematico 2do Primaria EDU Ccesa007.pdf
Razonamiento Matematico 2do Primaria EDU Ccesa007.pdfDemetrio Ccesa Rayme
 
Razonamiento Matematico 1ro Primaria EDU Ccesa007.pdf
Razonamiento Matematico 1ro Primaria  EDU Ccesa007.pdfRazonamiento Matematico 1ro Primaria  EDU Ccesa007.pdf
Razonamiento Matematico 1ro Primaria EDU Ccesa007.pdfDemetrio Ccesa Rayme
 
Carpeta Pedagogica del Nivel de Educacion Inicial CP2 Ccesa007.pdf
Carpeta Pedagogica del Nivel de Educacion Inicial CP2  Ccesa007.pdfCarpeta Pedagogica del Nivel de Educacion Inicial CP2  Ccesa007.pdf
Carpeta Pedagogica del Nivel de Educacion Inicial CP2 Ccesa007.pdfDemetrio Ccesa Rayme
 
El Impacto de la Inteligencia Artificial en el Aprendizaje Ccesa007.pdf
El Impacto de la Inteligencia Artificial en el Aprendizaje Ccesa007.pdfEl Impacto de la Inteligencia Artificial en el Aprendizaje Ccesa007.pdf
El Impacto de la Inteligencia Artificial en el Aprendizaje Ccesa007.pdfDemetrio Ccesa Rayme
 
Docencia en la Era de la Inteligencia Artificial UB4 Ccesa007.pdf
Docencia en la Era de la Inteligencia Artificial UB4  Ccesa007.pdfDocencia en la Era de la Inteligencia Artificial UB4  Ccesa007.pdf
Docencia en la Era de la Inteligencia Artificial UB4 Ccesa007.pdfDemetrio Ccesa Rayme
 
Experiencia Evaluacion Diagnostica Educacion Inicial 3 Años MAQ Ccesa007.pdf
Experiencia Evaluacion Diagnostica Educacion Inicial 3 Años  MAQ  Ccesa007.pdfExperiencia Evaluacion Diagnostica Educacion Inicial 3 Años  MAQ  Ccesa007.pdf
Experiencia Evaluacion Diagnostica Educacion Inicial 3 Años MAQ Ccesa007.pdfDemetrio Ccesa Rayme
 
Experiencia de Aprendizaje EX1 Educacion Inicial 4 Años MMY Ccesa007.pdf
Experiencia de Aprendizaje  EX1  Educacion  Inicial  4 Años MMY  Ccesa007.pdfExperiencia de Aprendizaje  EX1  Educacion  Inicial  4 Años MMY  Ccesa007.pdf
Experiencia de Aprendizaje EX1 Educacion Inicial 4 Años MMY Ccesa007.pdfDemetrio Ccesa Rayme
 
Evaluacion Diagnostica Matematica 4to C1 Primaria Ccesa007.pdf
Evaluacion Diagnostica Matematica 4to  C1 Primaria Ccesa007.pdfEvaluacion Diagnostica Matematica 4to  C1 Primaria Ccesa007.pdf
Evaluacion Diagnostica Matematica 4to C1 Primaria Ccesa007.pdfDemetrio Ccesa Rayme
 
Evaluacion Diagnostica Matematica 4to C2 Primaria Ccesa007.pdf
Evaluacion Diagnostica Matematica 4to  C2 Primaria Ccesa007.pdfEvaluacion Diagnostica Matematica 4to  C2 Primaria Ccesa007.pdf
Evaluacion Diagnostica Matematica 4to C2 Primaria Ccesa007.pdfDemetrio Ccesa Rayme
 

More from Demetrio Ccesa Rayme (20)

Ediciones Previas Plan Anual de Trabajo 111-SJA Version2 Ccesa007.pdf
Ediciones Previas Plan Anual de Trabajo 111-SJA  Version2   Ccesa007.pdfEdiciones Previas Plan Anual de Trabajo 111-SJA  Version2   Ccesa007.pdf
Ediciones Previas Plan Anual de Trabajo 111-SJA Version2 Ccesa007.pdf
 
Programacion Anual Matemática4 MPG 2024 Ccesa007.pdf
Programacion Anual Matemática4    MPG 2024  Ccesa007.pdfProgramacion Anual Matemática4    MPG 2024  Ccesa007.pdf
Programacion Anual Matemática4 MPG 2024 Ccesa007.pdf
 
Programacion Anual Matemática5 MPG 2024 Ccesa007.pdf
Programacion Anual Matemática5    MPG 2024  Ccesa007.pdfProgramacion Anual Matemática5    MPG 2024  Ccesa007.pdf
Programacion Anual Matemática5 MPG 2024 Ccesa007.pdf
 
Planificacion Anual 2do Grado Educacion Primaria 2024 Ccesa007.pdf
Planificacion Anual 2do Grado Educacion Primaria   2024   Ccesa007.pdfPlanificacion Anual 2do Grado Educacion Primaria   2024   Ccesa007.pdf
Planificacion Anual 2do Grado Educacion Primaria 2024 Ccesa007.pdf
 
Planificacion Anual 4to Grado Educacion Primaria 2024 Ccesa007.pdf
Planificacion Anual 4to Grado Educacion Primaria   2024   Ccesa007.pdfPlanificacion Anual 4to Grado Educacion Primaria   2024   Ccesa007.pdf
Planificacion Anual 4to Grado Educacion Primaria 2024 Ccesa007.pdf
 
Neurociencias para Educadores NE24 Ccesa007.pdf
Neurociencias para Educadores  NE24  Ccesa007.pdfNeurociencias para Educadores  NE24  Ccesa007.pdf
Neurociencias para Educadores NE24 Ccesa007.pdf
 
Resolucion de Problemas en Educacion Inicial 5 años ED-2024 Ccesa007.pdf
Resolucion de Problemas en Educacion Inicial 5 años ED-2024 Ccesa007.pdfResolucion de Problemas en Educacion Inicial 5 años ED-2024 Ccesa007.pdf
Resolucion de Problemas en Educacion Inicial 5 años ED-2024 Ccesa007.pdf
 
El Aprendizaje en la Inteligencia Artificial IA4 Ccesa007.pdf
El Aprendizaje en la Inteligencia Artificial IA4  Ccesa007.pdfEl Aprendizaje en la Inteligencia Artificial IA4  Ccesa007.pdf
El Aprendizaje en la Inteligencia Artificial IA4 Ccesa007.pdf
 
Geometria 5to Educacion Primaria EDU Ccesa007.pdf
Geometria  5to Educacion Primaria EDU  Ccesa007.pdfGeometria  5to Educacion Primaria EDU  Ccesa007.pdf
Geometria 5to Educacion Primaria EDU Ccesa007.pdf
 
Geometria 2do Educacion Primaria EDU Ccesa007.pdf
Geometria  2do Educacion Primaria EDU Ccesa007.pdfGeometria  2do Educacion Primaria EDU Ccesa007.pdf
Geometria 2do Educacion Primaria EDU Ccesa007.pdf
 
Estadistica y Geometria 1ro Primaria EDU Ccesa007.pdf
Estadistica y Geometria 1ro Primaria EDU Ccesa007.pdfEstadistica y Geometria 1ro Primaria EDU Ccesa007.pdf
Estadistica y Geometria 1ro Primaria EDU Ccesa007.pdf
 
Razonamiento Matematico 2do Primaria EDU Ccesa007.pdf
Razonamiento Matematico 2do Primaria EDU Ccesa007.pdfRazonamiento Matematico 2do Primaria EDU Ccesa007.pdf
Razonamiento Matematico 2do Primaria EDU Ccesa007.pdf
 
Razonamiento Matematico 1ro Primaria EDU Ccesa007.pdf
Razonamiento Matematico 1ro Primaria  EDU Ccesa007.pdfRazonamiento Matematico 1ro Primaria  EDU Ccesa007.pdf
Razonamiento Matematico 1ro Primaria EDU Ccesa007.pdf
 
Carpeta Pedagogica del Nivel de Educacion Inicial CP2 Ccesa007.pdf
Carpeta Pedagogica del Nivel de Educacion Inicial CP2  Ccesa007.pdfCarpeta Pedagogica del Nivel de Educacion Inicial CP2  Ccesa007.pdf
Carpeta Pedagogica del Nivel de Educacion Inicial CP2 Ccesa007.pdf
 
El Impacto de la Inteligencia Artificial en el Aprendizaje Ccesa007.pdf
El Impacto de la Inteligencia Artificial en el Aprendizaje Ccesa007.pdfEl Impacto de la Inteligencia Artificial en el Aprendizaje Ccesa007.pdf
El Impacto de la Inteligencia Artificial en el Aprendizaje Ccesa007.pdf
 
Docencia en la Era de la Inteligencia Artificial UB4 Ccesa007.pdf
Docencia en la Era de la Inteligencia Artificial UB4  Ccesa007.pdfDocencia en la Era de la Inteligencia Artificial UB4  Ccesa007.pdf
Docencia en la Era de la Inteligencia Artificial UB4 Ccesa007.pdf
 
Experiencia Evaluacion Diagnostica Educacion Inicial 3 Años MAQ Ccesa007.pdf
Experiencia Evaluacion Diagnostica Educacion Inicial 3 Años  MAQ  Ccesa007.pdfExperiencia Evaluacion Diagnostica Educacion Inicial 3 Años  MAQ  Ccesa007.pdf
Experiencia Evaluacion Diagnostica Educacion Inicial 3 Años MAQ Ccesa007.pdf
 
Experiencia de Aprendizaje EX1 Educacion Inicial 4 Años MMY Ccesa007.pdf
Experiencia de Aprendizaje  EX1  Educacion  Inicial  4 Años MMY  Ccesa007.pdfExperiencia de Aprendizaje  EX1  Educacion  Inicial  4 Años MMY  Ccesa007.pdf
Experiencia de Aprendizaje EX1 Educacion Inicial 4 Años MMY Ccesa007.pdf
 
Evaluacion Diagnostica Matematica 4to C1 Primaria Ccesa007.pdf
Evaluacion Diagnostica Matematica 4to  C1 Primaria Ccesa007.pdfEvaluacion Diagnostica Matematica 4to  C1 Primaria Ccesa007.pdf
Evaluacion Diagnostica Matematica 4to C1 Primaria Ccesa007.pdf
 
Evaluacion Diagnostica Matematica 4to C2 Primaria Ccesa007.pdf
Evaluacion Diagnostica Matematica 4to  C2 Primaria Ccesa007.pdfEvaluacion Diagnostica Matematica 4to  C2 Primaria Ccesa007.pdf
Evaluacion Diagnostica Matematica 4to C2 Primaria Ccesa007.pdf
 

Recently uploaded

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 

Recently uploaded (20)

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 

Semana 31 matrices álgebra uni ccesa007

  • 1. Álgebra P R O G R A M A A C A D É M I C O V I R T U A L Ciclo Anual Virtual Uni PLANA DE ÁLGEBRA
  • 3. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A 𝑹𝒆𝒄𝒐𝒏𝒐𝒄𝒆𝒓 𝒍𝒐𝒔 𝒆𝒍𝒆𝒎𝒆𝒏𝒕𝒐𝒔 𝒅𝒆 𝒖𝒏𝒂 𝒎𝒂𝒕𝒓𝒊𝒛 𝑹𝒆𝒂𝒍𝒊𝒛𝒂𝒓 𝒍𝒂𝒔 𝒐𝒑𝒆𝒓𝒂𝒄𝒊𝒐𝒏𝒆𝒔 𝒄𝒐𝒏 𝒎𝒂𝒕𝒓𝒊𝒄𝒆𝒔 𝑼𝒕𝒊𝒍𝒊𝒛𝒂𝒓 𝒍𝒂𝒔 𝒑𝒓𝒐𝒑𝒊𝒆𝒅𝒂𝒅𝒆𝒔 𝒅𝒆 𝒍𝒂𝒔 𝒎𝒂𝒕𝒓𝒊𝒄𝒆𝒔.
  • 4. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A MATRICES En 1848 James Joseph Sylvester introduce el término “matriz”, que significara la madre de las determinantes. El uso de las matrices es más antiguo, esto se observa en la resolución de sistemas de ecuaciones lineales. Sus aplicaciones se realizan para cuando se tiene una gran cantidad de elementos que se tiene a trabajar, como en programas de base de datos SQL, Excel; al igual que en los programas de programación. Toda imagen digital es una matriz y a partir de la evolución de la programación, se tiene entre sus aplicaciones los videojuegos, que han ido evolucionando desde los juegos 2D hasta los 3D, mejorando la imagen gráfica y la dinámica del mismo. Primera versión del juego Final Fantasy del año 1987
  • 5. C R E E M O S E N L A E X I G E N C I A MATRIZ C U R S O D E Á L G E B R A Una matriz es un arreglo rectangular de elementos distribuidos en filas y columnas. Ejemplos: 𝐹𝑖𝑙𝑎 𝐶𝑜𝑙𝑢𝑚𝑛𝑎 𝑀 = 1 6 0 𝜋 5 7 1 −9 4 −2 5 −7 La matriz M tiene 3 filas y 4 columnas 𝑁 = −3 2 5 0 9 7 −1 4 La matriz N tiene 4 filas y 2 columnas En general: 𝐴 = 𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23 𝑎31 𝑎32 𝑎33 ⋯ 𝑎1𝑛 𝑎2𝑛 𝑎3𝑛 ⋮ ⋱ ⋮ 𝑎𝑚1 𝑎𝑚2 𝑎𝑚3 ⋯ 𝑎𝑚𝑛 𝐹1 𝐹2 𝐹3 ⋮ 𝐹𝑚 𝑁°𝑑𝑒 𝑓𝑖𝑙𝑎 𝑁°𝑑𝑒 𝑐𝑜𝑙𝑢𝑚𝑛𝑎 C1 C2 C3 Cn Notación: 𝐴 = 𝑎𝑖𝑗 𝑚×𝑛 𝑛ú𝑚𝑒𝑟𝑜 𝑑𝑒 𝑐𝑜𝑙𝑢𝑚𝑛𝑎𝑠 𝑛ú𝑚𝑒𝑟𝑜 𝑑𝑒 𝑓𝑖𝑙𝑎𝑠 𝑂𝑟𝑑𝑒𝑛 𝐸𝑙𝑒𝑚𝑒𝑛𝑡𝑜 𝑑𝑒 𝑙𝑎 𝑓𝑖𝑙𝑎 𝑖, 𝑐𝑜𝑙𝑢𝑚𝑛𝑎 𝑗
  • 6. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A ELEMENTO DE UNA MATRIZ (𝒂𝒊𝒋) Los elementos se ubican por fila y columna. El elemento 𝑎𝑖𝑗 se ubica en la 𝑓𝑖𝑙𝑎 𝑖, 𝑐𝑜𝑙𝑢𝑚𝑛𝑎 𝑗 Ejemplo: Dada la matriz A = 𝑎𝑖𝑗 𝑚×𝑛 𝐴 = 𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23 𝑎31 𝑎32 𝑎33 Luego: 𝑎11 = −3 𝑎12 = 4 𝑎13 = 𝜋 𝑎21 = 7 𝑎22 = −8 𝑎23 = 5 𝑎31 = 0 𝑎32 = 1 𝑎33 = 2 Aplicación: Encuentre la matriz A = 𝑎𝑖𝑗 3×3 donde 𝑎𝑖𝑗 = ൝ 𝑖𝑗 ; 𝑖 ≥ 𝑗 𝑖 − 𝑗 ; 𝑖 < 𝑗 Como A = 𝑎𝑖𝑗 3×3 , se tiene: 𝑖 ≥ 𝑗 𝑖 < 𝑗 → 𝐴 = −3 4 𝜋 7 −8 5 0 1 2 𝐴 = 1 −1 −2 2 3 −1 3 6 9
  • 7. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A MATRICES ESPECIALES 𝟏) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒓𝒆𝒄𝒕𝒂𝒏𝒈𝒖𝒍𝒂𝒓: 𝑁° 𝑑𝑒 𝑓𝑖𝑙𝑎𝑠 ≠ 𝑁° 𝑑𝑒 𝑐𝑜𝑙𝑢𝑚𝑛𝑎𝑠 𝑀 = 1 6 0 𝜋 5 7 1 −9 4 −2 5 −7 𝟐) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒄𝒖𝒂𝒅𝒓𝒂𝒅𝒂: 𝑁° 𝑑𝑒 𝑓𝑖𝑙𝑎𝑠 = 𝑁° 𝑑𝑒 𝑐𝑜𝑙𝑢𝑚𝑛𝑎𝑠 • M tiene 3 filas y 4 columnas • El orden de la matriz M es 3 × 4 • 𝑀 = 𝑚𝑖𝑗 3×4 • 𝑀 ∈ ℝ3×4 Ejemplo: Ejemplo: −3 4 𝜋 7 −8 5 0 1 2 𝐴 = • A tiene 3 filas y 3 columnas • El orden de la matriz cuadrada A es 3 • 𝐴 = 𝑎𝑖𝑗 3×3 • 𝐴 ∈ ℝ3×3 𝐷𝑖𝑎𝑔𝑜𝑛𝑎𝑙 𝑝𝑟𝑖𝑛𝑐𝑖𝑝𝑎𝑙 𝐷𝑖𝑎𝑔𝑜𝑛𝑎𝑙 𝑠𝑒𝑐𝑢𝑛𝑑𝑎𝑟𝑖𝑎
  • 8. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A 𝟑) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒏𝒖𝒍𝒂: 𝑎𝑖𝑗 = 0 ∀ 𝑖, 𝑗 Ejemplos: 𝐴 = 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 𝐵 = Nota: • 𝐿𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑛𝑢𝑙𝑎 𝑝𝑢𝑒𝑑𝑒 𝑠𝑒𝑟 𝑟𝑒𝑐𝑡𝑎𝑛𝑔𝑢𝑙𝑎𝑟 𝑜 𝑐𝑢𝑎𝑑𝑟𝑎𝑑𝑎 𝟑) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒅𝒊𝒂𝒈𝒐𝒏𝒂𝒍: Es una matriz cuadrada, donde se cumple: 𝑎𝑖𝑗 = 0; ∀ 𝑖 ≠ 𝑗 Ejemplos: 3 0 0 0 0 0 0 0 𝜋 𝐴 = 0 0 0 0 0 0 0 0 0 𝐵 = 𝐴 = 𝑑𝑖𝑎𝑔(3; 0; 𝜋) 𝐵 = 𝑑𝑖𝑎𝑔(0; 0; 0) Nota: • 𝐿𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑛𝑢𝑙𝑎 𝑡𝑎𝑚𝑏𝑖é𝑛 𝑒𝑠 𝑢𝑛𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑑𝑖𝑎𝑔𝑜𝑛𝑎𝑙
  • 9. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A 𝟑) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒆𝒔𝒄𝒂𝒍𝒂𝒓: Es una matriz cuadrada, donde se cumple: 𝑎𝑖𝑗 = ൝ 0 ; ∀ 𝑖 ≠ 𝑗 𝑘 ; 𝑖 = 𝑗 ; 𝑘 ∈ ℝ Ejemplos: 5 0 0 0 5 0 0 0 5 𝑀 = 𝑁 = −1 0 0 −1 0 0 0 0 0 0 0 0 −1 0 0 −1 𝟒) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒊𝒅𝒆𝒏𝒕𝒊𝒅𝒂𝒅 (𝑰): Es una matriz cuadrada, donde se cumple: 𝑎𝑖𝑗 = ൝ 0 ; ∀ 𝑖 ≠ 𝑗 1 ; 𝑖 = 𝑗 Ejemplos: 1 0 0 0 1 0 0 0 1 𝐹 = 𝐺 = 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 = 𝐼3 = 𝐼4
  • 10. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A 𝟓) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒕𝒓𝒊𝒂𝒏𝒈𝒖𝒍𝒂𝒓 𝒔𝒖𝒑𝒆𝒓𝒊𝒐𝒓: Es una matriz cuadrada, donde se cumple: 𝑎𝑖𝑗 = 0 ; ∀ 𝑖 > 𝑗 Ejemplos: 0 2 4 0 7 5 0 0 3 𝐴 = 𝐵 = 4 6 0 7 8 9 0 1 0 0 0 0 6 0 0 3 𝟔) 𝑴𝒂𝒕𝒓𝒊𝒛 𝒕𝒓𝒊𝒂𝒏𝒈𝒖𝒍𝒂𝒓 𝒊𝒏𝒇𝒆𝒓𝒊𝒐𝒓: Es una matriz cuadrada, donde se cumple: 𝑎𝑖𝑗 = 0 ; ∀ 𝑖 < 𝑗 Ejemplos: 0 0 0 2 7 0 0 5 3 𝐶 = 𝐷 = 4 0 0 7 0 0 0 0 2 0 0 7 6 0 1 3
  • 11. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A IGUALDAD DE MATRICES Sean las matrices A = 𝑎𝑖𝑗 𝑚×𝑛 𝑦 B = 𝑏𝑖𝑗 𝑚×𝑛 entonces 𝐴 = 𝐵 ⟺ 𝑎𝑖𝑗 =𝑏𝑖𝑗 ; ∀ 𝑖, 𝑗 Ejemplo: Sean las matrices 𝐴 = 5 𝑚 4 𝑛 8 6 𝑦 𝐵 = 5 7 4 3 8 6 son iguales, entonces: 𝑚 = 7 ∧ 𝑛 = 3 OPERACIONES CON MATRICES Adición: Sean las matrices A = 𝑎𝑖𝑗 𝑚×𝑛 𝑦 B = 𝑏𝑖𝑗 𝑚×𝑛 𝐴 + 𝐵 = (𝑎𝑖𝑗+𝑏𝑖𝑗) ; ∀ 𝑖, 𝑗 Ejemplo: Sean las matrices 𝐴 = 1 4 0 0 8 7 𝑦 𝐵 = 2 3 5 3 1 2 entonces 𝐴 + 𝐵 = 3 7 5 3 9 9 𝑚 × 𝑛
  • 12. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A Multiplicación de matrices: • Multiplicación de un escalar por una matriz: Sea la matriz A = 𝑎𝑖𝑗 𝑚×𝑛 y 𝑘 un número real 𝑘. 𝐴 = 𝑘. 𝑎𝑖𝑗 𝑚×𝑛 Ejemplo: Dada la matriz 𝐴 = 1 0 −1 2 1 3 entonces: 4𝐴 = 4 0 −4 8 4 12 • Multiplicación de una matriz fila por una matriz columna Sean las matrices 𝐴 = 𝑎1 𝑎2 … 𝑎𝑛 y 𝐵 = 𝑏1 𝑏2 ⋮ 𝑏𝑛 Se define su multiplicación como 𝐴. 𝐵 = 𝑎1𝑏1 + 𝑎2𝑏2 + ⋯ + 𝑎2𝑏2 Ejemplo: Si 𝐴 = 2 −1 −2 y 𝐵 = −3 4 −6 entonces: 𝐴. 𝐵 = (2)(−3) + (−1)(4)+ (−2)(−6) 𝐴. 𝐵 = 2
  • 13. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A • Multiplicación de dos matrices: Sean las matrices A = 𝑎𝑖𝑗 𝑚×𝑛 y B = 𝑏𝑖𝑗 𝑛×𝑝 se define: 𝐴𝐵 = 𝑐𝑖𝑘 𝑚×𝑝 tal que 𝑐𝑖𝑘 = ෍ 𝑗=1 𝑛 𝑎𝑖𝑗𝑏𝑗𝑘 Ejemplo: Si 𝐴 = 1 −1 2 0 y 𝐵 = 4 0 −2 1 3 −1 entonces 𝐴𝐵 = 1 −1 2 0 4 0 −2 1 3 −1 𝐴𝐵 = 1 −1 4 1 1 −1 0 3 1 −1 −2 −1 2 0 4 1 2 0 0 3 2 0 −2 −1 Luego 𝐴𝐵 = 3 −3 −1 8 0 −4 Nota: 𝑃𝑎𝑟𝑎 𝑝𝑜𝑑𝑒𝑟 𝑚𝑢𝑙𝑡𝑖𝑝𝑙𝑖𝑐𝑎𝑟 𝐴 𝑝𝑜𝑟 𝐵, 𝑒𝑙 𝑛ú𝑚𝑒𝑟𝑜 𝑑𝑒 𝑐𝑜𝑙𝑢𝑚𝑛𝑎𝑠 𝑑𝑒 𝐴 𝑑𝑒𝑏𝑒 𝑠𝑒𝑟 𝑖𝑔𝑢𝑎𝑙 𝑎 𝑙𝑎 𝑐𝑎𝑛𝑡𝑖𝑑𝑎𝑑 𝑑𝑒 𝑓𝑖𝑙𝑎𝑠 𝑑𝑒 𝐵 Si A = 𝑎𝑖𝑗 3×4 ; B = 𝑏𝑖𝑗 4×5 → 𝐴𝐵 = 𝑐𝑖𝑗 3×5
  • 14. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A Ejemplo: Si 𝐴 = 1 0 −1 2 1 −2 0 −1 −1 y 𝐵 = 2 1 −2 1 0 −1 1 1 −2 Calcule A. B y B. A 𝐴 = 1 0 −1 2 1 −2 0 −1 −1 𝐵 = 2 1 −2 1 0 −1 1 1 −2 1 0 0 3 0 −1 −2 −1 3 = 𝐴𝐵 Entonces: 𝐴𝐵 = 1 0 0 3 0 −1 −2 −1 3 Además: 𝐵 = 2 1 −2 1 0 −1 1 1 −2 𝐴 = 1 0 −1 2 1 −2 0 −1 −1 4 3 −2 1 1 0 3 3 −1 = 𝐵𝐴 Entonces: 𝐵𝐴 = 4 3 −2 1 1 0 3 3 −1 Se nota que: 𝐴𝐵 ≠ 𝐵𝐴
  • 15. C R E E M O S E N L A E X I G E N C I A Propiedades: C U R S O D E Á L G E B R A 𝐴 + 𝐵 𝑆𝑖𝑒𝑛𝑑𝑜 𝐴 𝑦 𝐵 𝑚𝑎𝑡𝑟𝑖𝑐𝑒𝑠, 𝑡𝑒𝑛𝑒𝑚𝑜𝑠 1) = 𝐵 + 𝐴 2) 𝐴 + 𝐵 + 𝐶 = 𝐴 + (𝐵 + 𝐶) 3) 𝐸𝑛 𝑔𝑒𝑛𝑒𝑟𝑎𝑙 𝐴𝐵 ≠ 𝐵𝐴 • 𝑆𝑖 𝐴𝐵 = 𝐵𝐴 𝑠𝑒 𝑑𝑖𝑐𝑒 𝑞𝑢𝑒 𝐴 𝑦 𝐵 𝑠𝑜𝑛 𝑐𝑜𝑛𝑚𝑢𝑡𝑎𝑏𝑙𝑒𝑠. • 𝑆𝑒 𝑐𝑢𝑚𝑝𝑙𝑒 𝑞𝑢𝑒 𝐴𝐼 = 𝐼𝐴 = A 𝑑𝑜𝑛𝑑𝑒 𝐼 𝑒𝑠 𝑙𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑖𝑑𝑒𝑛𝑡𝑖𝑑𝑎𝑑. • 𝑆𝑒 𝑐𝑢𝑚𝑝𝑙𝑒 𝑞𝑢𝑒 𝐴Θ = Θ𝐴 = Θ 𝑑𝑜𝑛𝑑𝑒 Θ 𝑒𝑠 𝑙𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝑛𝑢𝑙𝑎. 4) 𝐴. 𝐵 . 𝐶 = 𝐴. (𝐵. 𝐶) 5) 𝐴 + 𝐵 . 𝐶 = 𝐴𝐶 + 𝐵𝐶 6) 𝐴 𝐵 + 𝐶 = 𝐴𝐵 + 𝐴𝐶 Ejemplos: 𝐼𝑛𝑑𝑖𝑞𝑢𝑒 𝑣𝑒𝑟𝑑𝑎𝑑𝑒𝑟𝑜 𝑉 𝑜 𝑓𝑎𝑙𝑠𝑜(𝐹) 𝑒𝑛 𝑐𝑎𝑑𝑎 𝑐𝑎𝑠𝑜. 1) 𝑆𝑖 𝐴𝐵 = Θ → 𝐴 = Θ ∨ 𝐵 = Θ 𝐸𝑠 𝑓𝑎𝑙𝑠𝑜, 𝑝𝑢𝑒𝑠𝑡𝑜 𝑞𝑢𝑒 1 0 0 0 0 0 0 1 = 0 0 0 0 ൝ 𝐴 ൝ 𝐵 ൝ Θ 2) 𝑆𝑖 𝐴𝐵 = 𝐴𝐶 → 𝐵 = 𝐶 𝐸𝑠 𝑓𝑎𝑙𝑠𝑜, 𝑝𝑢𝑒𝑠𝑡𝑜 𝑞𝑢𝑒 Θ𝐵 = Θ𝐶 = Θ 3) 𝑆𝑖𝑒𝑛𝑑𝑜 𝐴 𝑦 𝐵 𝑚𝑎𝑡𝑟𝑖𝑐𝑒𝑠 𝑐𝑢𝑎𝑑𝑟𝑎𝑑𝑎𝑠 𝑑𝑒𝑙 𝑚𝑖𝑠𝑚𝑜 𝑜𝑟𝑑𝑒𝑛 (𝐴 + 𝐵)2= 𝐴2 + 2𝐴𝐵 + 𝐵2 𝐸𝑠 𝑓𝑎𝑙𝑠𝑜, 𝑝𝑢𝑒𝑠𝑡𝑜 𝑞𝑢𝑒 (𝐴 + 𝐵)2 = (𝐴 + 𝐵)(𝐴 + 𝐵) = 𝐴𝐴 +𝐴𝐵 +𝐵𝐴 +𝐵𝐵 = 𝐴2 +𝐴𝐵 +𝐵𝐴 +𝐵2 Nota: • 𝑆𝑖 𝐴 𝑦 𝐵 𝑠𝑜𝑛 𝑐𝑜𝑛𝑚𝑢𝑡𝑎𝑏𝑙𝑒𝑠 →(𝐴 + 𝐵)2= 𝐴2 + 2𝐴𝐵 + 𝐵2
  • 16. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A • Potenciación de matrices: Si A es una matriz cuadrada, se define: 𝐴𝑛 = 𝐴. 𝐴. 𝐴 … 𝐴 ൞ 𝑛 𝑣𝑒𝑐𝑒𝑠 ; 𝑛 ∈ ℕ Además: 𝐴0 = 𝐼 𝐴1 = 𝐴 • Donde I es la matriz identidad Ejemplo: Si 𝐴 = 1 −1 −1 0 calcule 𝐴4 Luego: 𝐴 = 1 −1 −1 0 𝐴 = 1 −1 −1 0 2 −1 −1 1 𝐴2 1 −1 −1 0 3 −2 −2 1 𝐴3 1 −1 −1 0 5 −3 −3 2 𝐴4 𝐴4 = 5 −3 −3 2 Matrices especiales • Matriz idempotente 𝐴2 = 𝐴 • Matriz involutiva 𝐴2 = 𝐼 • Matriz nilpotente 𝐴𝑚 = Θ , I es la matriz identidad , Θ es la matriz nula donde 𝑚 ∈ ℤ+ , 𝑚 es el grado de nilpotencia.
  • 17. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A TRANSPUESTA DE UNA MATRIZ Dada la matriz A = 𝑎𝑖𝑗 𝑚×𝑛 su transpuesta es 𝐴𝑇 definida por: 𝐴𝑇 = 𝑎𝑗𝑖 𝑛×𝑚 Es decir, se intercambiaron las filas por las columnas Ejemplos: 𝐴 = → 𝐴𝑇 = 1 3 −2 5 0 6 1 −2 0 3 5 6 2× 3 3× 2 𝐵 = 1 2 3 4 5 6 7 8 9 3× 3 → 𝐵𝑇 = 1 4 7 2 5 8 3 6 9 3× 3 Propiedades: 1) 𝐴𝑇 𝑇 = 𝐴 2) 𝑘. 𝐴 𝑇 = 𝑘. 𝐴𝑇 ; 𝑘 ∈ ℝ 3) 𝐴 + 𝐵 𝑇 = 𝐴𝑇 + 𝐵𝑇 4) 𝐴. 𝐵 𝑇 = 𝐵𝑇 . 𝐴𝑇 5) 𝐴𝑛 𝑇 = 𝐴𝑇 𝑛 ; 𝑛 ∈ ℕ 6) 𝐴−1 𝑇 = 𝐴𝑇 −1 Matrices especiales • Matriz simétrica 𝐴𝑇 = 𝐴 Ejemplo: −3 1 8 1 −7 5 8 5 2 𝐴 = • Matriz antisimétrica 𝐴𝑇 = −𝐴 Ejemplo: 0 −1 8 1 0 5 −8 −5 0 𝐴 =
  • 18. C R E E M O S E N L A E X I G E N C I A C U R S O D E Á L G E B R A TRAZA DE UNA MATRIZ Dada una matriz cuadrada A, su traza denotada por Traz(A) es la suma de los elementos de su diagonal principal. Ejemplo: −3 2 𝜋 7 −1 6 0 3/2 5 𝐴 = Traz(A) = −3 − 1 + 5 = 1 𝐵 = 4 −3 2 −1 Traz(B) = 4 − 1 = 3 Propiedades: Sean A y B matrices cuadradas del mismo orden, luego 1) Traz(𝐴𝑇) = Traz(A) Traz(k. A) = k. Traz(A) ; 𝑘 ∈ ℝ 2) Traz(A + B) = Traz(A) + Traz(B) 3) 4) Traz(A. B) = Traz(B. A) Ejemplo: Se tiene 𝐴𝑇 = 2𝐴 + 3 4 5 6 . Calcule Traz(A) Tomando Traza en ambos lados 𝐴𝑇 = 2𝐴 + 3 4 5 6 𝑇𝑟𝑎𝑧 𝑇𝑟𝑎𝑧 𝑇𝑟𝑎𝑧 ൝ 𝑇𝑟𝑎𝑧(𝐴) ൝ 2𝑇𝑟𝑎𝑧(𝐴) 9 = + → 𝑇𝑟𝑎𝑧(𝐴) = −9