Loading [MathJax]/jax/output/HTML-CSS/jax.js
Saltar al contenido principal
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
LibreTexts Español

Buscar

  • Filtrar resultados
  • Ubicación
  • Clasificación
    • Tipo de artículo
    • Author
    • Show TOC
    • Cover Page
    • License
    • Transcluded
      • Autonumber Section Headings
      • License Version
    • Incluir datos adjuntos
    Buscando en
    Acerca de 1 resultados
    • https://espanol.libretexts.org/Matematicas/Algebra_lineal/%C3%81lgebra_Matricial_con_Aplicaciones_Computacionales_(Colbry)/10%3A_05_Asignaci%C3%B3n_en_Clase_-_Gauss-Jordan/10.3%3A_B%C3%A1sico_Gauss_Jordan
      for i from 1 to m: for j from 1 to m if i ≠ j: Ratio = A[j,i]/A[i,i] #Elementary Row Operation 3 for k from 1 to n: A[j,k] = A[j,k] - Ratio * A[i,k] next k endif next j Comprobemos su función aplicand...for i from 1 to m: for j from 1 to m if i ≠ j: Ratio = A[j,i]/A[i,i] #Elementary Row Operation 3 for k from 1 to n: A[j,k] = A[j,k] - Ratio * A[i,k] next k endif next j Comprobemos su función aplicando la función basic_gauss_jordan y verifiquemos para ver si coincide con la respuesta de la matrizA en el video previo a la clase:

    Support Center

    How can we help?