Está en la página 1de 17

CAP.

III

SISTEMAS DE
ECUACIONES LINEALES
3.1. DEFINICIÓN DE SISTEMAS DE
ECUACIONES LINEALES
𝑎𝑥 = 𝑏
Dónde:
𝑎=constante 𝑏= variable en términos de 𝑥

𝑎1 𝑥1 + 𝑎2 𝑥2 + ⋯ + 𝑎𝑛 𝑥𝑛 = 𝑏
Dicha ecuación expresa 𝑏 en términos de la variable 𝑥 y la constante 𝑎 y esta se denomina
Ecuación Lineal.

Por lo tanto los sistemas lineales pueden tener "𝑛" ecuaciones lineales con "𝑚" incógnitas:

𝑎11 𝑥1 + 𝑎12 𝑥2 + 𝑎13 𝑥3 + ⋯ + 𝑎1𝑚 𝑥𝑚 = 𝑏1


𝑎21 𝑥1 + 𝑎22 𝑥2 + 𝑎23 𝑥3 + ⋯ + 𝑎2𝑚 𝑥𝑚 = 𝑏2
⋮ ⋮ ⋮ ⋮ ⋮
𝑎𝑛1 𝑥1 + 𝑎𝑛2 𝑥2 + 𝑎𝑛3 𝑥3 + ⋯ + 𝑎𝑛𝑚 𝑥𝑚 = 𝑏𝑛
3.1. DEFINICIÓN DE SISTEMAS DE
ECUACIONES LINEALES
En forma matricial:

Siendo las matrices 𝑎, 𝑥 y 𝐵; 𝐴𝑛𝑥𝑚 , 𝑥𝑚𝑥1 y 𝐵𝑛𝑥1 tenemos:

𝐴𝑥 = 𝐵
3.1. DEFINICIÓN DE SISTEMAS DE
ECUACIONES LINEALES

𝟑𝒙 − 𝟐𝒚 + 𝟒𝒛 = 𝟓
1. Escribir en forma matricial el sistema: −𝟐𝒙 + 𝟑𝒚 =𝟎
𝒙 + 𝟓𝒚 − 𝟕𝒛 = −𝟏
3.2. CLASIFICACIÓN DE LOS SISTEMAS
 Compatibles

El sistema lineal 𝐴𝑥 = 𝐵 es compatible o consistente si admite solución. Estos


pueden ser:

a) Determinados: El sistema posee finitas soluciones.

b) Indeterminados: El sistema posee infinitas soluciones.

 Incompatibles

El sistema lineal 𝐴𝑥 = 𝐵 es incompatible o inconsistente si no tiene solución.


3.2. CLASIFICACIÓN DE LOS SISTEMAS

Si el Sistema Lineal 𝐴𝑥 = 𝐵 posee solución, entonces su


determinante debe ser distinto de cero.

Si el Sistema Lineal 𝐴𝑥 = 𝐵 tiene infinitas soluciones o no


tiene solución, entonces su determinante debe ser igual a
cero.
3.3. MATRIZ AUMENTADA

Se la representa como: 𝐴′ y se dice que es una matriz aumentada si


dentro de ella se consideran los elementos de la matriz 𝐵:
𝐴′ = 𝐴 𝐵

𝟑𝒙 − 𝟐𝒚 + 𝟒𝒛 = 𝟓
1. Colocar el sistema como matriz aumentada: −𝟐𝒙 + 𝟑𝒚 =𝟎
𝒙 + 𝟓𝒚 − 𝟕𝒛 = −𝟏

3 −2 4 ⋮ 5

𝐴 = −2 3 0 ⋮ 0
1 5 −7 ⋮ −1
3.4. MÉTODOS DE RESOLUCIÓN

3.4.1. Resolución por Gauss-Jordan

Este método consiste:

 Colocar el sistema como matriz aumentada


 Convertir la matriz 𝐴 en matriz Identidad a través de operaciones
matriciales, al hacer esto la matriz 𝐵 cambiará de valores por lo tanto,
esos resultados obtenidos corresponden a cada incógnita.
3.4. MÉTODOS DE RESOLUCIÓN

3.4.1. Resolución por Gauss-Jordan

𝒙𝟏 + 𝟑𝒙𝟐 + 𝟐𝒙𝟑 = 𝟏𝟎
1. Resolver el siguiente Sistema de Ecuaciones: 𝟑𝒙𝟏 + 𝟏𝟎𝒙𝟐 + 𝟏𝟏𝒙𝟑 = 𝟒𝟏
𝟐𝒙𝟏 + 𝟖𝒙𝟐 + 𝟏𝟓𝒙𝟑 = 𝟒𝟒

2. Resolver el siguiente Sistema de Ecuaciones:


𝒙𝟏 + 𝒙𝟐 − 𝟑𝒙𝟑 + 𝒙𝟒 = 𝟏
𝒙𝟏 − 𝒙𝟐 + 𝒙𝟑 − 𝟐𝒙𝟒 = 𝟐
𝟐𝒙𝟏 − 𝟑𝒙𝟐 + 𝟓𝒙𝟑 = 𝟎
−𝟑𝒙𝟏 − 𝟕𝒙𝟐 + 𝟒𝒙𝟑 + 𝒙𝟒 = −𝟏
3.4. MÉTODOS DE RESOLUCIÓN

3.4.2. Resolución por la Inversa

Dado el sistema lineal 𝐴𝑥 = 𝐵; el sistema es compatible si 𝐴 ≠ 0 ya que


admite inversa. Por lo tanto:
𝐴𝑥 = 𝐵 ∕ 𝐴−1

𝐴−1 ∗ 𝐴𝑥 = 𝐴−1 ∗ 𝐵

𝒙 = 𝑨−𝟏 ∗ 𝑩
3.4. MÉTODOS DE RESOLUCIÓN

3.4.2. Resolución por la Inversa

𝟐𝒙𝟏 −𝒙𝟐 +𝟐𝒙𝟑 = 𝟏


1. Resolver el siguiente Sistema de Ecuaciones: 𝒙𝟏 + 𝒙𝟐 + 𝒙𝟑 = 𝟐
𝟐𝒙𝟏 − 𝒙𝟐 + 𝒙𝟑 = 𝟓

2. Resolver el siguiente Sistema de Ecuaciones:

𝒙𝟏 + 𝟐𝒙𝟐 +𝒙𝟑 +𝟑𝒙𝟒 = 𝟗


𝟑𝒙𝟏 + 𝟕𝒙𝟐 + 𝟔𝒙𝟑 + 𝟏𝟏𝒙𝟒 = 𝟑𝟑
𝒙𝟏 + 𝟔𝒙𝟐 + 𝟏𝟒𝒙𝟑 + 𝟏𝟓𝒙𝟒 = 𝟑𝟒
𝟐𝒙𝟏 + 𝟔𝒙𝟐 + 𝟏𝟏𝒙𝟑 + 𝟐𝟑𝒙𝟒 = 𝟑𝟑
3.4. MÉTODOS DE RESOLUCIÓN

3.4.3. Resolución por Cramer

Este método solo se aplica en matrices cuadradas y donde el determinante es


diferente de cero.

Si el sistema lineal 𝑨𝒙 = 𝑩 tiene la forma:

𝑎11 𝑎12 𝑎13 … 𝑎1𝑚 𝑥1 𝑏1


𝑎21 𝑎22 𝑎23 … 𝑎2𝑚 𝑥2 𝑏2
⋮ =
⋮ ⋮ ⋮ ⋮ ⋮
𝑎𝑛1 𝑎𝑛2 𝑎𝑛3 … 𝑎𝑛𝑚 𝑥𝑚 𝑏𝑛
3.4. MÉTODOS DE RESOLUCIÓN

3.4.3. Resolución por Cramer

Para resolver dicho sistema utilizamos:

𝜟𝒙𝒊
𝒙𝒊 =
𝑨

Dónde: 𝑖 = 1,2,3, … . . , 𝑛 𝑦 𝑟𝑒𝑝𝑟𝑒𝑠𝑒𝑛𝑡𝑎 𝑎 𝑙𝑎 𝑐𝑜𝑙𝑢𝑚𝑛𝑎 𝑖


𝐴 = 𝑑𝑒𝑡𝑒𝑟𝑚𝑖𝑛𝑎𝑛𝑡𝑒 𝑑𝑒 𝑙𝑎 𝑚𝑎𝑡𝑟𝑖𝑧 𝐴

𝑎11 𝑎12 … 𝐵1 … 𝑎1𝑚


𝑎 𝑎22 … 𝐵2 … 𝑎2𝑚
Δx𝑖 = 21
⋮ ⋮ ⋱ ⋮ ⋱ ⋮
𝑎𝑛1 𝑎𝑛2 … 𝐵𝑛 … 𝑎𝑛𝑚

𝐵1 , 𝐵2 , … , 𝐵𝑛 es la columna i.
3.4. MÉTODOS DE RESOLUCIÓN

3.4.3. Resolución por Cramer

Resolver el siguiente Sistema de Ecuaciones:


𝒙𝟏 + 𝟑𝒙𝟐 + 𝟐𝒙𝟑 + 𝒙𝟒 = 𝟏𝟏
𝟐𝒙𝟏 + 𝟑𝒙𝟐 + 𝟐𝒙𝟑 + 𝟐𝒙𝟒 = 𝟏𝟒
𝟐𝒙𝟏 − 𝒙𝟐 + 𝟐𝒙𝟑 + 𝟓𝒙𝟒 = 𝟔
𝟓𝒙𝟏 − 𝟐𝒙𝟐 + 𝟓𝒙𝟑 + 𝟏𝟐𝒙𝟒 = 𝟏𝟔

2𝒙1 + 𝒙2 + +3𝒙4 = 16
2𝒙1 + 2𝒙2 + 4𝒙3 − 𝒙4 = 14
3𝒙1 + 3𝒙2 + 4𝒙3 + 2𝒙4 = 29
4𝒙1 + 4𝒙2 + 5𝒙3 + 3𝒙4 = 39
3.5. SISTEMAS HOMOGÉNEOS

𝑎11 𝑥1 + 𝑎12 𝑥2 + ⋯ + 𝑎1𝑛 𝑥𝑛 = 0


𝑎21 𝑥1 + 𝑎22 𝑥2 + ⋯ +𝑎2𝑛 𝑥𝑛 = 0
𝑎𝑚1 𝑥1 + 𝑎𝑚2 𝑥2 + ⋯ + 𝑎𝑚𝑛 𝑥𝑛 = 0

𝐴𝑥 = 0

Los Sistemas Homogéneos tienen una solución llamada Trivial. Una solución es
trivial si todos los valores de las incógnitas son ceros, es decir los valores de
𝑥1 = 𝑥2 = 𝑥3 = ⋯ = 𝑥𝑛 = 0.
3.5. SISTEMAS HOMOGÉNEOS

Así mismo, estos sistemas tienen dos posibles soluciones:

1) El Sistema Homogéneo solo posee la solución trivial.

2) El Sistema Homogéneo posee infinitas soluciones.

Si 𝐴 ≠ 0, la matriz tiene inversa → El sistema tiene como solución la TRIVIAL

Si 𝐴 = 0 , la matriz no tiene inversa → El sistema tiene INFINITAS


SOLUCIONES
3.5. SISTEMAS HOMOGÉNEOS
1. Resolver el siguiente Sistema de Ecuaciones Homogéneo:

𝒙𝟏 + 𝟑𝒙𝟐 + 𝟐𝒙𝟑 =𝟎
𝟖𝒙𝟏 + 𝟓𝒙𝟐 + 𝟕𝒙𝟑 =𝟎
𝟔𝒙𝟏 + 𝟗𝒙𝟐 + 𝟒𝒙𝟑 =𝟎

2. Resolver el siguiente Sistema de Ecuaciones Homogéneo:

𝒙𝟏 + 𝟒𝒙𝟐 + 𝟐𝒙𝟑 =𝟎
𝟐𝒙𝟏 + 𝟗𝒙𝟐 + 𝟕𝒙𝟑 =𝟎
𝟒𝒙𝟏 + 𝟏𝟕𝒙𝟐 + 𝟏𝟏𝒙𝟑 =𝟎

También podría gustarte