First time here? Check out the FAQ!
answered 10 years ago
Maybe you can try something like that:
sage: m=matrix([[1],[0],[0]]) sage: v=vector([0,5,6]) sage: m.column(0)+v (1, 5, 6)