Ticket #13017 (needs_work enhancement)
create a large linear algebra thematic tutorial that will be part of the official Sage documentation
| Reported by: | was | Owned by: | jason, was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-5.10 |
| Component: | linear algebra | Keywords: | sd40.5 |
| Cc: | jason, novoselt, was, rbeezer, robertwb, jhpalmieri, kcrisman | Work issues: | |
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by jason) (diff)
Jason Grout, Rob Beezer, Robert Bradshaw, and William Stein have mostly written a rather extensive thematic tutorial on linear algebra for Sage (for inclusion in the HLA = Handbook of Linear Algebra, 2nd edition). It has a creative commons license. This ticket is for getting the tutorial into Sage itself.
The PDF version of this chapter is here: http://sage.math.washington.edu/home/jason/sage-HLA2.pdf
Attachments
Change History
comment:7 Changed 2 months ago by jason
I added the main patch, as well as a second patch that I used to patch Sage's local copy of sphinx to generate "nicer" tex output. I think you can probably safely ignore the sphinx patch.
comment:10 Changed 2 months ago by jason
- Cc kcrisman added
- Description modified (diff)
At this point, I think someone just needs to scan through to see if there are big problems in any of the formats. Long-term things would be expanding it by uncommenting a lot of the examples we had to cut due to page limits, or rearranging things so that the examples are inline instead of grouped at the end of each section.
comment:11 Changed 2 months ago by jason
Oh, and making the examples live in the html docs, and making function names link to the function documentation.

