Artifact c381f731cf578544f313dac09742741e6fa54cee73cb5c349bd59ce7d6d8335d:
- Executable file
r37/lisp/csl/html/r37_0543.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: 881) [annotate] [blame] [check-ins using] [more...]
<A NAME=taylorrevert> <TITLE>taylorrevert</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>TAYLORREVERT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <em>taylorrevert</em> allows reversion of a Taylor series of a function f, i.e., to compute the first terms of the expansion of the inverse of f from the expansion of f. <P> <P> <P> <H3> syntax: </H3> <em>taylorrevert</em>(<expression><em>,</em> <var><em>,</em><var>) <P> <P> <P> The first argument must evaluate to a Taylor kernel with the second argument being one of its expansion variables. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> taylor(u - u**2,u,0,5); 2 6 U - U + O(U ) taylorrevert (ws,u,x); 2 3 4 5 6 X + X + 2*X + 5*X + 14*X + O(X ) </TT></PRE><P>