Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 2 years ago

Diego99 gravatar image

Solve equation of matrices over integers

Hi,

I have a matrix M and a vector r both over the integers and I want to solve the equation vM=r over the integers. I know that there is the command v = M.solve_left(r) to a vector v satisfying the equation. But how can I force it to be a vector over Z?