 
 
 
 
 
 
 
 
 
 
 
 
 
    Exports
| UnivariateFreeAlgebra R | ||
| degree: | %  Partial Integer | upper bound on the degree | 
| expand: | (Rx: UPC R, R)  Rx  % | series expansion around a point | 
| finite?: | %  Boolean | check whether the support is finite | 
| series: | Sequence R  % | creation of a series | 
    
| UPC | == UnivariatePolynomialCategory | 
 has CommutativeRing then
 has CommutativeRing then | differentiate: | %  % | Differentiation | 
| (%, Integer)  % | 
 has CommutativeRing and
 has CommutativeRing and  has QRing then
 has QRing then | integrate: | %  % | Integration | 
| (%, Integer)  % | 
 
 
 
 
 
 
 
 
