[back] [prev] [next] [index] [root]

 


EltSimplify

Returns a in simplified representation.

Syntax:

e := EltSimplify(a);

integer or algebaric element
  e  
integer or algebraic element
  a  

Description:

This function returns an improved representation of the algebraic element a. It might be the case that a has a simpler basis representation than given. EltSimplify will find the simplest representation possible. This function is important for programs written in KASH, since the output of an algebraic number is always simplified, although the number itself can have a bad representation.


<- back[back] [prev] [next] [index] [root]