Solved


Get the elements of diagonal and antidiagonal for any m-by-n matrix
In the problem <http://www.mathworks.com/matlabcentral/cody/problems/858-permute-diagonal-and-antidiagonal Problem 858. Permute ...

3 years ago

Solved


Generalised Hamming Number
Inspired by Project Euler n°204 and Problem 1308 by James A generalised Hamming number of type n, has no prime factor larger ...

3 years ago

Solved


Numbers with prime factors 2, 3 and 5.
Make a function which takes one positive integer n and returns a matrix with the numbers of the form (2^i)*(3^j)*(5^k) which are...

3 years ago

Solved


Smith numbers
Return true if the input is a Smith number in base ten. Otherwise, return false. Read about Smith numbers at http://en.wikipedia...

3 years ago

Solved


Find all vampire fangs
A <http://en.wikipedia.org/wiki/Vampire_number vampire number> is a number v that is the product of two numbers x and y such th...

3 years ago

Solved


Find vampire numbers
A <http://en.wikipedia.org/wiki/Vampire_number vampire number> is a number v that is the product of two numbers x and y such th...

3 years ago

Solved


Fangs of a vampire number
A vampire number is a number v that is the product of two numbers x and y such that the following conditions are satisfied: at ...

3 years ago

Solved


Proper Factors
Generate the proper factors of input integer x and return them in ascending order. For more information on proper factors, refer...

3 years ago

Solved


Prime factor digits
Consider the following number system. Calculate the prime factorization for each number n, then represent the prime factors in a...

3 years ago

Solved


Multiples of a Number in a Given Range
Given an integer factor _f_ and a range defined by _xlow_ and _xhigh_ inclusive, return a vector of the multiples of _f_ that fa...

3 years ago

Solved


Find Logic 28

3 years ago

Solved


Find Logic 27

3 years ago

Solved


Find Logic 26

3 years ago

Solved


Find Logic 23

3 years ago

Solved


Find Logic 22

3 years ago

Solved


Find Logic 21

3 years ago

Solved


Find Logic 20

3 years ago

Solved


Find Logic 19

3 years ago

Solved


Find Logic 16

3 years ago

Solved


Find Logic 14

3 years ago

Solved


Find Logic 13

3 years ago

Solved


Find Logic 12

3 years ago

Solved


Find Logic 11

3 years ago

Solved


Find Logic 10

3 years ago

Solved


Find Logic 8

3 years ago

Solved


Find Logic 7

3 years ago

Solved


Find Logic 4

3 years ago

Solved


Find Logic 3

3 years ago

Solved


Find Logic 1

3 years ago

Solved


Draw a '5' in a zero matrix!

3 years ago

Load more