algfuntoalgeq - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


gfun

  

algfuntoalgeq

  

find a polynomial equation satisfied by an algebraic function

 

Calling Sequence

Parameters

Description

Examples

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

(1)

(2)

(3)

(4)

(5)

See Also

gfun

gfun/parameters

gfun[algebraicsubs]

RootOf

 


Download Help Document