Skip to main content

--description--

In this video, you will see what these parent graphs look like, how to modify them, and how to do this all with Python code.

Here is the Colab notebook to go along with this video.

--question--

--text--

In numpy, what is the cube root of x?

--answers--

cbrt(x)


cube_root(x)


root3(x)


root(x,3)

--video-solution--

1