|  |  D.5.18.12 displayCohom Procedure from librarysheafcoh.lib(see  sheafcoh_lib).
 
Usage:
displayCohom(data,l,h,n); data intmat, l,h,n int
Assume:
h>=l,datais the return value ofsheafCoh(M,l,h)or ofsheafCohBGG(M,l,h), and the
basering hasn+1variables.
Return:
none
Note:
The intmat is displayed in a diagram of the following form: 
 where|  |                 l            l+1                      h
  ----------------------------------------------------------
      n:     h^n(F(l))    h^n(F(l+1))   ......    h^n(F(h))
           ...............................................
      1:     h^1(F(l))    h^1(F(l+1))   ......    h^1(F(h))
      0:     h^0(F(l))    h^0(F(l+1))   ......    h^0(F(h))
  ----------------------------------------------------------
    chi:     chi(F(l))    chi(F(l+1))   ......    chi(F(h))
 | 
 Frefers to the associated sheaf ofMon P^n.A
 '-'in the diagram refers to a zero entry, a'*'refers to a negative entry (= dimension not yet determined).
 |