Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
type/algfun - check for an algebraic function
Calling Sequence
type(expr, algfun)
type(expr, algfun(K))
type(expr, algfun(K, V))
Parameters
expr
-
expression
K
type name; for coefficient domain such as rational or anything
V
(optional) name or list or set of names; variable(s)
Description
An expression expr is of type algfun (algebraic function) if it is an expression in the variable(s) V over the domain K extended by (polynomial) RootOfs.
The domain specification K must be a type name, such as rational or anything. If K is omitted, then it defaults to type constant.
The optional argument V is an indeterminate or a list or set of indeterminates. If V is not specified, then all the indeterminates of expr, which are names, are used. That is, expr must be an algebraic function in all of its variables.
Examples
See Also
type, type/algext, type/algnum, type/radalgfun, type/radfun
Download Help Document