NumberTheory
SimplestRational
compute the simplest rational number in a real interval
Calling Sequence
Parameters
Description
Examples
Compatibility
SimplestRational( a, b )
a, b
-
realcons; real numbers with a<b
The SimplestRational( a, b ) command computes the "simplest" rational number pq such that a≤pq and pq≤b. It is "simplest" in the sense that p and q are as small as possible. (Note that an integer is considered to be "simpler" than a non-integral rational.)
If Maple is able to determine that b≤a, then an exception is raised.
with⁡NumberTheory:
SimplestRational⁡12,34
12
SimplestRational⁡12,43
1
SimplestRational⁡π,π+π−10
355113
SimplestRational⁡910,152
SimplestRational⁡sqrt⁡1000,sqrt⁡1001
2538
SimplestRational⁡π,γ
Error, (in NumberTheory:-SimplestRational) first argument must be strictly less than the second
The NumberTheory[SimplestRational] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
NumberTheory[ContinuedFraction]
type[realcons]
Download Help Document