First time here? Check out the FAQ!
answered 2019-03-29 10:11:33 +0100
Yes, you can do this:
sage: B = C.right_kernel().matrix() sage: D = block_matrix([[C],[B]], subdivide=True)