gistlib
main.msyms x y; f = x^2 * y^3 - 4*y; gradient(f, [x, y]) 51 chars4 lines
syms x y; f = x^2 * y^3 - 4*y; gradient(f, [x, y])
gistlibby LogSnag