Next: Representation of integers
Up: Algorithms for algebraic computation
Previous: Algebraic expression domains
- to work on a computer with algebraic structures, we need to
represent them by some sort of data structures
- representation is very important because often the effectiveness
of an algorithm will depend on the representation that is used
Richard Liska