Saltar al contenido principal
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
LibreTexts Español

11.5: Resolver muchos sistemas (al mismo tiempo)

( \newcommand{\kernel}{\mathrm{null}\,}\)

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

from urllib.request import urlretrieve
urlretrieve('https://raw.githubusercontent.com/colbrydi/jupytercheck/master/answercheck.py', 
            'answercheck.py');
from urllib.request import urlretrieve
urlretrieve('https://raw.githubusercontent.com/colbrydi/jupytercheck/master/answercheck.py', 
            'answercheck.py');

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

from IPython.display import YouTubeVideo
YouTubeVideo("k5fdGS5b4OU",width=640,height=360, cc_load_policy=True)
from IPython.display import YouTubeVideo
YouTubeVideo("k5fdGS5b4OU",width=640,height=360, cc_load_policy=True)

Considera el ejemplo de Giselle desde arriba. Sus ganancias no cambian (es decir, gana 20 dólares por hora como carpintero y 25 dólares por hora como herrero). No obstante, ahora ha trabajado dos semanas más. En la segunda semana, trabajó por un total de 35 horas y ganó 750 dólares. En la tercera semana, trabajó por un total de 30 horas y ganó 650 dólares. ¿Cuánto trabajó como carpintera y herrero para cada una de esas semanas? En otras palabras:

Semana 1:

c+b=30

20c+25b=690

Semana 2:

c+b=35

20c+25b=750

Semana 3:

c+b=30

20c+25b=650

Hacer esto

Escribe una matriz2×5 aumentada que represente las 6 ecuaciones anteriores. Nombra tu MatrizG para verificar tu respuesta usando la función checkanswer a continuación.

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

#Put your answer to the above quation here
#Put your answer to the above quation here

Login with LibreOne to run this code cell interactively.

If you have already signed in, please refresh the page.

from answercheck import checkanswer

checkanswer.matrix(G,'a1e01de142199370be70131849fbf108');
from answercheck import checkanswer

checkanswer.matrix(G,'a1e01de142199370be70131849fbf108');

This page titled 11.5: Resolver muchos sistemas (al mismo tiempo) is shared under a CC BY-NC 4.0 license and was authored, remixed, and/or curated by Dirk Colbry via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?