Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


Find subtraction
Given a, b. Find a-b

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Problema


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

oltre 9 anni fa | 1 | 192 risolutori

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Problema


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

oltre 9 anni fa | 0 | 120 risolutori

Risolto


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

oltre 9 anni fa

Problema


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

oltre 9 anni fa | 0 | 129 risolutori

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


find minimum
find the minimum from an array

oltre 9 anni fa

Risolto


find max
You are given an array number find the maximum

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


Declaring a character
* Assign middleInitial with the character T.

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Carica altro