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

Online Help

powseries

  

powsqrt

  

square root of an expression as a power series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

powsqrt(p)

Parameters

p

-

formal power series, polynomial, or any function that is acceptable for power series package

Description

• 

The function powsqrt(p) returns the formal power series that is the square root of p.

• 

The power series of p must have a nonzero first term () for its logarithm to be well-defined.

• 

The command with(powseries,powsqrt) allows the use of the abbreviated form of this command.

Examples

(1)

(2)

(3)

See Also

powseries

 


Download Help Document