De Wikillerato
(Diferencias entre revisiones)
|
|
Línea 16: |
Línea 16: |
| | | |
| | | |
- | ===Método de Gauss-Jordan===
| |
| | | |
- | <br/>
| |
- |
| |
- | La inversa de una matriz regular
| |
- | <math>
| |
- | A
| |
- | </math>
| |
- | se calcular transformando la matriz
| |
- | <math>
| |
- | \left(
| |
- | \, A \, \left| \, I \, \right.
| |
- | \right)
| |
- | </math>
| |
- | mediante operaciones
| |
- | elementales por filas en la matriz
| |
- | <math>
| |
- | \left(
| |
- | \, I \, \left| \, A^{-1} \, \right.
| |
- | \right)
| |
- | </math>
| |
- |
| |
- | <br/>
| |
- |
| |
- | ====Operaciones elementales por filas en una matriz====
| |
- |
| |
- | <br/>
| |
- |
| |
- | Las operaciones elementales por filas en una matriz son las siguientes:
| |
- |
| |
- | <br/>
| |
- |
| |
- | 1. Intercambiar las filas
| |
- | <math>
| |
- | i
| |
- | </math>
| |
- | y
| |
- | <math>
| |
- | j,
| |
- | </math>
| |
- | que designaremos por
| |
- | <math>
| |
- | F_i \longrightarrow F_j
| |
- | </math>
| |
- |
| |
- | <br/>
| |
- |
| |
- | 2. Multiplicar la fila
| |
- | <math>
| |
- | i
| |
- | </math>
| |
- | por el numero
| |
- | <math>
| |
- | k \neq 0
| |
- | </math>
| |
- | y sustituirla por el resultado; lo designamos por
| |
- | <math>
| |
- | F_i \to k \cdot F_i
| |
- | </math>
| |
- |
| |
- | <br/>
| |
- |
| |
- | 3. Sumar la fila
| |
- | <math>
| |
- | i
| |
- | </math>
| |
- | con la fila
| |
- | <math>
| |
- | j
| |
- | </math>
| |
- | y sustituirla por el resultado; lo designamos por
| |
- | <math>
| |
- | F_i \to \ F_i + F_j
| |
- | </math>
| |
- |
| |
- | <br/>
| |
- |
| |
- | 4. Sumar las filas
| |
- | <math>
| |
- | i
| |
- | </math>
| |
- | y
| |
- | <math>
| |
- | j,
| |
- | </math>
| |
- | , multiplicadas por sendos números, y llevar el resultado a la fila
| |
- | <math>
| |
- | i
| |
- | </math>
| |
- | o
| |
- | <math>
| |
- | j
| |
- | </math>
| |
- | . Lo designamos por
| |
- | <math>
| |
- | F_i
| |
- | </math>
| |
- | o
| |
- | <math>
| |
- | F_j \to k \cdot F_i + t \cdot F_j
| |
- | </math>
| |
| | | |
| == Véase también == | | == Véase también == |
Revisión de 04:09 10 jul 2009
Cálculo de la matriz inversa
Para calcular la matriz inversa de una matriz regular podemos utilizar dos procedimientos:
Mediante la definicion
Véase también
- Cálculo de la invena matriz
Ejercicios resueltos
Producto e invertibilidad de matrices