Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


Find subtraction
Given a, b. Find a-b

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Problema


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

más de 9 años hace | 1 | 191 solvers

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Problema


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

más de 9 años hace | 0 | 118 solvers

Resuelto


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

más de 9 años hace

Problema


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

más de 9 años hace | 0 | 128 solvers

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


find minimum
find the minimum from an array

más de 9 años hace

Resuelto


find max
You are given an array number find the maximum

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


Declaring a character
* Assign middleInitial with the character T.

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Cargar más