Ask Your Question

Revision history [back]

sage: A.right_kernel()

Sage returns the left kernel. This is written in the documentation that you can access by

sage: A.kernel?

You want the right kernel:

sage: A.right_kernel()