Risolto


Find square of given number
Find Square of any number

oltre un anno fa

Risolto


square of a number
find square of a given number

oltre un anno fa

Risolto


Round to nearest integer

oltre un anno fa

Risolto


Volume of Cylinder
Find the volume of a cylinder

oltre un anno fa

Risolto


Square
square root of x

oltre un anno fa

Risolto


Number Power
Raise a number to itself.

oltre un anno fa

Risolto


Real

oltre un anno fa

Risolto


cube of number
find cube of number

oltre un anno fa

Risolto


Power Numbers
Find the n-th power of m.

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Carica altro