Solved


add each element with 4
You have given a array. Add 4 to each element of that array.

10 years ago

Solved


add each element with 4
You have given a array. Add 3 to each element of that array.

10 years ago

Solved


add each element with 2
You have given a array. Add 2 to each element of that array.

10 years ago

Solved


list of prime numbers
n is given find the largest prime number <=n

10 years ago

Solved


Find subtraction
Given a, b. Find a-b

10 years ago

Solved


add two numbers
two numbers given, output should addition of them.

10 years ago

Solved


find lenth of array
you have given an array, find the length of that.

10 years ago

Solved


first element of matrix
find the first elements of a column matrix

10 years ago

Problem


first element of matrix
find the first elements of a column matrix

10 years ago | 1 | 194 solvers

Solved


add 1 to every elements
Add 1 to every elements of an array

10 years ago

Solved


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

10 years ago

Problem


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

10 years ago | 0 | 120 solvers

Solved


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

10 years ago

Problem


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

10 years ago | 0 | 130 solvers

Solved


Find mean
given an array, find the mean of the number in that array

10 years ago

Solved


find sum of the numbers in array
calculate the sum of numbers in a given array

10 years ago

Solved


find minimum
find the minimum from an array

10 years ago

Solved


find max
You are given an array number find the maximum

10 years ago

Solved


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

10 years ago

Solved


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

10 years ago

Solved


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

10 years ago

Solved


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

10 years ago

Solved


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

10 years ago

Solved


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

10 years ago

Solved


Declaring a character
* Assign middleInitial with the character T.

10 years ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

10 years ago

Solved


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

10 years ago

Solved


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

10 years ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

10 years ago

Solved


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

10 years ago

Load more