Fibonacci sequence

버전 1.0 (13 KB) 작성자: François Beauducel
Computes the generalized Fibonacci numbers as vectorized code.
다운로드 수: 1
업데이트 날짜: 2023/11/5

Fibonacci sequence

fibonacci.m

This is a simple GNU Octave/Matlab function to compute the Fibonacci sequence or numbers. Function is vectorized.

Syntax

FIBONACCI(N) computes the Fibonacci number of N. N can be a scalar, vector or matrix of integers. Negative numbers are allowed (negafibonacci).

FIBONACCI without input argument returns the first 10 numbers of the Fibonacci sequence.

Examples

> fibonacci(7)
    13
> fibonacci(0:10)
    0  1  1  2  3  5  8 13 21 34 55

Documentation

Type doc fibonacci or help fibonacci for syntax and options. See also users comments and rating on View Fibonacci sequence on File Exchange.

References

https://en.wikipedia.org/wiki/Fibonacci_sequence

Author

François Beauducel

인용 양식

François Beauducel (2024). Fibonacci sequence (https://github.com/beaudu/fibonacci/releases/tag/v1.0), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2023b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가
도움

받음: Fibonacci.m

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.