Top
Back: difformSub
Forward: difformMul
FastBack:
FastForward:
Up: difform_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.2.16 difformNeg

Procedure from library difform.lib (see difform_lib).

Usage:
-df; df difform

Return:
the negation of the differential form

Example:
 
LIB "difform.lib";
ring R = 0,(x,y,z),ds;
diffAlgebra();
==> // The differential algebra Omega_R was constructed and the differential \
   forms dDx, dDy, dDz, dx, dy, dz are available.
/////////////////////////////////////
// Negation of a differential form //
/////////////////////////////////////
difform df = 13*dx*dy + 2*dy*dz - 6*dx*dy*dz - 3;
-df;
==> 3+(-13)*dx*dy+(-2)*dy*dz+6*dx*dy*dz
==> 
kill Omega_R,df,dx,dy,dz;
See also: difformSub.


Top Back: difformSub Forward: difformMul FastBack: FastForward: Up: difform_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.