Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

The Square Root Function in Python (Overview)

Are you trying to solve a quadratic equation? Maybe you need to calculate the length of one side of a right triangle. You can use the math module’s sqrt() method for determining the square root of a number. This course covers the use of math.sqrt() as well as related methods.

In this course, you’ll learn:

  • About square roots and related mathematical operations
  • How to use the Python square root function, sqrt()
  • Where sqrt() can be useful in real-world examples
Download

Sample Code (.zip)

7.3 KB
Download

Course Slides (.pdf)

1.1 MB

Doug Ouverson on July 14, 2021

Thank you, Chris, for a job well done.

I like these short, topical tutorials. I’d like to see more of them.

Cheers!

Christopher Trudeau RP Team on July 15, 2021

Glad you enjoyed it Doug. Thanks for the feedback, I’ve passed it along to our editors.

Become a Member to join the conversation.