First time here? Check out the FAQ!
answered 6 years ago
Yes, you can do this:
sage: B = C.right_kernel().matrix() sage: D = block_matrix([[C],[B]], subdivide=True)