Ticket #1201 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[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: Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

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

trac1201.patch Download (3.7 KB) - added by was 3 years ago.
7421.patch Download (0.8 KB) - added by was 3 years ago.
also apply this patch (after the first)

Change History

Changed 3 years ago by was

Changed 3 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).

Changed 3 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.

Changed 3 years ago by was

  • milestone changed from sage-2.9 to sage-2.8.15

Changed 3 years ago by was

also apply this patch (after the first)

Changed 3 years ago by mhansen

  • summary changed from add gramm-schmidt to sage to [with patch] add gramm-schmidt to sage

Changed 3 years ago by mhansen

  • summary changed from [with patch] add gramm-schmidt to sage to [with patch, with positive review] add gramm-schmidt to sage

I think this can go in.

Changed 3 years ago by mabshoff

  • status changed from new to closed
  • resolution set to fixed

Merged in 2.8.15.alpha2.

Note: See TracTickets for help on using tickets.