]> gitweb.michael.orlitzky.com - sage.d.git/log
sage.d.git
11 years agoAllow tuples to be passed in square brackets.
Michael Orlitzky [Mon, 5 Nov 2012 21:45:01 +0000 (16:45 -0500)]
Allow tuples to be passed in square brackets.

11 years agoClean up a little bit of the interpolation code.
Michael Orlitzky [Sun, 4 Nov 2012 21:32:50 +0000 (16:32 -0500)]
Clean up a little bit of the interpolation code.

11 years agoAdd the SymbolSequence class; eventually headed upstream.
Michael Orlitzky [Sun, 4 Nov 2012 21:12:49 +0000 (16:12 -0500)]
Add the SymbolSequence class; eventually headed upstream.

11 years agoAdd the lagrange_psi function.
Michael Orlitzky [Sun, 4 Nov 2012 21:12:17 +0000 (16:12 -0500)]
Add the lagrange_psi function.

11 years agoAdd the Hermite functions to interpolation.py.
Michael Orlitzky [Fri, 26 Oct 2012 19:20:25 +0000 (15:20 -0400)]
Add the Hermite functions to interpolation.py.

11 years agoMake the divided_difference() function rely on divided_difference_coefficients().
Michael Orlitzky [Fri, 26 Oct 2012 18:22:56 +0000 (14:22 -0400)]
Make the divided_difference() function rely on divided_difference_coefficients().
Make divided_difference() and newton_polynomial() take a list of function values instead of the function itself.

11 years agoAdd the divided_difference_coefficients() function.
Michael Orlitzky [Fri, 26 Oct 2012 18:13:03 +0000 (14:13 -0400)]
Add the divided_difference_coefficients() function.

11 years agoUpdate the lagrange_polynomial() function to take a list of y-values instead of a...
Michael Orlitzky [Fri, 26 Oct 2012 18:00:25 +0000 (14:00 -0400)]
Update the lagrange_polynomial() function to take a list of y-values instead of a function.

11 years agoAdd a makefile with a 'clean' target.
Michael Orlitzky [Fri, 26 Oct 2012 15:13:55 +0000 (11:13 -0400)]
Add a makefile with a 'clean' target.

11 years agoReplace the load() call in interpolation.py with an import, which works in the daytime.
Michael Orlitzky [Fri, 26 Oct 2012 15:13:16 +0000 (11:13 -0400)]
Replace the load() call in interpolation.py with an import, which works in the daytime.

11 years agoAdd the divided_difference() and newton_polynomial() functions to interpolation.py.
Michael Orlitzky [Fri, 26 Oct 2012 01:07:12 +0000 (21:07 -0400)]
Add the divided_difference() and newton_polynomial() functions to interpolation.py.

11 years agoAdd the 'product' function to misc.py.
Michael Orlitzky [Fri, 26 Oct 2012 00:07:56 +0000 (20:07 -0400)]
Add the 'product' function to misc.py.
Add interpolation.py with two Lagrange polynomial functions.

11 years agoAdd a gitignore for *.pyc files.
Michael Orlitzky [Fri, 26 Oct 2012 00:07:02 +0000 (20:07 -0400)]
Add a gitignore for *.pyc files.

11 years agoEnable text.usetex for Matplotlib to work around trac #13543.
Michael Orlitzky [Sat, 20 Oct 2012 01:57:20 +0000 (21:57 -0400)]
Enable text.usetex for Matplotlib to work around trac #13543.

11 years agoAdd the misc module with the legend_latex() function.
Michael Orlitzky [Fri, 28 Sep 2012 02:54:33 +0000 (22:54 -0400)]
Add the misc module with the legend_latex() function.

12 years agoTry replacing _plot() instead of plot() so that plotting python functions works.
Michael Orlitzky [Sat, 12 May 2012 23:03:05 +0000 (19:03 -0400)]
Try replacing _plot() instead of plot() so that plotting python functions works.

12 years agoFinally get the plot defaults to behave (maybe).
Michael Orlitzky [Fri, 11 May 2012 02:16:28 +0000 (22:16 -0400)]
Finally get the plot defaults to behave (maybe).

12 years agoFix plot option defaulting.
Michael Orlitzky [Thu, 10 May 2012 20:29:38 +0000 (16:29 -0400)]
Fix plot option defaulting.
Replace another plot() function.

12 years agoRemove an unused import.
Michael Orlitzky [Thu, 10 May 2012 16:56:02 +0000 (12:56 -0400)]
Remove an unused import.

12 years agoInitial commit.
Michael Orlitzky [Thu, 10 May 2012 13:29:56 +0000 (09:29 -0400)]
Initial commit.