◐ Shell
clean mode source ↗

Math to Code

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.