Saltar al contenido principal
LibreTexts Español

7.4: Práctica de Gauss Jordan

  • Page ID
    115567
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Hacer esto

    Resolver el siguiente sistema de ecuaciones lineales utilizando el algoritmo Gauss-Jordan. ¡Intenta hacer esto antes de ver el video!

    \[x_1 + x_3 = 3 \nonumber \]

    \[2x_2 - 2x_3 = -4 \nonumber \]

    \[x_2 - 2x_3 = 5 \nonumber \]

    En el siguiente video, resolvemos el mismo conjunto de ecuaciones lineales. Mira el video después de intentar hacer esto por tu cuenta. Se proporciona aquí en caso de que te quedes atascado.

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

    Algo no estaba claro en los videos anteriores. Describir la diferencia entre una matriz en forma de “escalón de fila” y forma de “escalón de fila reducida”.


    This page titled 7.4: Práctica de Gauss Jordan 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; a detailed edit history is available upon request.