Macaulay2 » Documentation
Packages » Macaulay2Doc :: String ^ Sequence
next | previous | forward | backward | up | index | toc

String ^ Sequence -- vertically stacked copies of a string

Synopsis

Description

i1 : s = "|"

o1 = |
i2 : s^(4,3)

     |
     |
     |
o2 = |
     |
     |
     |
i3 : n = net(x_0)

o3 = x
      0
i4 : n0 = s^(height n, depth n)

o4 = |
     |
i5 : n0|n|n0

o5 = |x |
     | 0|

See also

Ways to use this method: