Solved


Find square of given number
Find Square of any number

12 months ago

Solved


square of a number
find square of a given number

12 months ago

Solved


Round to nearest integer

12 months ago

Solved


Volume of Cylinder
Find the volume of a cylinder

12 months ago

Solved


Square
square root of x

12 months ago

Solved


Number Power
Raise a number to itself.

12 months ago

Solved


Real

12 months ago

Solved


cube of number
find cube of number

12 months ago

Solved


Power Numbers
Find the n-th power of m.

12 months ago

Solved


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

12 months ago

Solved


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

12 months ago

Solved


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

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

12 months ago

Solved


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

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

12 months 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,...

12 months ago

Solved


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

12 months 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:*...

12 months ago

Solved


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

12 months ago

Solved


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

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

12 months ago

Solved


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

12 months ago

Solved


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

12 months ago

Solved


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

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

12 months ago

Solved


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

12 months ago

Solved


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

12 months ago

Solved


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

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

12 months ago

Load more