1zsi(1) User Commands zsi(1)
2
3
4
6 zsi - sum and intersection of spaces
7
9 zsi [OPTIONS] <Space1> <Space2> <Sum> <Int>
10
12 This program reads in two spaces from Space1 and Space2 and writes out
13 their sum and intersection, in semi-echelon form, to Sum and Int,
14 respectively. The input files must be matrices over the same field and
15 with the same number of columns. They need not be in echelon form.
16
17 There must be enough memory to hold two copies of each of the two spa‐
18 ces at the same time.
19
21 -Q Quiet, no messages.
22
23 -V Verbose, more messages.
24
25 -T <MaxTime>
26 Set CPU time limit
27
29 Space1 The first space.
30
31 Space2 The second space.
32
34 Sum The sum of the spaces.
35
36 Int The intersection of the spaces.
37
38
39
40MeatAxe 2.4.24 zsi(1)