powered by
The Lissajous polynomials are the implicit (variety) descriptions of the image of the parametric map x = cos(m t + p), y = sin(n t + q).
lissajous(m, n, p, q, digits = 3)
a mpoly object
Trigonometric coefficients, see examples for description
The number of digits to round coefficients to, see round.mpoly(). This is useful for cleaning terms that are numerically nonzero, but should be.
round.mpoly()
chebyshev(), Merino, J. C (2003). Lissajous figures and Chebyshev polynomials. The College Mathematics Journal, 34(2), pp. 122-127.
chebyshev()
lissajous(3, 2, -pi/2, 0) lissajous(4, 3, -pi/2, 0)
Run the code above in your browser using DataLab