Solved


Add two numbers
Given a and b, return the sum a+b in c.

3 years ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

3 years ago