Hi, I have an nxn matrix A, a column vector v and a scalar c. I want to assemble a matrix B as follows, B = [A v; v^T c] Can someone tell me the easiest and most efficient way to do this. --Anirban