문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


Guess the logic

3년 초과 전

문제를 풀었습니다


Find a real root of a quintic function

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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.

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Sum of series IX

거의 4년 전

문제를 풀었습니다


Sum of series VIII

거의 4년 전

문제를 풀었습니다


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)

거의 4년 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Draw a '0' in a one matrix!

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Find Logic 32

거의 4년 전

더 보기