Community Profile

photo

Altantsooj B


NUM

Active since 2017

Statistics

All
  • Solver

View badges

Content Feed

View by

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

5 years ago

Solved


N-th Odious
Given index n return n-th <https://oeis.org/A000069 odious number>.

5 years ago

Solved


Find the 9's Complement
Find the 9's complement of the given number. An example of how this works is <http://electrical4u.com/9s-complement-and-10s-c...

5 years ago

Solved


Armstrong Number
Determine whether the given input n-digit number is Armstrong Number or not. Return True if it is an Armstrong Number. An n-D...

5 years ago

Solved


Compute Fibonacci Number
Compute the _n_-th Fibonacci Number f(0) = 0, f(1) = 1, f(2) = 1, f(3) = 2, ... f(42) = 267914296

5 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

5 years ago

Question


how to implement linux(raspberry terminal command) command in matlab standalone application.
I need system time logging standalone application. But i can't implement ' _system(raspi, 'date')_'. And I need more terminal co...

6 years ago | 0 answers | 0

0

answers