解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


Find subtraction
Given a, b. Find a-b

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

問題


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

9年以上 前 | 1 | 193 個のソルバー

解決済み


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

9年以上 前

解決済み


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

9年以上 前

問題


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

9年以上 前 | 0 | 120 個のソルバー

解決済み


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

9年以上 前

問題


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

9年以上 前 | 0 | 130 個のソルバー

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


find minimum
find the minimum from an array

9年以上 前

解決済み


find max
You are given an array number find the maximum

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


Declaring a character
* Assign middleInitial with the character T.

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

さらに読み込む