Macaulay2 » Documentation
Packages » Chordal :: ChordalNetChain
next | previous | forward | backward | up | index | toc

ChordalNetChain -- a chain of a chordal network

Description

This type represents a chain of a chordal network.

Let $N$ be a chordal network in variables $x_1,\dots,x_n$. A chain is a tuple $C = (N_1,...,N_n)$ of nodes of the network such that $rank N_i = x_i$, and the nodes are connected in the network.

The constructor of this type is nextChain.

Any chain has an associated triangular system, given by the union of the equations and inequations in each of the nodes. Such triangular system can be obtained with triaSystem(N,C). The command dim C computes the dimension of this system.

See also

Functions and methods returning an object of class ChordalNetChain :

Methods that use an object of class ChordalNetChain :

For the programmer

The object ChordalNetChain is a type, with ancestor classes HashTable < Thing.