Community Profile

photo

amir moin


Last seen: alrededor de 2 años hace Con actividad desde 2021

Estadísticas

All
  • Solver
  • First Answer

Ver insignias

Content Feed

Ver por

Resuelto


Find the next Fibonacci number
In the sequence of Fibonacci numbers, every number is the sum of the two preceding ones: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55...

más de 2 años hace

Resuelto


Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...

más de 2 años hace

Resuelto


Getting logical indexes
This is a basic MATLAB operation. It is for instructional purposes. --- Logical indexing works like this. thresh = 4...

más de 2 años hace

Resuelto


Largest Prime Number
Given a matrix X, find the largest prime number in X.

más de 2 años hace

Resuelto


There are 10 types of people in the world
Those who know binary, and those who don't. The number 2015 is a palindrome in binary (11111011111 to be exact) Given a year...

más de 2 años hace

Resuelto


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

más de 2 años hace

Respondida
Circular indexing of an array
Taking you need a circle of length N=10; then you can set the array X(100) to the value of circular index Index(k) N=10; Ind...

más de 2 años hace | 0