Saltar al contenido principal
LibreTexts Español

7.3: Eliminación de Gauss Jordan y la forma de escalón de fila

  • Page ID
    115568
  • \( \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}}\)

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

    El video anterior dejó fuera un caso especial para la forma Escalón de Fila Reducida. Puede haber elementos distintos de cero en columnas que no tengan uno principal. Por ejemplo, Todos los siguientes están en forma de Escalón de Fila Reducida:

    \ [\ begin {split}
    \ left [
    \ begin {matrix}
    1 & 2 & 0 & 3 & 0 & 4\\
    0 & 0 & 0 & 1 & 2 & 0 & 7\\
    0 & 0 & 0 & 0 & 0 & 0 & 1 & 6\\
    0 & 0 & 0 & 0 & 0
    \ end {matriz}
    \ derecha]
    \ end {split}\ nonumber\]

    \ [\ begin {split}
    \ left [
    \ begin {matrix}
    1 & 2 & 0 & 0 & 4\\ 0 &
    0 & 0 & 0 & 1 & 0 & 6\\
    0 & 0 & 0 & 0 & 1 & 5
    \ end {matriz}
    \ derecha]
    \ end { dividir}\ nonumber\]

    Pregunta

    ¿Cuáles son los tres pasos en el algoritmo de eliminación Gauss-Jordan?


    This page titled 7.3: Eliminación de Gauss Jordan y la forma de escalón de fila 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.