Lucas.m

Version 1.0.0.0 (384 octets) par David Terr
Given a nonnegative integer n, return the nth Lucas number.
2,8K téléchargements
Mise à jour 27 déc. 2004

Aucune licence

Given a nonnegative integer n, return the nth Lucas number. Return an error message if the argument is not an integer.

Citation pour cette source

David Terr (2024). Lucas.m (https://www.mathworks.com/matlabcentral/fileexchange/5094-lucas-m), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R12
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Number Theory dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

I fixed a warning bug by eliminating the final end statement.