#7522: Implement orthogonal complement in vector spaces
-------------------------------------------------+--------------------------
       Reporter:  kcrisman                       |         Owner:  was          
      
           Type:  enhancement                    |        Status:  needs_work   
      
       Priority:  major                          |     Milestone:  sage-5.9     
      
      Component:  linear algebra                 |    Resolution:               
      
       Keywords:                                 |   Work issues:               
      
Report Upstream:  N/A                            |     Reviewers:  Karl-Dieter 
Crisman
        Authors:  Jason Grout, Travis Scrimshaw  |     Merged in:               
      
   Dependencies:                                 |      Stopgaps:               
      
-------------------------------------------------+--------------------------
Changes (by kcrisman):

  * status:  needs_review => needs_work


Comment:

 `perp()` isn't documented in this patch.  Also,
 {{{
 sage: c = FreeModule(Integers(8), 2)
 sage: c.perp()
 ---------------------------------------------------------------------------
 AttributeError                            Traceback (most recent call
 last)
 AttributeError: 'FreeModule_ambient_with_category' object has no attribute
 'perp'
 <and later>
 AttributeError: 'IntegerModRing_generic_with_category' object has no
 attribute 'parent'
 }}}
 Apparently `Integers(8)` isn't a PID, according to Sage?  This isn't bad,
 but perhaps we should have a different error message... or maybe this is
 okay.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7522#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to