Lissajous Curve (lissa)
Explore the mesmerizing Lissajous Curve with customizable parameters. Visualize intricate patterns in an interactive chart.
Lissajous Curve
Purpose
The Lissajous Curve function in this web app is designed to generate a visual representation of a Lissajous curve based on the user-defined input parameters.
Use Cases
This function can be used to create visually appealing curves that are formed by the combination of two sine waves with different frequencies.
How to Use
- Enter the values for the input parameters below.
- Click on the "Generate Curve" button to see the Lissajous curve.
Input Values
- Constant A - The value of constant A in the Lissajous curve equation. Default unit is inch.
- Constant B - The value of constant B in the Lissajous curve equation. Default unit is inch.
Output Values
- Chart - The visual representation of the Lissajous curve.
Any other Instruction
Make sure to input numerical values for constants A and B to generate a meaningful Lissajous curve.
Calculation Steps
- The function uses the input constants A and B to calculate the x and y coordinates for plotting the curve.
- It then generates the Lissajous curve based on the provided input parameters.
Technical Parameters
const_a, const_b
Return Values
chart
Example Expressions
You can use the following expressions to directly evaluate in a non-interactive manner using eva():
lissa(const_a=20, const_b=25)
lissa(const_a=30, const_b=35)
Click on Help icon to open the help page on a separate window.