Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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