解決済み


Project Euler: Problem 4, Palindromic numbers
A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 ...

5年弱 前

解決済み


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

約5年 前

解決済み


Decimal Fraction to binary conversion
Given an fraction decimal number n, convert it to its equivalent binary number. If it is an infinite binary fraction, keep it...

約5年 前

解決済み


reverse the order and combine a matrix

約5年 前

解決済み


Round to nearest integer

約5年 前

解決済み


Squares of odd numbers upto a given range
Find the squares of odd numbers upto a given range. If Given x=6 return y=(1^2,3^2,5^2) y=1,9,25 If Given x=5 retu...

約5年 前

解決済み


How to locate the position of an element in a vector without using the find function
(copy of prob 105 with test for find function) Write a function posX = *locatePos* (x,y) which returns the location o...

約5年 前

解決済み


PIN code

約5年 前

解決済み


Swap

約5年 前

解決済み


Swap rows

約5年 前

解決済み


Determina el número de cifras de un número
Crea una función que te devuelva el número de cifras de un número. Algunos ejemplos para ayudarte serían: El número 125 tie...

約5年 前

解決済み


NaN

約5年 前

解決済み


Size

約5年 前

解決済み


Evaluate the logarithmic integral
The <https://en.wikipedia.org/wiki/Logarithmic_integral_function logarithmic integral> li(x) plays a role in number theory becau...

約5年 前

解決済み


Determine digits of the Copeland-Erdos constant
<https://www.mathworks.com/matlabcentral/cody/problems/1477-champernowne-constant/solutions/new Cody Problem 1477> asks us to de...

約5年 前

解決済み


Identify full reptend primes

約5年 前

解決済み


Compute the nth Naerogahtyp emirp

約5年 前

解決済み


Find jumping medalists

約5年 前

解決済み


Sum of series IX

5年以上 前

解決済み


Sum of series VIII

5年以上 前

解決済み


Negative without '-'
Simple: return a negative number without using the '-' sign. Thanks to Problem <https://www.mathworks.com/matlabcentral/cody/...

5年以上 前

解決済み


List the erauqs

5年以上 前

解決済み


Compute the nth Pythagorean prime
Pythagorean primes have the form p = 4n+1, where n is an integer, and they can be written as the sum of squares of two integers....

5年以上 前

さらに読み込む