Hi,
I need to do an RQ decomposition (though QR would be a start) for a
matrix with entries in Laurent series ring over a finite field. A
matrix over ZZ and other special rings could be sent to SciPy to do
the decomposition, but Laurent series aren't quite so amenable. If
anyone has some good id
*x,1+2*x])
sage: m.kernel()
---
NotImplementedError Traceback (most recent call
last)
/Users/salmanhb/Documents/work/research/computations/sage/ in ()
/Users/salmanhb/Documents/work/research/computations/sage/matrix2.pyx
in sage.matrix.matrix2.Matrix.left_kernel (sage/matrix/m