|
|
Línea 1: |
Línea 1: |
- | Un '''''sistema de ecuaciones lineales''''' con incógnitas
| + | #REDIRECT [[Matematicas#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/>
| + | |
- | | + | |
- | De izquierda a derecha, la primera matriz, en la igualdad anterior es la '''''matriz de los coeficientes''''' y la llamaremos
| + | |
- |
| + | |
- | <math>
| + | |
- | A
| + | |
- | </math>
| + | |
- | , la segunda matriz es la matriz de las incognitas y la llamaremos
| + | |
- | <math>
| + | |
- | X
| + | |
- | </math>
| + | |
- | . La tercera es la matriz de los terminos indedependientes y la llamaremos
| + | |
- | <math>
| + | |
- | B
| + | |
- | </math>
| + | |
- | .
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | Con esta notación, nuestro sistema de ecuaciones lineales se puede representar de la
| + | |
- | siguiente manera:
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | <center>
| + | |
- | <math>
| + | |
- | A \cdot X \, = \, B
| + | |
- | </math>
| + | |
- | </center>
| + | |
- | | + | |
- | <br/>
| + | |
- | | + | |
- | 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 de ecuaciones lineales 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.
| + | |
- | | + | |
- | | + | |
- | | + | |
- | == Enlaces externos ==
| + | |
- | # ''[http://www.vadenumeros.es/tercero/sistemas-de-ecuaciones.htm Métodos de resolución algebraica de sistemas de ecuaciones con dos incógnitas]'', Pilar Ferrero Casado. Matemáticas: ESO, Bachillerato y Selectividad. | + | |
- | | + | |
- | [[Categoría:Matemáticas]]
| + | |