Section 3. Chapter 2
single
Challenge: Curve Approximation
Swipe to show menu
Task
Swipe to start coding
Practice using polygons to approximate a curve given by a function. In this task, you will use your understanding of polygons and plotting to create a polygonal approximation of a curve.
- The function must compute
num_verticesevenly spaced x-values over the specifiedinterval. - For each x-value, the function must compute the corresponding y-value using
curve_func. - The function must return a list of
(x, y)tuples representing the vertices of the polygonal approximation.
Solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 2
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat