]> gitweb.michael.orlitzky.com - sage.d.git/blob - README
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / README
1 My own personal library of Sage[1] code.
2
3 It is intended to be loaded into every Sage session, or Python script
4 which imports the Sage library. Sage loads ~/.sage/init.sage upon
5 startup, so I've supplied a sample init.sage file which will load this
6 code from ~/src/sage/.
7
8 Newer versions of Sage don't load ~/.sage/init.sage during test mode,
9 and "packages" need to be imported explicitly. Therefore the test
10 suite is a little tricky to run; but "make check" should work.
11
12 [1] http://www.sagemath.org/