Resuelto


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

más de 4 años hace

Resuelto


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

más de 4 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 4 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 4 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 4 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 4 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 4 años hace

Resuelto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

más de 4 años hace

Problema


to the 2 all elements
to the 2 all elements

más de 4 años hace | 4 | 1165 solvers

Problema


Duplicate all elements in the array
Duplicate all elements in the array

más de 4 años hace | 4 | 1362 solvers

Problema


Converts numbers into characters
Converts numbers into characters

más de 4 años hace | 6 | 1215 solvers

Problema


Convert characters into numbers
Convert characters into numbers

más de 4 años hace | 0 | 1 solver

Problema


the average value of the elements
Calculate the average value of the elements in the array

más de 4 años hace | 4 | 1420 solvers

Problema


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

más de 4 años hace | 2 | 1084 solvers

Resuelto


easy problem
Find the last element of the array

más de 4 años hace

Problema


easy problem
Find the last element of the array

más de 4 años hace | 1 | 188 solvers

Resuelto


calculate the length of matrix
input 1 array, calculate the length

más de 4 años hace

Resuelto


Find the max element of the array
Find the max element of the array

más de 4 años hace

Problema


Find the max element of the array
Find the max element of the array

más de 4 años hace | 4 | 1387 solvers

Problema


calculate the length of matrix
input 1 array, calculate the length

más de 4 años hace | 6 | 1523 solvers

Problema


Calculate the square root of a number
Input a Output b = srt(a)

más de 4 años hace | 25 | 62 solvers

Resuelto


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

más de 4 años hace

Resuelto


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

más de 4 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 4 años hace

Resuelto


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

más de 4 años hace

Resuelto


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

más de 4 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 4 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

más de 4 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 4 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 4 años hace