Mathematica > Mathematics and Algorithms > Formula Manipulation > Assumptions and Domains >

Algebraics

Algebraics
represents the domain of algebraic numbers, as in xElementAlgebraics.
  • Algebraic numbers are defined to be numbers that solve polynomial equations with rational coefficients.
  • xElementAlgebraics evaluates immediately only for quantities x that are explicitly constructed from rational numbers, radicals and Root objects, or are known to be transcendental.
  • Simplify[exprElementAlgebraics] can be used to try to determine whether an expression corresponds to an algebraic number.
An algebraic number:
In[1]:=
Click for copyable input
Out[1]=
 
Pi is not an algebraic number:
In[1]:=
Click for copyable input
Out[1]=
 
The square root of an algebraic number is an algebraic number:
In[1]:=
Click for copyable input
Out[1]=
 
Find algebraic solutions of an equation:
In[1]:=
Click for copyable input
Out[1]=
New in 4
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team