Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge: Curve Approximation | Approximating Complex Figures
Geometric Modelling with Python
Секція 3. Розділ 2
single

single

Challenge: Curve Approximation

Свайпніть щоб показати меню

Завдання

Проведіть, щоб почати кодувати

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_vertices evenly spaced x-values over the specified interval.
  • 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.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 2
single

single

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

some-alt