Artifact 6cb25ac7f173a473d2c73273df680912c442ebe2a4720b347ead68dcb914a170:
- Executable file
r37/lisp/csl/html/r37_0671.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 997) [annotate] [blame] [check-ins using] [more...]
<A NAME=TPS> <TITLE>TPS</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>TPS</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>package</B><P> <P> <P> <P> Authors: Alan Barnes, Julian Padget <P> <P> This package implements formal Laurent series expansions in one variable using the domain mechanism of REDUCE. This means that power series objects can be added, multiplied, differentiated etc., like other first class objects in the system. A lazy evaluation scheme is used and thus terms of the series are not evaluated until they are required for printing or for use in calculating terms in other power series. The series are extendible giving the user the impression that the full infinite series is being manipulated. The errors that can sometimes occur using series that are truncated at some fixed depth (for example when a term in the required series depends on terms of an intermediate series beyond the truncation depth) are thus avoided. <P> <P>