Resuelto


Size

más de 1 año hace

Resuelto


Row avg

más de 1 año hace

Resuelto


size

más de 1 año hace

Resuelto


Real

más de 1 año hace

Resuelto


Swap rows

más de 1 año hace

Resuelto


NaN

más de 1 año hace

Resuelto


area of a square
find the generic solution for an area of a square

más de 1 año hace

Resuelto


Find the 9's Complement
Find the 9's complement of the given number. An example of how this works is <http://electrical4u.com/9s-complement-and-10s-c...

más de 1 año hace

Resuelto


Merge two integers
We want to merge the digits of two integers having the same number of digits to obtain a new integer whose digits are obtained b...

más de 1 año hace

Resuelto


Do you have the minimum age?

más de 1 año hace

Resuelto


Replace with Lower
Given a list of integers, for each element, replace it with the minimum integer found in the sub-list to its strict right (exclu...

más de 1 año hace

Resuelto


Find the largest sum of any contiguous subarray
Given an array of N integers, find the contiguous subarray (which must contain at least one number) with the maximum sum and ret...

más de 1 año hace

Resuelto


modulus of a number
find the modulus of a given number

más de 1 año hace

Resuelto


Halder function
Find the halder function value of a number

más de 1 año 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 1 año hace

Resuelto


multiply an array by its position number
You have given an array. Multiply an array by its position number

más de 1 año hace

Resuelto


Determine whether the input is divisible by 3 as well as 5
If the input is divisible by 3 as well as 5 then the output should be 'true' otherwise 'false'

más de 1 año hace

Resuelto


Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?

más de 1 año hace

Resuelto


No more zeros
Given an array with zeros at the beginning or at the end, you should get the output without these zeros: input = [zeros(5...

más de 1 año hace

Resuelto


concatenate the elements
you should concatenate the elements of a matrix in one dimensional array, for example if the input is A = [1 2 3; 4 5 6; 7 ...

más de 1 año hace

Resuelto


determine the sum of the squares
if x = 4, the solution will be: y = 1^2+2^2+3^2+4^2=1+4+9+16 = 30.

más de 1 año hace

Resuelto


Solve t^(a*x^2+b*x+c)=s
Solve t^(a*x^2+b*x+c)=s. Return x vector as result. Example a=1, b=2, c=1, t=3, s=15. Result x(1)= 0.5700 x(2)=-2.5700 H...

más de 1 año hace

Resuelto


Find Euclidean norm of given vector u.
Find Euclidean norm of given vector u. https://en.wikipedia.org/wiki/Euclidean_distance Example x=[1 1] result=sqrt(1^2+1^2...

más de 1 año hace

Resuelto


Sum positive elements of matrix.
Calculate sum of positive elements of the matrix.

más de 1 año hace

Resuelto


Delete x value in given vector y.
Delete x value in given vector y. Exapmle x=5; y=[ 1 2 5 6 74 5 2 5] result=[1 2 6 74 2]

más de 1 año hace

Resuelto


Add the positive numbers
Add only the positive numbers of x example: x = [-2 -1 0 1 2 3] the positive numbers are: 1 2 3, so their sum is 6

más de 1 año hace

Resuelto


Sort by absolute value
Given a list of numbers, arrange them in ascending order based on their absolute values. For example, for the list [-30, -5, 1...

más de 1 año hace

Resuelto


Sum of cubes
Write a program to determine sum of cubes of first n odd numbers.

más de 1 año hace

Resuelto


Nth root
Nth root of a number x

más de 1 año hace

Resuelto


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

más de 1 año hace

Cargar más