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
gfun[algfuntoalgeq] - find a polynomial equation satisfied by an algebraic function
Calling Sequence
algfuntoalgeq(expr, y(z), ini, typ)
Parameters
expr
-
algebraic or radical function in z
y
name; holonomic function name
z
name; variable of the holonomic function y
ini
(optional) set; specify initial conditions for the resulting polynomial equation
typ
(optional) 'algebraic' or 'rational'; specify the type of coefficients for the polynomial equation
Description
The algfuntoalgeq(expr, y(z)) command returns a polynomial in y and z that has expr as a root. The polynomial is not necessarily minimal.
If ini is specified, it is assigned a set of initial conditions for the polynomial to specify which branch is indicated (if possible).
If typ is specified as 'rational', the coefficients of the polynomial are of type rational or type name. This is particularly useful for finding a polynomial for an algebraic number. The default is 'rational'.
If typ is specified as 'algebraic' the coefficients are algebraic numbers. This option can be used with algebraicsubs.
Examples
See Also
gfun, gfun/parameters, gfun[algebraicsubs], RootOf
Download Help Document