1ztc(1) User Commands ztc(1)
2
3
4
6 ztc - calculate matrix or permutation trace
7
9 ztc [OPTIONS] <File>
10
12 This program reads a matrix or permutation, calculates its trace, and
13 outputs this to the user. If the input file is a matrix, it is read
14 row by row and the diagonal entries are added up. Note that the matrix
15 need not be square. The result is printed in the form
16
17 Trace is N
18
19 For permutations, the trace is calculated as the number of fixed
20 points.
21
23 -Q Quiet, no messages.
24
25 -V Verbose, more messages.
26
27 -T <MaxTime>
28 Set CPU time limit
29
30 -G Produce output in GAP format. This option implies -Q.
31
33 File The matrix or permutation.
34
35
36
37MeatAxe 2.4.24 ztc(1)