Finding a self-intersection points of a Lissajous curve (Polyline approximation). 3

[size=85] In this applet, the [url=https://en.wikipedia.org/wiki/Lissajous_curve]Lissajous curve[/url] are considered. [br]The self-intersection points of the curve are approximated as intersection points of separate polylines whose points are partition points of the original curve. Each polyline has the same number of points. The following problems occur. [br]1. Sometimes the intersection of the polylines is not at the self-intersection of the curve, and you have to search for it separately or change the number of points in the polylines.[br]2. When selecting a curve parameter, it should not "go over itself". This leads to "many" self-intersections. [br]3. Numerical calculations lead to the appearance of many nearby intersections. Their filtering was done by the [url=https://www.geogebra.org/m/jktbxyec]applet[/url] method.[br] The intersection objects are not defined in the algebra, but in the applet script. The applet loads faster and all changes are easily implemented. [br] Unlike the work of an applet downloaded to a desktop computer, here you have to wait a few minutes for the script to work.[/size]
[size=85] The case when the intersection of polylines is not at the point of self-intersection of the curve, and you have to look for it separately or change the number of points in the polylines.[/size]

Information: Finding a self-intersection points of a Lissajous curve (Polyline approximation). 3