Resuelto


Double Factorial
Return double factorial n(n-2)...(5)(3)(1), n>0, odd n!! = n(n-2)...(6)(4)(2), n>0, even 1 ...

alrededor de 5 años hace

Resuelto


Check if the input is a strong prime

alrededor de 5 años hace

Resuelto


Column Removal (★★★)
(copy of prob 7) Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2...

alrededor de 5 años hace

Resuelto


Find the y=(1:x)
Look at the question

alrededor de 5 años hace

Resuelto


Find Pseudo-Cyclic Number
A cyclic number is an integer in which cyclic permutations of the digits are successive multiples of the number https://en.wikip...

alrededor de 5 años hace

Resuelto


Lah Numbers
Create a square lower diagonal matrix containing the first n Lah number coefficients. In mathematics, the Lah numbers are coeffi...

alrededor de 5 años hace

Resuelto


Find Logic 13

alrededor de 5 años hace

Resuelto


Find Logic 11

alrededor de 5 años hace

Resuelto


Find Logic 8

alrededor de 5 años hace

Resuelto


Find Logic 6

alrededor de 5 años hace

Resuelto


Radial Zernike polynomials
Given an integer _n_ &ge; 0 and an integer _m_ &ge; 0, generate the <http://en.wikipedia.org/wiki/Zernike_polynomials radial Zer...

alrededor de 5 años hace

Resuelto


List the delete-a-digit primes

alrededor de 5 años hace

Resuelto


Perfect number

alrededor de 5 años hace

Resuelto


Find the absolute value of of the array

alrededor de 5 años hace

Resuelto


Calculate F statistics ( One-way Analysis of Variance)

alrededor de 5 años hace

Resuelto


Find Logic 3

alrededor de 5 años hace

Resuelto


Find Logic 1

alrededor de 5 años hace

Resuelto


Find Logic 2

alrededor de 5 años hace

Resuelto


Find Logic 4

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


Identify primorial primes
Cody Problems <https://www.mathworks.com/matlabcentral/cody/problems/46054-count-trailing-zeros-in-a-primorial 46054> and <https...

más de 5 años hace

Resuelto


Find the last non-zero digit in a primorial
<https://www.mathworks.com/matlabcentral/cody/groups/2001/problems/45251 Cody Problem 45251> asked us to find the last non-zero ...

más de 5 años hace

Resuelto


Count trailing zeros in a primorial
<https://www.mathworks.com/matlabcentral/cody/problems/44068-the-number-of-trailing-zero-digit-of-a-factorial Cody Problem 44068...

más de 5 años hace

Resuelto


The number of trailing zero digit of a factorial
For given positive integer n, take factorial of that number. How many trailing zeros does it have? Example: factorial(11) = 3...

más de 5 años hace

Resuelto


Project Euler 249: Prime Subset Sums
Inspired by Problem 249 of Project Euler. <https://projecteuler.net/problem=249> Let S = {2, 3, 5, ...} be the set of prime ...

más de 5 años hace

Resuelto


Determine the factorial of a number

más de 5 años hace

Resuelto


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

más de 5 años hace

Resuelto


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

más de 5 años hace

Cargar más