Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)