Hypotrochoid Curve 5 (hypo5)
Calculate the Hypotrochoid Curve 5 with given parameters for Fixed radius, Inner radius, and Distance.
Hypotrochoid Curve 5
Purpose
The Hypotrochoid Curve 5 function generates a mathematical curve known as a hypotrochoid based on user input parameters.
Use Cases
- Creating visually appealing designs
- Exploring mathematical concepts
- Generating unique patterns for artistic purposes
How to Use
- Enter the values for the input parameters in the designated fields.
- Click on the "Calculate" button to generate the hypotrochoid curve.
- View the resulting curve displayed on the screen.
Input Values
- Fixed Radius: The radius of the fixed circle. (default unit is inch)
- Inner Radius: The radius of the inner circle. (default unit is inch)
- Distance: The distance between the center of the fixed circle and the tracing point. (default unit is inch)
Output Values
- Hypotrochoid Curve: The generated hypotrochoid curve based on the input parameters.
Any other Instruction
- Experiment with different values for the input parameters to create various shapes and patterns.
- Have fun exploring the different possibilities that can be achieved with the Hypotrochoid Curve 5 function.
Code Analysis
- The function calculates the hypotrochoid curve based on the input parameters provided by the user.
Technical Parameters
Fixed_r, Inner_r, Distance_d
Return Values
Hypotrochoid Curve
Example Expressions
You can use the following expressions to directly evaluate in a non-interactive manner using eva():
hypo5(Fixed_r=10, Inner_r=8, Distance_d=2)
hypo5(Fixed_r=20, Inner_r=15, Distance_d=3)
Click on Help icon to open the help page on a separate window.