Patrocinado por PHPDocX

Síguenos en Twitter

Buscar en WikilleratO
   

Matriz inversa

De Wikillerato

(Diferencias entre revisiones)
m (Revertidas las ediciones realizadas por 201.171.171.100 (Talk); a la última edición de Laura.2mdc)
Línea 1: Línea 1:
 +
 +
__TOC__
__TOC__
Línea 5: Línea 7:
<br/>
<br/>
-
La '''matriz inversa''' de una [[¿Qué es una matriz?|matriz]] cuadrada &nbsp;
+
La matriz inversa de una matriz cuadrada &nbsp;
<math>
<math>
-
A
+
\mathbf{A}
</math>
</math>
&nbsp; de orden &nbsp;
&nbsp; de orden &nbsp;
Línea 15: Línea 17:
&nbsp; es la matriz, &nbsp;
&nbsp; es la matriz, &nbsp;
<math>
<math>
-
A^{-1}
+
\mathbf{A}^{-1}
</math>
</math>
, &nbsp; de orden &nbsp;
, &nbsp; de orden &nbsp;
Línea 27: Línea 29:
<center>
<center>
<math>
<math>
-
A \cdot A^{-1} = A^{-1} \cdot A = I
+
\mathbf{A} \cdot \mathbf{A}^{-1} = \mathbf{A}^{-1} \cdot \mathbf{A} = I
</math>
</math>
</center>
</center>
Línea 56: Línea 58:
1. &nbsp; Si existe,
1. &nbsp; Si existe,
&nbsp; <math>
&nbsp; <math>
-
A^{-1}
+
\mathbf{A}^{-1}
</math>
</math>
&nbsp; es única.
&nbsp; es única.
Línea 65: Línea 67:
<math>
<math>
\left(
\left(
-
A^{-1}
+
\mathbf{A}^{-1}
\right)
\right)
-
^{-1} = A
+
^{-1} = \mathbf{A}
</math>
</math>
Línea 75: Línea 77:
<math>
<math>
\left(
\left(
-
A \cdot B
+
\mathbf{A} \cdot \mathbf{B}
\right)
\right)
-
^{-1} = B^{-1} \cdot A^{-1}
+
^{-1} = \mathbf{B}^{-1} \cdot \mathbf{A}^{-1}
</math>
</math>
Línea 84: Línea 86:
==Cálculo de la matriz inversa==
==Cálculo de la matriz inversa==
 +
<br/>
Para calcular la matriz inversa de una matriz regular podemos utilizar dos procedimientos:
Para calcular la matriz inversa de una matriz regular podemos utilizar dos procedimientos:
Línea 99: Línea 102:
<center>
<center>
<math>
<math>
-
A =
+
\mathbf{A} =
\left(
\left(
\begin{array}[c]{cc}
\begin{array}[c]{cc}
Línea 118: Línea 121:
<center>
<center>
<math>
<math>
-
A^{-1} =
+
\mathbf{A}^{-1} =
\left(
\left(
\begin{array}[c]{cc}
\begin{array}[c]{cc}
-
a & b</math>
+
a & b
 +
\\
 +
c & d
 +
\end{array}
 +
\right)
 +
</math>
</center>
</center>
Línea 132: Línea 140:
<center>
<center>
<math>
<math>
-
I = A \cdot A^{-1} \Rightarrow
+
I = \mathbf{A} \cdot \mathbf{A}^{-1} \Rightarrow
\left(
\left(
\begin{array}[c]{cc}
\begin{array}[c]{cc}
Línea 225: Línea 233:
La inversa de una matriz regular &nbsp;
La inversa de una matriz regular &nbsp;
<math>
<math>
-
A
+
\mathbf{A}
</math>
</math>
&nbsp; se calcular transformando la matriz &nbsp;
&nbsp; se calcular transformando la matriz &nbsp;
<math>
<math>
\left(
\left(
-
\, A \, \left| \, I \, \right.
+
\, \mathbf{A} \, \left| \, \mathbf{I} \, \right.
\right)
\right)
</math>
</math>
-
&nbsp; mediante operaciones
+
&nbsp; mediante operaciones elementales por filas en la matriz &nbsp;
-
elementales por filas en la matriz &nbsp;
+
<math>
<math>
\left(
\left(
-
\, I \, \left| \, A^{-1} \, \right.
+
\, \mathbf{I} \, \left| \, \mathbf{A}^{-1} \, \right.
\right)
\right)
</math>
</math>
Línea 253: Línea 260:
1. Intercambiar las filas &nbsp;
1. Intercambiar las filas &nbsp;
<math>
<math>
-
i
+
F_i
</math>
</math>
&nbsp; y &nbsp;
&nbsp; y &nbsp;
<math>
<math>
-
j,
+
F_j
-
</math>
+
</math>.
-
&nbsp; que designaremos por &nbsp;
+
&nbsp; Esta operación la representaremos así
 +
 
 +
<br/>
 +
 
 +
<center>
<math>
<math>
-
F_i \longrightarrow F_j
+
F_i \longleftrightarrow F_j
</math>
</math>
 +
</center>
<br/>
<br/>
Línea 268: Línea 280:
2. Multiplicar la fila &nbsp;
2. Multiplicar la fila &nbsp;
<math>
<math>
-
i
+
F_i
</math>
</math>
-
&nbsp; por el numero &nbsp;
+
&nbsp; por el número &nbsp;
<math>
<math>
-
k \neq 0
+
s \neq 0
</math>
</math>
-
&nbsp; y sustituirla por el resultado; lo designamos por &nbsp;
+
&nbsp; y sustituir &nbsp;
<math>
<math>
-
F_i \to k \cdot F_i
+
F_i
</math>
</math>
 +
&nbsp; por &nbsp;
 +
<math>
 +
s \cdot F_i
 +
</math>.
 +
&nbsp; Esta operación la representamos de la
 +
siguiente forma:
<br/>
<br/>
-
3. Sumar la fila &nbsp;
+
<center>
<math>
<math>
-
i
+
s \cdot F_i \longrightarrow F_i
-
</math>
+
-
&nbsp; con la fila &nbsp;
+
-
<math>
+
-
j
+
-
</math>
+
-
&nbsp; y sustituirla por el resultado; lo designamos por &nbsp;
+
-
<math>
+
-
F_i \to \ F_i + F_j
+
</math>
</math>
 +
</center>
<br/>
<br/>
-
4. Sumar las filas &nbsp;
+
3. Sumar las filas &nbsp;
<math>
<math>
-
i
+
F_i
</math>
</math>
&nbsp; y &nbsp;
&nbsp; y &nbsp;
<math>
<math>
-
j,
+
F_j
-
</math>
+
</math>,
-
&nbsp;, multiplicadas por sendos números, y llevar el resultado a la fila &nbsp;
+
&nbsp; multiplicadas por sendos números,
<math>
<math>
-
i
+
s
</math>
</math>
-
&nbsp; o &nbsp;
+
y
<math>
<math>
-
j
+
t
-
</math>
+
</math>,
-
&nbsp;. Lo designamos por &nbsp;
+
y sustituir &nbsp;
<math>
<math>
F_i
F_i
</math>
</math>
-
&nbsp; o &nbsp;
+
&nbsp; por el resultado de esta suma. Lo representamos así:
 +
 
 +
<br/>
 +
 
 +
<center>
<math>
<math>
-
F_j \to k \cdot F_i + t \cdot F_j
+
s \cdot F_i + t \cdot F_j \longrightarrow F_i
</math>
</math>
 +
</center>
-
== Véase también ==
+
<br/>
-
# [[Cálculo de la invena matriz]]
+
 
 +
Notese que el segundo tipo de operación, &nbsp;
 +
<math>
 +
s \cdot F_i \longrightarrow F_i
 +
</math>
 +
&nbsp;
 +
es un caso particular de esta última que se tiene cuando &nbsp;
 +
<math>
 +
t = 0
 +
</math>.
 +
 
 +
<br/>
==Ejercicios resueltos==
==Ejercicios resueltos==
 +
<br>
<br>
-
[http://www.educared.net/universidad/asp_problemas/problemasvisualizar.asp?idAsignatura=1&idProblema=46 Producto e invertibilidad de matrices]
 
-
 
 +
[http://www.educared.net/universidad/asp_problemas/problemasvisualizar.asp?idAsignatura=1&idProblema=46 Producto e invertibilidad de matrices]
[[Category:Matemáticas]]
[[Category:Matemáticas]]

Revisión de 07:06 3 oct 2010


Tabla de contenidos


Definición


La matriz inversa de una matriz cuadrada   
\mathbf{A}
  de orden   
n,
  es la matriz,   
\mathbf{A}^{-1}
,   de orden   
n
  que verifica:



\mathbf{A} \cdot \mathbf{A}^{-1} = \mathbf{A}^{-1} \cdot \mathbf{A} = I


donde   
I
  es la matriz identidad de orden   
n
.


Las matrices que tienen inversas se llaman regulares y las que no tienen inversa matrices singulares.


Las propiedades más importantes relativas a la matriz inversa:


1.   Si existe,   
\mathbf{A}^{-1} 
  es única.


2.   [Unparseable or potentially dangerous latex formula. Error 3 ]


3.   [Unparseable or potentially dangerous latex formula. Error 3 ]


Cálculo de la matriz inversa


Para calcular la matriz inversa de una matriz regular podemos utilizar dos procedimientos:


Mediante la definicion


Ejemplo


[Unparseable or potentially dangerous latex formula. Error 3 ]


hacemos


[Unparseable or potentially dangerous latex formula. Error 3 ]


como


[Unparseable or potentially dangerous latex formula. Error 3 ]


Operando:



\left(
</p>
<pre> \begin{array}[c]{cc}
   a + 2c & b + 2d
   \\
   3a + 7c & 3b + 7d
 \end{array}
</pre>
<p>\right)
=
\left(
</p>
<pre> \begin{array}[c]{cc}
   1 & 0
   \\
   0 & 1
 \end{array}
</pre>
<p>\right)
\Leftrightarrow
\left\{
</p>
<pre> \begin{array}[c]{ccc}
   a + 2c & = & 1
   \\
   3a + 7c & = & 0
   \\
   b + 2d & = & 0
   \\
   3b + 7d & = & 1
   \\
 \end{array}
</pre>
<p>\right.



\Rightarrow \left\{
</p>
<pre> \begin{array}[c]{ccc}
   a & = & 7
   \\
   b & = & -2
   \\
   c & = & -3
   \\
   d & = & 1
   \\
 \end{array}
</pre>
<p>\right.


Método de Gauss-Jordan


La inversa de una matriz regular   
\mathbf{A}
  se calcular transformando la matriz   
\left(
</p>
<pre>\, \mathbf{A} \, \left| \, \mathbf{I} \, \right.
</pre>
<p>\right)
  mediante operaciones elementales por filas en la matriz   
\left(
</p>
<pre>\, \mathbf{I} \, \left| \, \mathbf{A}^{-1} \, \right.
</pre>
<p>\right)


Operaciones elementales por filas en una matriz


Las operaciones elementales por filas en una matriz son las siguientes:


1. Intercambiar las filas   
F_i
  y   
F_j
.   Esta operación la representaremos así



F_i \longleftrightarrow F_j


2. Multiplicar la fila   
F_i
  por el número   
s \neq 0
  y sustituir   
F_i
  por   
s \cdot F_i
.   Esta operación la representamos de la siguiente forma:



s \cdot F_i \longrightarrow F_i


3. Sumar las filas   
F_i
  y   
F_j
,   multiplicadas por sendos números, 
s
y 
t
, y sustituir   
F_i
  por el resultado de esta suma. Lo representamos así:



s \cdot F_i + t \cdot F_j \longrightarrow F_i


Notese que el segundo tipo de operación,   
s \cdot F_i \longrightarrow F_i
  es un caso particular de esta última que se tiene cuando   
t = 0
.


Ejercicios resueltos


Producto e invertibilidad de matrices

   
 
ASIGNATURAS
MatemáticasFísicaQuímicaBiologíaDibujoHistoriaLengua y LiteraturaHistoria del ArteFilosofía
Creative Commons License
Los contenidos de Wikillerato están disponibles bajo una licencia de Creative Commons.
Pueden utilizarse y redistribuirse libremente siempre que se reconozca su procedencia.