sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.31k stars 451 forks source link

Add support for pseudo-differential operators #10956

Open tkluck opened 13 years ago

tkluck commented 13 years ago

Here's my first take at adding support for pseudo differential operators.

The algebra of these operators are a convenient framework for the description of the Korteweg-de Vries (KdV) hierarchy and the Kadomtsev-Petviashvili (KP)hierarchy (this has to do with mathematical physics / integrable systems).

Depends on #10272.

Note: if you test this, or if you want to run sage -t -long, then you should probably also apply no_maxima.patch (which is a terrible hack). See the warning in the file's docstring.

Component: symbolics

Keywords: pseudo-differential operators, integrable systems, mathematical physics

Author: Timo Kluck

Branch/Commit: public/ticket/10956 @ 0fcd910

Issue created by migration from https://trac.sagemath.org/ticket/10956

tkluck commented 13 years ago

Description changed:

--- 
+++ 
@@ -2,4 +2,6 @@

 The algebra of these operators are a convenient framework for the description of the Korteweg-de Vries (KdV) hierarchy and the Kadomtsev-Petviashvili (KP)hierarchy (this has to do with mathematical physics / integrable systems).

+Depends on #10272.

+
tkluck commented 13 years ago
comment:1

Attachment: trac_10956_add_pseudo_differential_operators.patch.gz

tkluck commented 13 years ago

Description changed:

--- 
+++ 
@@ -4,4 +4,5 @@

 Depends on #10272.

+Note: if you test this, or if you want to run sage -t -long, then you should probably also apply no_maxima.patch (which is a terrible hack). See the warning in the file's docstring.
tkluck commented 13 years ago
comment:2

Attachment: no_maxima.patch.gz

vbraun commented 10 years ago
comment:3

needs work since we aren't going to ship the maxima hack

fchapoton commented 10 years ago

Branch: public/ticket/10956

fchapoton commented 10 years ago

Commit: faa48a1

fchapoton commented 10 years ago

New commits:

fdab2deTrac 10956: Add support for pseudo-differential operators.
faa48a1trac #10956 pep8 code standard
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 9 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

da69507Merge branch 'public/ticket/10956' of trac.sagemath.org:sage into 10956
0fcd910trac #10956 minor corrections
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 9 years ago

Changed commit from faa48a1 to 0fcd910