[Tutor] How to plot possible values of a function on specified range

SATYABRATA DATTA iamsatyabrata428 at gmail.com
Mon May 25 15:49:05 EDT 2020


Let say I have a function

def f:x,y,z  return x**2+abs(exp(5*y)-5*z) x=range[0,2.65] y=range[0,3.86]
z=range[0,6]

Now I have to plot possible values of the function f[x,y,z] against z. It
will look like a scattered discrete points in f-z plan( each point will
indicate the values of f for randomly varied x,y,z)


More information about the Tutor mailing list