Artifact e418bedf65d9fe2e6ed399f41bcc0914e95385b66c132e8664d36e522feed990:
- Executable file
r37/lisp/csl/html/r37_0279.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: 785) [annotate] [blame] [check-ins using] [more...]
<A NAME=DFPRINT> <TITLE>DFPRINT</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>DFPRINT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When <em>dfprint</em> is on, expressions in the differentiation operator <A HREF=r37_0148.html>df</A> are printed in a more ``natural'' notation, with th e differentiation variables appearing as subscripts. In addition, if the switch <A HREF=r37_0310.html>noarg</A> is on (the default), the arguments of the differentiated operator are suppressed. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> operator f; df(f x,x); DF(F(X),X); on dfprint; ws; F X df(f(x,y),x,y); F Y off noarg; ws; F(X,Y) X </TT></PRE><P>