Up to [local] / OpenXM / src / kan96xx / Doc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 11 05:23:52 2012 UTC (12 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b,
HEAD
Changes since 1.3: +8 -2
lines
Diff to previous 1.3 (colored)
Added an explanation on slopes, constant r, and constant kappa in the Borel and Laplace transformations respectively.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 20 11:22:27 2005 UTC (19 years ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_2_3_12,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Exchanged the order of two authors.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 18 03:12:21 2001 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1
Changes since 1.1: +8 -2
lines
Diff to previous 1.1 (colored)
A new function sm1_slope is added. This function evaluates of the slopes of a given system of linear differential equations. The slope is used to detect irregularity. Examples are also given.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 1 01:57:55 2000 UTC (24 years ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6
The function slope computes the slopes of a given D-module. It uses the ACG algorithm (Assi,Castro,Granger, How to calculate the slopes of a D-module, Compositio Math (1996), 107--123) to get the algebraic slopes. In order to get the geometric slopes, the ACG algorithm should be modified and repeated use of radical computation is necessary. Radical computation is done by ox_asir module via OpenXM connection. This module is a joint work with Castro-Jimenez.