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