문제를 풀었습니다


Scrabble Scores - 2
An <https://www.mathworks.com/matlabcentral/cody/problems/56-scrabble-scores introductory Cody problem> asks the user to score a...

거의 5년 전

문제를 풀었습니다


Scrabble Scores
Given a word, determine its score in <http://en.wikipedia.org/wiki/Scrabble Scrabble>. The input string will always be provi...

거의 5년 전

문제를 풀었습니다


Order of things - 2
This problem is closely related to <http://www.mathworks.nl/matlabcentral/cody/problems/2189-order-of-things-1 Problem 2189, Ord...

거의 5년 전

문제를 풀었습니다


Write out numbers in words
Write out numbers in words ( range [0-9999] ) with British spelling rules. For example; * 1 > one * 56 > fifty-six * 100 >...

거의 5년 전

문제를 풀었습니다


Order of things - 1
Let's assume you have a number of calculations to perform, that depend on each other. E.g. 'A' can be calculated, once the outco...

거의 5년 전

문제를 풀었습니다


Similar triangles

거의 5년 전

문제를 풀었습니다


List the titles of Cody problems

거의 5년 전

문제를 풀었습니다


Solve an ODE: equation B

거의 5년 전

문제를 풀었습니다


Set the Euler-Mascheroni constant with an identity using available MATLAB functions
Cody Problem <https://www.mathworks.com/matlabcentral/cody/problems/42826 42826> asked us to estimate the <https://en.wikipedia....

거의 5년 전

문제를 풀었습니다


Solve an ODE: diffusion problem 2

거의 5년 전

문제를 풀었습니다


Find pairs of primes with the same digit sum

거의 5년 전

문제를 풀었습니다


Solve an ODE: separable equation

거의 5년 전

문제를 풀었습니다


Determine whether a square can be drawn on a grid of dots

거의 5년 전

문제를 풀었습니다


Solve an ODE: equation A

거의 5년 전

문제를 풀었습니다


Iterate the sum of divisors and totient

거의 5년 전

문제를 풀었습니다


Calculate Euler's phi function
Compute the Euler's phi function of a large integer. For more information about this topic please visit: <https://en.wikiped...

거의 5년 전

문제를 풀었습니다


Sum of all the divisors of n

거의 5년 전

문제를 풀었습니다


Highest building

거의 5년 전

문제를 풀었습니다


Add 100

거의 5년 전

문제를 풀었습니다


Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...

거의 5년 전

문제를 풀었습니다


Last non-zero digit
Given a number n, find the last non-zero digit of the factorial of that number. You need to take care of the large values of n....

거의 5년 전

문제를 풀었습니다


Champernowne Constant
The <http://en.wikipedia.org/wiki/Champernowne_constant Champernowne constant> is a real number whose digits in decimal represen...

거의 5년 전

문제를 풀었습니다


Is it an Armstrong number?
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. Fo...

거의 5년 전

문제를 풀었습니다


Lychrel Number Test (Inspired by Project Euler Problem 55)
The task for this problem is to create a function that takes a number _n_ and tests if it might be a Lychrel number. This is, re...

거의 5년 전

문제를 풀었습니다


Ordinal numbers
Given an integer n, return the corresponding ordinal number as a character string. For example, ord(1)='1st' ord(2)=...

거의 5년 전

문제를 풀었습니다


Determine if input is a perfect number
A <http://en.wikipedia.org/wiki/Perfect_number/ perfect number> occurs whent the sum of all divisors of a positive integer, exce...

거의 5년 전

문제를 풀었습니다


Determine if input is a Narcissistic number
<http://en.wikipedia.org/wiki/Narcissistic_number Narcissistic number> is a number that is the sum of its own digits each raised...

거의 5년 전

문제를 풀었습니다


Fangs of pseudo-vampire number
given a number, find all the fangs of that number. A pseudo-vampire number can have multiple of fangs. The output should be a...

거의 5년 전

문제를 풀었습니다


Kaprekar numbers
Test if the input is a Kaprekar number: <http://mathworld.wolfram.com/KaprekarNumber.html>. Return a logical true or false. ...

거의 5년 전

문제를 풀었습니다


Parasitic numbers
Test whether the first input x is an n-parasitic number: <http://en.wikipedia.org/wiki/Parasitic_number>. ( _n_ is the second in...

거의 5년 전

더 보기