Section 3. Chapitre 2
single
Challenge: Curve Approximation
Glissez pour afficher le menu
Tâche
Glissez pour commencer à coder
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
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 2
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion