Вы находитесь на странице: 1из 3

METODOS NUMERICOS

EXAMEN ESPECIAL

Nombre del Alumno: ______________________________________________________ Grupo:_____


Utilizando la Regla de Cramer resuelva los siguientes sistemas de ecuaciones:
1).-

1
-2
3

x - 3 y + 2 z=
x + 1 y + 4 z=
x - 3 y - 1 z=

2).-

3
2
-1

x + 4
x + 5
x - 6

y
y
y

3).-

1
3
-2

x
x
x

y + 2 z=
y - 3 z=
y + 8 z=

+ 1
- 1
+ 5

- 1 z=
+ 5 z=
- 2 z=

-1
-17
12
-9
12
3
-2
1
3

SISTEMAS DE ECUACIONES LINEALES


Un sistema de ecuaciones lineales lo podemos representar como sigue:
a 11 x1 + a 12 x2 + + a 1n xn = h 1
a 21 x1 + a 22 x2 + + a 2n xn = h 2
(
a n 1 x1 + a n2 x2 + + a nn xn = h n A
Este es un sistema de n ecuaciones con n incgnitas, las cuales llamaremos x1 , x2 , x3 , ... , xn . Podemos
representar este sistema de ecuaciones mediante el uso de matrices utilizando el siguiente modelo:
Modelo General: A X = H
donde A es la matriz de coeficientes, X el vector de incgnitas y H es el vector de la parte no homognea
del sistema de ecuaciones.
Entonces, se tiene el siguiente sistema de ecuaciones:
a 11 x1 + a 12 x2 + + a 1n xn = h 1
a 21 x1 + a 22 x2 + + a 2n xn = h 2
(
a n 1 x1 + a n2 x2 + + a nn xn = h n A
h

x1

l m
l x2 m
l m
m
X =l
l x3 m
l m
j k

xn

a 11 a 12 a 1n

la a a m
l 21 22
2n m
A =l
( m
l( (
m
j
k

a n1 a n2 a nn

l 1m
lh m
m
H =l
l 2m
j k

hn

Si examinamos nuestro Modelo General, podemos ver que, efectivamente, representa a nuestro sistema de
ecuaciones. Ya que si efectuamos la multiplicacin de la matriz A por el vector X, obtenemos el vector H.
EJEMPLO: Represente el siguiente sistema mediante el uso de matrices:
2x + 2y = 1
x y=0
SOLUCION:
d
e
d e
d e
x
A= 2 2
X= y
H= 1
1 @1
0
Entonces: d
ed e d e
x
AX = H = 2 2
= 1
1 @1 y
0

REGLA DE CRAMER
La regla de Cramer nos permite resolver un sistema lineal de ecuaciones utilizando determinantes.
Computacionalmente, es ineficiente para grandes matrices y por ello no es usado en aplicaciones prcticas
que pueden implicar muchas ecuaciones.
Tenemos el siguiente sistema de ecuaciones:
a 11 x1 + a 12 x2 + + a 1n xn = h 1
a 21 x1 + a 22 x2 + + a 2n xn = h 2
(
a n 1 x1 + a n2 x2 + + a nn xn = h n
Definimos el Determinante del Sistema (DS) como el determinante asociado a la matriz de coeficientes
del sistema,
es decir:M
L
La a a M
1n M
L 11 12
L
M
La 21 a 22 a 2n M
L
M
DS =L ( (
(
M
L
M
L
M
La n1 a n2 a nn M
Definimos DXj como el determinante resultante de la substitucin de la columna de trminos
independientes
en la columna
correspondiente a los coeficientes de Xj .Por ejemplo, para X1 :
L
M
Lh a a M
L 1 12
M
1n
L
M
Lh a a M
2n M
L 2 22
DX 1 =L
(M
L( (
M
L
M
L
M
Lh n a n2 a nn M
y

xj =

DX
jf
f
f
f
f
f
f
f
f
f
f
f
f
f
f
f
f
DS

RESOLUCION DE UN SISTEMA DE 2 ECUACIONES CON 2 INCGNITAS UTILIZANDO LA


REGLA DE CRAMER.
Dado el siguiente sistema:
a 11 x + a12y = h 1
a 21 x + a 22 y = h 2

DS, DX y DY quedaran como sigue: L


M
L
M
Lh a M
La a M
L 1 12M
11
12M
L
M
L
M
DS =L
DX
=
L
M
La 21 a 22M
Lh 2 a 22M
y, resolviendo para x y y:
DX
f
f
f
f
f
f
f
f
f
f
f
f
f
x=
DS

y=

DY
f
f
f
f
f
f
f
f
f
f
f
f
f
DS

L
M
La h M
L 11 1M
M
M
La 21 h 2M

DY =L
L

RESOLUCION DE UN SISTEMA DE 3 ECUACIONES CON 3 INCGNITAS UTILIZANDO LA


REGLA DE CRAMER.
Dado el siguiente sistema:
a 11 x + a12y + a 13 z = h 1
a 21 x + a 22 y + a 23 z = h 2
a 31 x + a 32 y + a 33 z = h 3
DS, DX, DY y DZ quedaran comoL sigue: M
L
M
Lh a a M
La 11 a 12 a 13 M
L 1 12 13 M
L
M
L
M
La a a M
L
M
Lh 2 a 22 a 23 M
DS =L
DX
=
21
22
23 M
L
M
L
M
La 31 a 32 a 33 M
L
M
Lh 3 a 32 a 33 M
y, resolviendo para x, y y z:

L
M
La h a M
L 11 1 13M
L
M
M
La 21 h 2 a 23M
DY =L
L
M
L
M
La 31 h2 a 33M

L
M
La a h M
L 11 12 1M
L
M
M
La 21 a 22 h 2M
DZ =L
L
M
L
M
La 31 a 32 h 3M

x=

DX
f
f
f
f
f
f
f
f
f
f
f
f
f
DS

y=

DY
f
f
f
f
f
f
f
f
f
f
f
f
f
DS

z=

DZ
f
f
f
f
f
f
f
f
f
f
f
f
DS

Вам также может понравиться