#15245: Pfaffian of a skew-symmetric matrix
-------------------------------------------------+-------------------------
       Reporter:  darij                          |        Owner:
           Type:  enhancement                    |       Status:
       Priority:  major                          |  positive_review
      Component:  combinatorics                  |    Milestone:  sage-5.13
       Keywords:  matrix, sage-combinat,         |   Resolution:
  pfaffian                                       |    Merged in:
        Authors:  Darij Grinberg                 |    Reviewers:
Report Upstream:  N/A                            |  Work issues:
         Branch:                                 |       Commit:
   Dependencies:  #14117                         |     Stopgaps:
-------------------------------------------------+-------------------------

Comment (by nbruin):

 Replying to [comment:4 darij]:
 > thanks once again for the reviews! I fixed all of your issues apart from
 not using {{{is_skew_symmetric()}}} because that method doesn't check
 diagonal entries to be 0 (it only checks them to satisfy x = -x, which is
 not the same in characteristic 2):

 I think that's the definition of skew symmetric/antisymmetric: that
 A^T^=-A. It just happens to be the case that the concepts "symmetric" and
 "antisymmetric" coincide in characteristic 2.

 In other words: skew symmetric matrices don't have to have 0 on their
 diagonal. Note that the terminology comes from bilinear forms, where
 alternating means (v,v)=0, antisymmetric means (v,w)=-(w,v) and symmetric
 means (v,w)=(w,v). "alternating" is not "antisymmetric" in characteristic
 2.

--
Ticket URL: <http://trac.sagemath.org/ticket/15245#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/groups/opt_out.

Reply via email to