root_approx

Lists the first few rational approximations to the square root of n.
0 Downloads
Updated 6 Jul 2020

View License

root_approx(n,terms) outputs the first 'terms' rational approximations to the square root of n.

Example:
root_approx(5,3) prints the following:

9 4
161 72
2889 1292

Cite As

Douglas Brunson (2024). root_approx (https://www.mathworks.com/matlabcentral/fileexchange/77831-root_approx), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
2.0.0

changed from floating pt operations to uint64 operations.

1.0.0