Ticket #1201 (closed enhancement: fixed)
[with patch, with positive review] add gramm-schmidt to sage
| Reported by: | was | Owned by: | was* |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | linear algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Add function to do gramm schmidt orthogonalization and also to verify the LLL criterion to Sage.
NOTE: I have mostly done this. This trac is just so I have a place to submit a patch. So you shouldn't do this :-).
Attachments
Change History
comment:1 Changed 6 years ago by was
NOTE -- this is a generic implementation. There is surely a vastly faster implementation in the case of an RDF or CDF base field (by calling to numpy).
comment:2 Changed 6 years ago by was
From David Joyner:
I looked at it but can't figure out how to apply it to a cloned version of SAGE. It seems to make sense but I'd like to test it out. Sorry for the delay. I had a final to type up and lots of grading.
comment:4 Changed 5 years ago by mhansen
- Summary changed from add gramm-schmidt to sage to [with patch] add gramm-schmidt to sage
Note: See
TracTickets for help on using
tickets.

