First time here? Check out the FAQ!
answered 2014-12-23 15:17:08 +0100
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)