You are on page 1of 2

Create Images:

(1) Create the image of a paraboloid with one axis scaled (like an oval paraboloid).
(2) Create the image of a rotated sin using rotation of coordinates.
(3) Create the image of a gaussian.
(4) Create a function that generates the image of a Gaussian optionally rotated by an
angle \theta and with mx, my, sx, sy as input arguments.

Attention: Use numpy.linspace() and numpy.meshgrid() to generate the images.

(1) Create the image of a paraboloid with one axis scaled (like an oval paraboloid):

(2) Create the image of a rotated sin using rotation of coordinates.


(3) Create the image of a gaussian:

(4) Create a function that generates the image of a Gaussian optionally rotated by an
angle \theta and with mx, my, sx, sy as input arguments:

You might also like