Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

quasi 5 anni fa

Risolto


Round to nearest integer

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


PIN code

quasi 5 anni fa

Risolto


Swap

quasi 5 anni fa

Risolto


Swap rows

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


NaN

quasi 5 anni fa

Risolto


Size

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


Identify full reptend primes

quasi 5 anni fa

Risolto


Compute the nth Naerogahtyp emirp

quasi 5 anni fa

Risolto


Find jumping medalists

quasi 5 anni fa

Risolto


Sum of series IX

quasi 5 anni fa

Risolto


Sum of series VIII

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


List the erauqs

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Carica altro