Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.
ejercicio algebralineal,kolman.. 32 seccion 1.6
Sea
determine
Plan
Ejecución
redsage] blue
A = matrix([[1,2,3,2],[-3,-2,-1,2],[-2,0,2,4]])
redsage] blueA
1 2 3 2 - 3 - 2 - 1 2 - 2 0 2 4 1 2 3 2 - 3 - 2 - 1 2 - 2 0 2 4
redsage] blueA.echelon_form()
1 2 3 2 0 4 8 8 0 0 0 0 1 2 3 2 0 4 8 8 0 0 0 0
Esto quiere decir que:
redsage] bluex,y,z = var('x, y,z')
redsage] blue
solve([x + 2*y + 3*z ==2, 4*y + 8*z == 8], x, y, z)
x = r 1 - 2 , y = 2 - 2 r 1 , z = r 1 x = r 1 - 2 , y = 2 - 2 r 1 , z = r 1
Esto en su forma vectorial es igual a