[adsense:responsibe:9545213979]
Sage: var('v1 v2') Sage:A = matrix([[3, -18], [2, -9]])
Sage:B=matrix.identity(2) Sage:C=A-(-3)*B Sage:E=matrix([[1],[1/3]]) Sage:F=matrix([[v1],[v2]]) Sage:G=C*F-E Sage:A.eigenspaces_right(),G Resultado del valor propio y el vector propio y el segundo sistema ( [ (-3, Vector space of degree 2 and dimension 1 over Rational Field User basis matrix: [ 1 1/3]) ] , [ 6*v1 - 18*v2 - 1] [2*v1 - 6*v2 - 1/3] )
Añadir nuevo comentario