Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Actually, the .kernel() method corresponds to the left kernel. What you are looking for is the right kernel:

sage: ns = A.right_kernel()
sage: ans in ns
True