combinat::alternatingSignMatrices – alternating sign matrices

combinat::alternatingSignMatrices represents the combinatorial class of alternating sign matrices.

→ Examples

Categories

Cat::GradedCombinatorialClass, Cat::FacadeDomain(matrix)

Details:

Method count is inherited from Cat::GradedCombinatorialClass.

Method generator is inherited from Cat::GradedCombinatorialClass.

Method list is inherited from Cat::GradedCombinatorialClass.

Example 1:

We start by counting the number of alternating sign matrices; this uses the classical (and hard to prove!) formula math:

combinat::alternatingSignMatrices::count(n) $ n = 0..10

math

From this, we see that the first alternating sign matrix that is not a permutation matrix is of size math. Here it is:

combinat::alternatingSignMatrices::list(3)

math

Background:

See the Wikipedia article on alternating sign matrices: http://en.wikipedia.org/wiki/Alternating_sign_matrix.

Changes in MuPAD 4.0

New Function.