Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 3 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?