Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » strings and nets » Net » Net || Net
next | previous | forward | backward | up | index | toc

Net || Net -- join nets or strings vertically

Description

m||n -- joins nets or strings by concatenating them vertically. The baseline of the result is the baseline of the first one.

In this example, we build a large net with arrows to indicate the location of the baseline.
i1 : x = "x" | "3"^1

      3
o1 = x
i2 : "<--- " | ( x || "" || x ) | " --->"

           3
o2 = <--- x  --->

           3
          x

See also

Ways to use this method:


The source of this document is in Macaulay2Doc/operators/concatenate.m2:48:0.