FormalSeries-package:
Elementary arithemtic in formal series rings
Description
Implemented, addition, subtracking, multiplication, division in formal series rings of any number of variables (except division is only to 3 variables). Also are available "[", "[<-" operators.
Arguments
Details
Package:
FormalSeries
Type:
Package
Version:
0.9
Date:
2012-02-17
License:
GPL-2
Depends:
methods
User can define formal series in object class S4 "fseries". Additionaly methods is generation random formal series by function "rfseries". Now user can operate on object class "fseries", may add, subtrack and divide two object "fseries" but also object "fseries" and "numeric". The most of operators have natural symbol but under "^" is implemented inversion. The number on the right side of "^" is the degree of inversion.