All Tracks/learn the bisection method by finding the square root of a number/
Đang tải...
Hướng dẫn thử thách
1 / 21

Step 1

In this project, you will find the approximate square root of a given number using the bisection method. The bisection method is a technique for finding the roots of a real-valued function. It works by narrowing down an interval where the square root lies until it converges to a value within a specified tolerance. Begin by creating a function named `square_root_bisection`. Leave the parameters empty for now.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.py
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵
Test Output
Thử thách này không có bài test tự động. Hãy quan sát kết quả trực tiếp ở khung Preview.