Sr Examen

m=3; n=-5

v

Gráfico:

interior superior

interior superior

Solución

Ha introducido [src]
m = 3
m=3m = 3
n = -5
n=5n = -5
n = -5
Solución detallada
Tenemos el sistema de ecuaciones
m=3m = 3
n=5n = -5

De ecuación 1 expresamos m
m=3m = 3
Ponemos el resultado m en ecuación 2
n=5n = -5
Obtenemos:
n=5n = -5
n=5n = -5
Como
m=3m = 3
entonces
m=3m = 3
m=3m = 3

Respuesta:
m=3m = 3
n=5n = -5
Respuesta rápida
m1=3m_{1} = 3
=
33
=
3

n1=5n_{1} = -5
=
5-5
=
-5
Método de Gauss
Tenemos el sistema de ecuaciones
m=3m = 3
n=5n = -5

Expresamos el sistema de ecuaciones en su forma canónica
m=3m = 3
n=5n = -5
Presentamos el sistema de ecuaciones lineales como matriz
[103015]\left[\begin{matrix}1 & 0 & 3\\0 & 1 & -5\end{matrix}\right]

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

Expresamos el sistema de ecuaciones en su forma canónica
m=3m = 3
n=5n = -5
Presentamos el sistema de ecuaciones lineales como matriz
[x1+0x20x1+x2]=[35]\left[\begin{matrix}x_{1} + 0 x_{2}\\0 x_{1} + x_{2}\end{matrix}\right] = \left[\begin{matrix}3\\-5\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([3051])=3x_{1} = \operatorname{det}{\left(\left[\begin{matrix}3 & 0\\-5 & 1\end{matrix}\right] \right)} = 3
x2=det([1305])=5x_{2} = \operatorname{det}{\left(\left[\begin{matrix}1 & 3\\0 & -5\end{matrix}\right] \right)} = -5
Respuesta numérica [src]
m1 = 3.0
n1 = -5.0
m1 = 3.0
n1 = -5.0