Risolto


Laws of motion 1

3 mesi fa

Risolto


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

3 mesi fa

Risolto


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

3 mesi fa

Risolto


Number Power
Raise a number to itself.

3 mesi fa

Risolto


Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...

3 mesi fa

Risolto


Laws of motion 3

3 mesi fa

Risolto


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

3 mesi fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 mesi fa