How to do symbolic vector/matrix manipulations in Sage?
Hello,
So I have a 2x1 vector x∈R2, and a function on it called f(x)=log(1Tx) which of course, returns a scalar.
I would like to compute the Hessian of this function in Sage, symbolically. That is, I would like it so show me what the 2x2 Hessian matrix would look like, but in terms of the elements of x, or even better, in terms of the vector x.
Is there such a way? Thanks.