|
[____]
The Galois theory of linear differential equations,
or differential Galois theory, is the analogue of the
classical Galois theory of polynomials
for linear differential equations.
Generally speaking one studies linear differential equations, that is
differential equations of the form
L(y)=an y(n) + an - 1 y(n - 1) + ... + a1 y(1) + a0 y= 0,
in which the coefficients ai are contained in some ring.
The natural analogue of a field in the classical case is the
notion of a differential field, that is a specific case of a differential
ring.
A differential ring F is equipped with an additive map δF:F to F
called a derivation, satisfying the multiplicative rule
δF(a.b)=δF(a).b + a.δF(b),
a, b∈F.
A classical derivation is the usual derivative.
All differential rings have a ring structure and
have a map defined on them.
A differential ring that is also a field is called a
differential field.
The differential rings have type RngDiff
and their elements have type RngDiffElt.
All differential rings contain a differential
ring of constants on which the derivation acts as the zero map.
The differential rings and their elements inherit all
functionality of the rings from which the differential ring is created.
We call the ring from which a differential ring F is created the
underlying ring of F.
A solution of a differential equation is an element of some differential field.
It can happen that a solution is not an element of a given differential
field F, but is an element of a differential extension of F.
By this we mean a
differential field (ring) M with F⊂M such
that the derivations satisfy δM|F=δF.
This is completely analogous to field extensions induced by solutions
of a polynomial.
To clearly describe linear differential equations in magma we
formalize the concept of taking the derivative.
To a differential field F with derivation δF, one associates
a non--commutative ring F[D], the ring of linear differential
operators.
An element of F[D] is called a differential operator.
A differential operator of degree n∈Zge0 in F[D] is
of the form
L=anDn + an - 1Dn - 1 + ... + a1D + a0,
with an not=0 and all ai∈F.
Addition in F[D] is term--wise and the multiplication of elements in F[D]
is determined by the rule
D * a=aD + δF(a), a∈F.
With these concepts L(y)=0 is the linear differential equation
an δFn(y) + an - 1 δFn - 1(y) + ... + a1 δF(y) + a0 y= 0.
For an introduction to the basic concepts in differential Galois theory,
one is encouraged to consult [vdPS03].
This book is used as the basis for the implementation of differential
rings, fields and operator rings in magma.
[Next][Prev] [Right] [____] [Up] [Index] [Root]
|