解決済み


calculate the length of matrix
input 1 array, calculate the length

約2ヶ月 前

解決済み


Draw a '0' in a one matrix!

約2ヶ月 前

解決済み


Sphenic number sequence
Sphenic numbers are positive integers that are products of three distinct prime numbers: 30, 42, 66, 70, 78, 102, 105, 110, 114,...

10ヶ月 前

解決済み


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

約1年 前

解決済み


Is X a Fibonacci Matrix?
In honor of Cleve's new blog and post: <http://blogs.mathworks.com/cleve/2012/06/03/fibonacci-matrices/> Is X a Fibonacci ...

約1年 前

解決済み


Return fibonacci sequence do not use loop and condition
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: ...

約1年 前

解決済み


Integer Sequence - II : New Fibonacci
Crack the following Integer Sequence. (Hints : It has been obtained from original Fibonacci Sequence and all the terms are also ...

約1年 前

解決済み


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

約1年 前

解決済み


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

約1年 前

解決済み


Function composition
Write a function that accepts two function handles f and g and returns the composition h. That is, h = (f o g)(x) = f(g(x)) ...

約1年 前

解決済み


Find Logic 27

1年以上 前

解決済み


Find Logic 26

1年以上 前

解決済み


Find Logic 25

1年以上 前

解決済み


Find Logic 23

1年以上 前

解決済み


Find Logic 22

1年以上 前

解決済み


Find Logic 20

1年以上 前

解決済み


Find Logic 19

1年以上 前

解決済み


Find Logic 18

1年以上 前

解決済み


Find Logic 16

1年以上 前

解決済み


Find Logic 17

1年以上 前

解決済み


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

1年以上 前

解決済み


Find Logic 15

1年以上 前

解決済み


Find Logic 13

1年以上 前

解決済み


Find Logic 12

1年以上 前

解決済み


Find Logic 11

1年以上 前

解決済み


Find Logic 8

1年以上 前

解決済み


Find Logic 7

1年以上 前

解決済み


Find Logic 6

1年以上 前

解決済み


Find Logic 10

1年以上 前

解決済み


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

1年以上 前

さらに読み込む