|
|
(7 ediciones intermedias no se muestran.) |
Línea 1: |
Línea 1: |
- | Un sistema de ecuaciones lineales con incógnitas
| + | #REDIRECT [[Matemáticas#Sistemas_de_ecuaciones_lineales]] |
- | <math>
| + | |
- | \left(
| + | |
- | \, x_1, \, x_2, \, \ldots, \, x_n \,
| + | |
- | \right)
| + | |
- | </math>
| + | |
- | es un conjunto formado por
| + | |
- | <math>
| + | |
- | m
| + | |
- | </math>
| + | |
- | igualdades de la forma:
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | <center>
| + | |
- | <math>
| + | |
- | \left.
| + | |
- | \begin{array}{c}
| + | |
- | a_{11} \cdot x_1 + a_{12} \cdot x_2 + \ldots a_{1n} \cdot x_n = b_1
| + | |
- | \\
| + | |
- | a_{21} \cdot x_1 + a_{22} \cdot x_2 + \ldots a_{2n} \cdot x_n = b_2
| + | |
- | \\
| + | |
- | \dotfill
| + | |
- | \\
| + | |
- | a_{m1} \cdot x_1 + a_{m2} \cdot x_2 + \ldots a_{mn} \cdot x_n = b_m
| + | |
- | \end{array}
| + | |
- | \right\}
| + | |
- | </math>
| + | |
- | </center>
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | donde los
| + | |
- | <math>
| + | |
- | a_{ij}
| + | |
- | </math>
| + | |
- | se llaman coeficientes y los
| + | |
- | <math>
| + | |
- | b_i
| + | |
- | </math>
| + | |
- | , terminos independientes del sistema.
| + | |
- | | + | |
- | En los coeficientes
| + | |
- | <math>
| + | |
- | a_{ij}
| + | |
- | </math>
| + | |
- | , el subindice
| + | |
- | <math>
| + | |
- | i
| + | |
- | </math>
| + | |
- | indica la ecuación del sistema en la que aparece dicho coeficiente, y el subíndice
| + | |
- |
| + | |
- | <math>
| + | |
- | j
| + | |
- | </math>
| + | |
- | señala de que incognita es coeficiente
| + | |
- | <math>
| + | |
- | a_{ij}
| + | |
- | </math>
| + | |
- | .
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | El subindice
| + | |
- | <math>
| + | |
- | i
| + | |
- | </math>
| + | |
- | que aparece en el término
| + | |
- | <math>
| + | |
- | b_i
| + | |
- | </math>
| + | |
- | , indica la ecuación de la que
| + | |
- | <math>
| + | |
- | b_i
| + | |
- | </math>
| + | |
- | es término independiente.
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | El sistema anterior de
| + | |
- | <math>
| + | |
- | m
| + | |
- | </math>
| + | |
- | ecuaciones lineales con
| + | |
- | <math>
| + | |
- | n
| + | |
- | </math>
| + | |
- | incognitas se puede escribir matricialmente de la siguiente forma:
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | <center>
| + | |
- | <math>
| + | |
- | \left(
| + | |
- | \begin{array}[c]{cccc}
| + | |
- | a_{11} & a_{12} & \ldots & a_{1n}
| + | |
- | \\
| + | |
- | a_{21} & a_{22} & \ldots & a_{2n}
| + | |
- | \\
| + | |
- | \vdots & \vdots & \ddots & \vdots
| + | |
- | \\
| + | |
- | a_{m1} & a_{m2} & \ldots & a_{mn}
| + | |
- | \end{array}
| + | |
- | \right)
| + | |
- | \cdot
| + | |
- | \left(
| + | |
- | \begin{array}[c]{c}
| + | |
- | x_1
| + | |
- | \\
| + | |
- | x_2
| + | |
- | \\
| + | |
- | \vdots
| + | |
- | \\
| + | |
- | x_n
| + | |
- | \end{array}
| + | |
- | \right)
| + | |
- | \, = \,
| + | |
- | \left(
| + | |
- | \begin{array}[c]{c}
| + | |
- | b_1
| + | |
- | \\
| + | |
- | b_2
| + | |
- | \\
| + | |
- | \vdots
| + | |
- | \\
| + | |
- | b_m
| + | |
- | \end{array}
| + | |
- | \right)
| + | |
- | </math>
| + | |
- | </center>
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | La primera matriz en la igualdad anterior es la '''''matriz de los coeficientes'''''. La
| + | |
- | '''''matriz ampliada''''' es la matriz de los coeficientes,
| + | |
- | <math>
| + | |
- | A
| + | |
- | </math>
| + | |
- | , a la que se añade la columna de los terminos independientes,
| + | |
- | <math>
| + | |
- | B
| + | |
- | </math>
| + | |
- | :
| + | |
- | <br/>
| + | |
- | | + | |
- | <center>
| + | |
- | <math>
| + | |
- | A|B \, = \,
| + | |
- | \left(
| + | |
- | \left.
| + | |
- | \begin{array}[c]{cccc}
| + | |
- | a_{11} & a_{12} & \ldots & a_{1n}
| + | |
- | \\
| + | |
- | a_{21} & a_{22} & \ldots & a_{2n}
| + | |
- | \\
| + | |
- | \vdots & \vdots & \ddots & \vdots
| + | |
- | \\
| + | |
- | a_{m1} & a_{m2} & \ldots & a_{mn}
| + | |
- | \end{array}
| + | |
- | \right|
| + | |
- | \begin{array}[c]{c}
| + | |
- | b_1
| + | |
- | \\
| + | |
- | b_2
| + | |
- | \\
| + | |
- | \vdots
| + | |
- | \\
| + | |
- | b_m
| + | |
- | \end{array}
| + | |
- | \right)
| + | |
- | </math>
| + | |
- | </center>
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | Resolver un sistema es encontrar todas sus soluciones. Al conjunto de todas las
| + | |
- | soluciones del sistema se le llama solución general, y a cada una de las soluciones que
| + | |
- | forman dicho conjunto, solución particular.
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | Serán soluciones del sistema todas las n-tuplas
| + | |
- | <math>
| + | |
- | \left(
| + | |
- | \, s_1, \, s_2, \, \ldots, \, s_n \,
| + | |
- | \right)
| + | |
- | </math>
| + | |
- | tales que al sustituir
| + | |
- | <math>
| + | |
- | x_i
| + | |
- | </math>
| + | |
- | por
| + | |
- | <math>
| + | |
- | s_i
| + | |
- | </math>
| + | |
- | , para
| + | |
- | <math>
| + | |
- | i = 1, \, 2, \, \ldots, \, n
| + | |
- | </math>
| + | |
- | , todas las ecuaciones del sistema se conviertan en identidades.
| + | |