Lucas.m

Versión 1.0.0.0 (384 Bytes) por David Terr
Given a nonnegative integer n, return the nth Lucas number.
2,8K descargas
Actualizado 27 dic 2004

Sin licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R12
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Number Theory en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

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