#17073: Documentation for Facade Sets
-------------------------------------+-------------------------------------
       Reporter:  ncohen             |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  major              |    Milestone:  sage-6.4
      Component:  categories         |   Resolution:
       Keywords:                     |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/nthiery/documentation_for_facade_sets|  
fd456bcd98f33a28f37a7dfd243d21fd89345b4d
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jmantysalo):

 I understand everything until the end. There is an example with `P(2) <
 P(3)`. However, this is just the part where difference between facade and
 non-facade sets could be shown. For example we define poset where 2<1:

 {{{
 P=Poset({2:[1]}, facade=False)
 Q=Poset({2:[1]}, facade=True)
 print 2 < 1
 print P(2) < P(1)
 print Q(2) < Q(1)
 # Maybe also P.unwrap(P(2)) < P.unwrap(P(1)) here?
 }}}

 It is unnecessary to know that MuPAD was first system with facade sets.

 Authors-field should be filled.

--
Ticket URL: <http://trac.sagemath.org/ticket/17073#comment:7>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to