|
7.7.19.0. addRat
Procedure from library dmodloc.lib (see dmodloc_lib).
- Usage:
- addRat(v,w); v,w vectors
- Assume:
- Assume that v,w have exactly two components, second ones not 0.
- Return:
- vector, representing rational function (v[1]/v[2])+(w[1]/w[2])
- Note:
- Possibly present non-commutative relations of the basering are
ignored.
Example:
|