Since lists are just a particular kind of expression, it will come as no surprise that you can refer to parts of any expression much as you refer to parts of a list. This ...
RandomReal[] gives a pseudorandom real number in the range 0 to 1. RandomReal[{x_min, x_max}] gives a pseudorandom real number in the range x_min to x_max. RandomReal[x_max] ...
RandomInteger[{i_min, i_max}] gives a pseudorandom integer in the range {i_min, i_max}. RandomInteger[i_max] gives a pseudorandom integer in the range {0, ...
When you do calculations with arbitrary-precision numbers, Mathematica keeps track of precision at all points. In general, Mathematica tries to give you results which have ...
Complex Polynomial Systems Real Polynomial Systems Diophantine Polynomial Systems
Whenever machine-precision numbers appear in a calculation, the whole calculation is typically done in machine precision. Mathematica will then give machine-precision numbers ...
QuadraticIrrationalQ[x] gives True if x is a quadratic irrational and False otherwise.
RandomPrime[{i_min, i_max}] gives a pseudorandom prime number in the range i_min to i_max.RandomPrime[i_max] gives a pseudorandom prime number in the range 2 to ...
RootOfUnityQ[a] yields True if a is a root of unity, and yields False otherwise.