This is a multi-part message in MIME format.
--Boundary_(ID_YCL2Q5A7Aj5IQhy29K1PHA)
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 7BIT
Hi - Here's a short session in which I differentiate a function containing sign(x) amongst other things. Does anyone know what the PNZ(...) notation means? Many thanks for any insight into this.
Cheers,
Dave Holmgren
----
Microsoft(R) Windows NT(TM)
(C) Copyright 1985-1996 Microsoft Corp.
e:\emacs-20.7\bin>cd e:\
cd e:\
E:\>maxima.bat
maxima.bat
E:\>set MAXIMA_DIRECTORY=c:\maxima
E:\>c:\maxima\src\saved_maxima.exe -dir c:\maxima\src\
GCL (GNU Common Lisp) Version(2.3.6) Tue Dec 5 16:55:56 2000
Licensed under GNU Library General Public License
Contains Enhancements by W. Schelter
Maxima 5.5 Tue Dec 5 16:55:33 2000 (with enhancements by W. Schelter).
Licensed under the GNU Public License (see file COPYING)
(C1) f(x):=1/2+sign(x)*(1/2-1/4*exp(-abs(x))*(2+abs(x)));
1 1 1
(D1) f(x) := - + SIGN(x) (- - - EXP(- ABS(x)) (2 + ABS(x)))
2 2 4
(C2) diff(f(x),x);
- ABS(x) - ABS(x)
x %E (ABS(x) + 2) x %E
(D2) PNZ (------------------------- - ------------)
4 ABS(x) 4 ABS(x)
(C3) quit();
E:\>
E:\>exit
exit
Process shell finished
--Boundary_(ID_YCL2Q5A7Aj5IQhy29K1PHA)
Content-type: text/html; charset=iso-8859-1
Content-transfer-encoding: 7BIT
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi - Here's a short session in which I
differentiate a function containing sign(x) amongst other things. Does
anyone know what the PNZ(...) notation means? Many thanks for any insight
into this.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Cheers,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Dave Holmgren</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>----</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Microsoft(R) Windows NT(TM)<BR>(C) Copyright
1985-1996 Microsoft Corp.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>e:\emacs-20.7\bin>cd e:\<BR>cd e:\</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>E:\>maxima.bat<BR>maxima.bat</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>E:\>set MAXIMA_DIRECTORY=c:\maxima </FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>E:\>c:\maxima\src\saved_maxima.exe -dir
c:\maxima\src\ <BR>GCL (GNU Common Lisp) Version(2.3.6) Tue
Dec 5 16:55:56 2000<BR>Licensed under GNU Library General Public
License<BR>Contains Enhancements by W. Schelter<BR>Maxima 5.5 Tue Dec 5 16:55:33
2000 (with enhancements by W. Schelter).<BR>Licensed under the GNU Public
License (see file COPYING)<BR>(C1)
f(x):=1/2+sign(x)*(1/2-1/4*exp(-abs(x))*(2+abs(x)));</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2>
1
1 1<BR>(D1) f(x) := - + SIGN(x) (- - - EXP(-
ABS(x)) (2 +
ABS(x)))<BR>
2
2 4<BR>(C2) diff(f(x),x);</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2>
-
ABS(x)
-
ABS(x)<BR>
x %E (ABS(x) + 2) x %E<BR>(D2)
PNZ (-------------------------
-
------------)<BR>
4 ABS(x) 4 ABS(x)<BR>(C3) quit();</FONT></DIV>
<DIV> </DIV><FONT face=Arial size=2>
<DIV><BR>E:\><BR>E:\>exit<BR>exit</DIV>
<DIV> </DIV>
<DIV>Process shell finished<BR></FONT></DIV></BODY></HTML>
--Boundary_(ID_YCL2Q5A7Aj5IQhy29K1PHA)--