Greetings from Indonesia, Sir can you explain about the construction of making leaves with polar coordinate?
@MapleProfАй бұрын
If you wish to plot in polar coordinates, you have to tell Maple to apply those coordinates. Use the option, "coords = polar". Here is an example with one of the many functions for leaves: f(theta) := cos(4*theta)^2; plot(f(theta), theta = 0..2*Pi, coords = polar); Does this help?