Previous Up Next

6.36.4  The residue of an expression at a point: residue

The residue command finds the residue of an expression at a point.


Example.
Input:

residue(cos(x)/x^3,x,0)

or:

residue(cos(x)/x^3,x=0)

Output:

1
2

Previous Up Next