syms x y z; x_0 = [1,2,3]; n=3; f(x,y,z) = sin(x*y*z)*sinh(x*y*z); T(x,y,z) = taylor(f,[x,y,z],x_0); disp(T);