Previous Up Next

13.5.4  Residue of an expression at a point

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

Example

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

or:

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

Previous Up Next