Re: [sympy] How to compute the gradient and Hessian of a vector field symbolically with sympy.

2020-07-04 Thread Faisal Riyaz
Hi Isaque, The vector module has a gradient function but it works only for scalar fields. There is an implementation given in this issue . Unfortunately, it has not been merged. The hessian function in the matrices module also works for scalars only.

[sympy] How to compute the gradient and Hessian of a vector field symbolically with sympy.

2020-07-03 Thread Isaque Soares
Is there a way to compute the gradient and hessian matrices of a vector field like u = (x) i + (2yz) j + (3xy) k. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to