| | | gives the range of square roots Sqrt[Range[1, x^2]], for x > 1. |
| |
| | | gives the range of square roots Sqrt[Range[x^2, y^2]], for x, y > 0. |
| |
| | | gives a square root range with steps bounded above by s > 0. |
| |
| | | requires the steps of the square root range to be bounded below by d > 0. |
| |
| | | gives the range of algebraic numbers Range[1, x^r]^(1/r), for x > 1. |
| |
| AlgebraicRange[{r},{x,y}] | | gives the range of algebraic numbers Range[x^r, y^r]^(1/r), for x, y > 0. |
| |
| AlgebraicRange[{r},{x,y,s}] | | gives an algebraic range with steps bounded above by s > 0. |
| |
| AlgebraicRange[{r},{x,y,s},d] | | requires the steps of the algebraic range to be bounded below by d > 0. |
| |
| AlgebraicRange[{r1,r2,...},{x,y,s},d] | | generates the algebraic numbers of root orders r1, r2, ... . |
| |
| AlgebraicRange[r,{x,y,s},d] | | generates all the algebraic numbers of integer root orders up to r. |
| |