Gelöst


String math
You will be given a string that describes a simple math equation. Your job is to determine if the value of the equation is equal...

fast 4 Jahre vor

Gelöst


Mean ignoring NaNs
Define a function that behaves in the same way as mean(x) and mean(x,d) except that it ignores NaNs (unless all of the values be...

fast 4 Jahre vor

Gelöst


Spiral Out - 01
Create a spiral matrix ( clock-wise direction ) of size n. Try to do that without using the built-in function.

fast 4 Jahre vor

Gelöst


Guess the logic

fast 4 Jahre vor

Gelöst


Find a real root of a quintic function

etwa 4 Jahre vor

Gelöst


Please check the last row
We have data of matrix, that is input. That contains 2 or more rows and the last row should contain the average of each column,...

etwa 4 Jahre vor

Gelöst


Find the number that has most primes those less than it
Given an vector x of integer numbers, find the element of x that has the most primes less than it.

etwa 4 Jahre vor

Gelöst


Be happy
check whether the given number is happy in b-base. * A happy number can be defined as a number which will yield 1 when it is ...

etwa 4 Jahre vor

Gelöst


Bell Triangle
Form the bell triangle upto nth bell number posotion; * if n=5 * y= [1 0 0 0 0; 1 2 0 0...

etwa 4 Jahre vor

Gelöst


Integer complexity (Large numbers)
Inspired by <http://www.mathworks.com/matlabcentral/cody/problems/42831-integer-complexity Problem 42831>, this problem aims to ...

etwa 4 Jahre vor

Gelöst


find nth even fibonacci number
1st even fibonacci number=2 ; 2nd even fibonacci number=8 ..

etwa 4 Jahre vor

Gelöst


Sum of series IX

etwa 4 Jahre vor

Gelöst


Sum of series VIII

etwa 4 Jahre vor

Gelöst


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

etwa 4 Jahre vor

Gelöst


Converts numbers into characters
Converts numbers into characters

etwa 4 Jahre vor

Gelöst


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

etwa 4 Jahre vor

Gelöst


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

etwa 4 Jahre vor

Gelöst


to the 2 all elements
to the 2 all elements

etwa 4 Jahre vor

Gelöst


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

etwa 4 Jahre vor

Gelöst


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

etwa 4 Jahre vor

Gelöst


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

etwa 4 Jahre vor

Gelöst


Draw a '0' in a one matrix!

etwa 4 Jahre vor

Gelöst


Monte-Carlo integration
Write a function that estimates a d-dimensional integral to at least 1% relative precision. Inputs: * d: positive integer....

etwa 4 Jahre vor

Gelöst


Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...

etwa 4 Jahre vor

Gelöst


The End of the World
given a date -- represent it in the Maya long count system. <https://en.wikipedia.org/wiki/Maya_calendar> <https://maya.nm...

etwa 4 Jahre vor

Gelöst


Lost days
Given two dates in a particular format, calculate the difference between them.

etwa 4 Jahre vor

Gelöst


Cantor counting
Find the nth cantor's rational number. the sequence is given below in the link. Sequence: 1/1,1/2,2/1,3/1,2/2,1/3,1/4... ... .....

etwa 4 Jahre vor

Gelöst


check whether a number is a pentatope number
<https://oeis.org/A000332>

etwa 4 Jahre vor

Gelöst


Pell numbers
Find the nth pell number <https://en.wikipedia.org/wiki/Pell_number>

etwa 4 Jahre vor

Gelöst


generate nth pentatope number
https://en.wikipedia.org/wiki/Pentatope_number

etwa 4 Jahre vor

Mehr laden