Top
Back: autX
Forward: diffAlgebra
FastBack:
FastForward:
Up: Singular Manual
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.2 difform_lib

Library:
difform.lib
Purpose:
Procedures for differential forms
Author:
Peter Chini, chini@rhrk.uni-kl.de

Overview:
A library for computing with elements of the differential algebra over a (quotient) ring. To compute in this algebra, a non-commutative ring with additional variables dx_1,...,dx_n and 'exterior' relations between this variables is used. In the case of a quotient ring, the defining ideal and its image under the universal derivation are added as relations. The differential forms themselves are defined via an additional type 'difform'. Objects of this type carry as an attribute a polynomial in the differential algebra and make it available over the basering.
Additionally, the universal derivation is available as a procedure and the differentials between the graded parts of the differential algebra can be applied to differential forms. The library also supports derivations: maps from the first graded part of the differential algebra to the basering. These are defined via the type 'derivation' and there are procedures for basic arithmetic operations, evaluation and Lie-derivative.

Procedures:

D.15.2.1 diffAlgebra  provides the differential algebra structure and the differential forms dx_1,...,dx_n
D.15.2.2 diffAlgebraStructure  generates the structure of the differential algebra from the basering
D.15.2.3 diffAlgebraGens  defines the differential forms dx_1,...,dx_n
D.15.2.4 diffAlgebraUnivDerIdeal  computes the image of an ideal under the universal derivation
D.15.2.5 diffAlgebraChangeOrd  returns a ring with the structure of the differential algebra but changed monomial ordering
D.15.2.6 diffAlgebraListGen  returns a list of the generators of the differential algebra or of a graded part of it
D.15.2.7 difformFromPoly  constructs differential forms of degree 0 from polynomials
D.15.2.8 difformCoef  computes the representation as an linear combination of the generators
D.15.2.9 difformGenToString  casts a generator of the differential algebra to a string
D.15.2.10 difformHomogDecomp  list of differential forms: homogeneous decomposition
D.15.2.11 difformToString  casts a differential form to a string
D.15.2.12 difformPrint  prints differential forms
D.15.2.13 difformIsGen  decides, whether a given differential form is a generator of the differential algebra
D.15.2.14 difformAdd  adds two differential forms
D.15.2.15 difformSub  subtracts one differential form from the other
D.15.2.16 difformNeg  returns the negative of a differential form
D.15.2.17 difformMul  multiplies two differential forms
D.15.2.18 difformDiv  computes the quotient of two differential forms
D.15.2.19 difformEqu  compares two differential forms
D.15.2.20 difformNeq  returns the negation of comparing two differential forms
D.15.2.21 difformIsBigger  tests if a given differential form is greater than another one
D.15.2.22 difformIsSmaller  tests if a given differential form is smaller than another one
D.15.2.23 difformDeg  returns the degree of a given differential form
D.15.2.24 difformIsHomog  checks if the given differential form is homogeneous
D.15.2.25 difformIsHomogDeg  checks if the given differential form is homogeneous of given degree
D.15.2.26 difformListCont  checks if a given differential form is in a given list
D.15.2.27 difformListSort  sorts lists of differential forms and special lists of lists
D.15.2.28 difformUnivDer  computes the image of an polynomial under the universal derivation
D.15.2.29 difformDiff  computes the image of an differential form under the differential
D.15.2.30 derivationFromList  constructs a derivation from a given list
D.15.2.31 derivationCheckList  checks the form of a given structure list for a derivation
D.15.2.32 derivationFromPoly  creates a derivation from a polynomial
D.15.2.33 derivationConstructor  constructs a derivation from arbitrary input
D.15.2.34 derivationToString  casts a derivation to a string
D.15.2.35 derivationPrint  prints a derivation
D.15.2.36 derivationAdd  computes the sum of two derivations
D.15.2.37 derivationSub  subtracts two derivations
D.15.2.38 derivationNeg  negates a given derivation
D.15.2.39 derivationMul  multiplies two derivations componentwise
D.15.2.40 derivationEqu  compares two derivations
D.15.2.41 derivationNeq  returns the negation of comparing two derivations
D.15.2.42 derivationEval  evaluates a derivation at a given differential form of degree 1
D.15.2.43 derivationContractionGen  computes the contraction and applies it to a generator
D.15.2.44 derivationContraction  computes the contraction and applies it to a differential form
D.15.2.45 derivationLie  returns the Lie-derivative applied to a differential form


Top Back: autX Forward: diffAlgebra FastBack: FastForward: Up: Singular Manual Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.