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[algeqtoseries] - Puiseux expansions of algebraic functions
Calling Sequence
algeqtoseries(pol, x, y, order, pos_slopes)
Parameters
pol
-
polynomial equation in two variables x and y
x
name; variable name
y
order
positive integer order of the expansions
pos_slopes
(optional) only branches tending to 0 are computed
Description
The algeqtoseries(pol, x, y, order) command computes an expansion of all the branches at the origin. The equation defines a multivalued function y(x).
If pos_slopes is specified, only those branches tending to 0 are computed. Note that this function is not designed to compute expansions to a large order. In this case, the differential equation should be used. For more information, see algeqtodiffeq.
Examples
See Also
gfun, gfun/parameters, RootOf, solve/series
Download Help Document