Sr Examen

x=1; y=3

v

Gráfico:

interior superior

interior superior

Solución

Ha introducido [src]
x = 1
x=1x = 1
y = 3
y=3y = 3
y = 3
Solución detallada
Tenemos el sistema de ecuaciones
x=1x = 1
y=3y = 3

De ecuación 1 expresamos x
x=1x = 1
Ponemos el resultado x en ecuación 2
y=3y = 3
Obtenemos:
y=3y = 3
y=3y = 3
Como
x=1x = 1
entonces
x=1x = 1
x=1x = 1

Respuesta:
x=1x = 1
y=3y = 3
Respuesta rápida
x1=1x_{1} = 1
=
11
=
1

y1=3y_{1} = 3
=
33
=
3
Método de Gauss
Tenemos el sistema de ecuaciones
x=1x = 1
y=3y = 3

Expresamos el sistema de ecuaciones en su forma canónica
x=1x = 1
y=3y = 3
Presentamos el sistema de ecuaciones lineales como matriz
[101013]\left[\begin{matrix}1 & 0 & 1\\0 & 1 & 3\end{matrix}\right]

Todo está casi listo, sólo hace falta encontrar la incógnita, resolviendo las ecuaciones ordinarias:
x11=0x_{1} - 1 = 0
x23=0x_{2} - 3 = 0
Obtenemos como resultado:
x1=1x_{1} = 1
x2=3x_{2} = 3
Regla de Cramer
x=1x = 1
y=3y = 3

Expresamos el sistema de ecuaciones en su forma canónica
x=1x = 1
y=3y = 3
Presentamos el sistema de ecuaciones lineales como matriz
[x1+0x20x1+x2]=[13]\left[\begin{matrix}x_{1} + 0 x_{2}\\0 x_{1} + x_{2}\end{matrix}\right] = \left[\begin{matrix}1\\3\end{matrix}\right]
- es el sistema de ecuaciones en forma de
A*x = B

De la siguiente forma resolvemos una ecuación matriz de este tipo aplicando la regla de Cramer:

Como el determinante de la matriz:
A=det([1001])=1A = \operatorname{det}{\left(\left[\begin{matrix}1 & 0\\0 & 1\end{matrix}\right] \right)} = 1
, entonces
Raíz xi obtenemos dividiendo el determinador de la matriz Ai. por el determinador de la matriz A.
( Ai obtenemos sustituyendo en la matriz A de columna i por columna B )
x1=det([1031])=1x_{1} = \operatorname{det}{\left(\left[\begin{matrix}1 & 0\\3 & 1\end{matrix}\right] \right)} = 1
x2=det([1103])=3x_{2} = \operatorname{det}{\left(\left[\begin{matrix}1 & 1\\0 & 3\end{matrix}\right] \right)} = 3
Respuesta numérica [src]
x1 = 1.0
y1 = 3.0
x1 = 1.0
y1 = 3.0