Math to Code is an interactive Python tutorial to teach engineers how to read and implement math using the NumPy library.

Let’s get started! Implement the square root function:

x\sqrt{x}

Type np.sqrt(x) in the editor and submit your answer.

1 / 13

Stuck?