[adsense:responsibe:9545213979]
Sage: var('al k') Sage: var('u1 u2') Sage: A = matrix([[1, 2], [0, 1]]) Sage: B=matrix.identity(2) Sage: C=A-(1)*B Sage: E=matrix([[1],[0]]) Sage: F=matrix([[v1],[v2]]) Sage: G=C*F-E Sage: A.eigenspaces_right(),G Resultado con Sagemath del vectores propios ( [ (1, Vector space of degree 2 and dimension 1 over Rational Field User basis matrix: [1 0]) ] [2*v2 - 1] [ 0] )
Añadir nuevo comentario