Feeds
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
5 years 前
已解决
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
5 years 前
已解决
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
5 years 前
已解决
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
5 years 前
已解决
Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...
5 years 前
已解决
Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...
5 years 前


