Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
evala - evaluate in an algebraic number (or function) field
Calling Sequence
evala(expr)
evala(expr, opts)
Parameters
expr
-
expression or an unevaluated function call
opts
(optional) name or a set of names
Description
If expr is an unevaluated function call, such as Gcd(u,v), the function is performed in the smallest algebraic number (or function) field possible. Otherwise, evala(Normal(expr)) is computed.
The following placeholders are accepted by evala and described in the documentation. For example, to find further help on the Gcd command see ?evala,Gcd
AFactor
AFactors
AIrreduc
Algfield
Content
Divide
Expand
Factor
Factors
Frobenius
Gcd
Gcdex
Indep
Issimilar
Norm
Normal
Prem
Primfield
Primpart
Quo
Reduce
Rem
Resultant
Simplify
Sprem
Sqrfree
Subfields
Trace
The algebraic numbers and functions must be represented with the RootOf notation. For example, the algebraic number is represented by and the algebraic function is represented by .
The evala command supports a second argument opts, which is an option or a set of options to be passed to the appropriate function. The help pages for the placeholders describe the options that are currently accepted.
In some cases, evala checks that the RootOfs are independent. If relations are found, an error occurs. The relations are accessible through the variable lasterror. The independence checking is performed if the function is one of the following:
However, you can instruct evala to skip this independence checking by adding the option 'independent' to the option set opts.
Information about the execution of the function can be displayed by setting infolevel[evala] to a positive integer. Likewise, assigning a positive integer to infolevel[function], where function is one the placeholders, causes Maple to print selected information about computations involving function.
Examples
Define aliases for the examples.
Compute the quotient q and remainder r of a divided by b such that .
Polynomial multiplication and factorization over
An example of dependent algebraic functions
Error, (in evala/Normal/preproc) reducible RootOf detected. Substitutions are {RootOf(_Z^2-u) = RootOf(_Z^2-u*v)*RootOf(_Z^2-v)/v, RootOf(_Z^2-u) = -RootOf(_Z^2-u*v)*RootOf(_Z^2-v)/v}
Norms of algebraic numbers and algebraic functions
See Also
alias, convert[RootOf], RootOf
Download Help Document