Statistiques
| Révision :

root / pobysoPythonSage / src / sageSLZ / sageRationalOperations.sage

Historique | Voir | Annoter | Télécharger (3,2 ko)

# Date Auteur Commentaire
246 10/01/2016 17:23 Serge Torres

Changed: messages are printed out to stderr.

173 07/09/2015 18:12 Serge Torres

Cosmetic change.

170 27/08/2015 19:59 Serge Torres

Minor bug and type fixes.

159 29/04/2015 18:18 Serge Torres

Lots of fixes due to changes in Sage 6.6.
Mainly :
- changed (and deprecated) behaviour of "load";
- changed behaviour of assume_str (adds "_SAGE_VAR" to
variable names).

115 24/02/2014 17:53 Serge Torres
87 09/10/2013 17:59 Serge Torres

Lots of bug fixes in matrix operations.
Typos in others.
Return value changed int spo_polynomial_to_proto_matrix: return
the known monomials list as well (necessary to rebuild the polynomials
from the matrices).
Unplugging custom LCM computations for lists: the native...

81 14/08/2013 17:56 Serge Torres

- Norm function for multivariate polynomials create (a lot of TODOs remaining);
- sageSLZ-Notes updated, after new ideas (see below).
- Total transformation of interval/polynomial building (with
some checks done to validate the new "adaptative"
system and tweak the constants;...

80 13/08/2013 17:55 Serge Torres

Massive functions update:
- new functions added for polynomial transformation;
- many changes in variable management for expressions and functions;
- function issues (warning about deprecated syntax) fixed.

70 12/04/2013 09:18 Serge Torres

Réaménagement des répertoires.

Réaménagment du code dans sageRelationalOperations.sage

69 15/03/2013 17:49 Serge Torres

numerators and denominators function added.
Typos fixed in notes.

68 15/03/2013 15:48 Serge Torres

sageRationalOperation file creation.