Solved


Find square of given number
Find Square of any number

1 year ago

Solved


square of a number
find square of a given number

1 year ago

Solved


Round to nearest integer

1 year ago

Solved


Volume of Cylinder
Find the volume of a cylinder

1 year ago

Solved


Square
square root of x

1 year ago

Solved


Number Power
Raise a number to itself.

1 year ago

Solved


Real

1 year ago

Solved


cube of number
find cube of number

1 year ago

Solved


Power Numbers
Find the n-th power of m.

1 year ago

Solved


Given length x find the area y of the square
Given length x find the area y of the square

1 year ago

Solved


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

1 year ago

Solved


Area of right triangle
Given a hypotenuse and a leg , calculate the area of right triangle.

1 year ago

Solved


Area of a regular hexagon
Given the length of a side of a regular hexagon, return its area rounded to two decimal places.

1 year ago

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

1 year ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

1 year ago

Solved


Test Problem; Create a 5x5 array containing all ones
This is a test for learning the process of creating a Cody problem. The goal of this test problem will be to create an array,...

1 year ago

Solved


y equals x divided by 2
function y = x/2

1 year ago

Solved


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

1 year ago

Solved


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

1 year ago

Solved


How many apples
You have x apples I take from you y apples now how many apples you have ?

1 year ago

Solved


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

1 year ago

Solved


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

1 year ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

1 year ago

Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

1 year ago

Solved


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

1 year ago

Solved


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

1 year ago

Solved


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

1 year ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

1 year ago

Solved


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...

1 year ago

Load more