2D Plot Riemann Zeta-function

168 Views Asked by At

I want to plot the Riemann zeta-function as a 2 dimensional vector field. Where would be the fastest and easiest way to program this plot?

1

There are 1 best solutions below

0
On

MATLAB. In fact, it even has examples in its documentation for how to do it. It would first give you the values, and then you would plot it using MATLAB's "quiver" function if you wanted a vector field.

Check the documentation here