This method computes the dimension of the variety associated to a chordal network.
i1 : I = adjacentMinorsIdeal(QQ,2,10); o1 : Ideal of QQ[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t] |
i2 : N = chordalNet I; |
i3 : chordalTria N; |
i4 : dim N o4 = 11 |