1zpo(1) User Commands zpo(1)
2
3
4
6 zpo - power of a matrix or permutation
7
9 zpo [OPTIONS] <In> <N> <Result>
10
12 This program calculates the Nth power of a matrix or permutation. The
13 exponent N may be negative. For compatibility with the old zsm pro‐
14 gram, the power may be specified in the zsm format. The following
15 example shows two equivalent ways to calculate the 69th power of a
16 matrix:
17
18 zpo matrix 69 result
19 zpo matrix pwr69 result
20
22 -Q Quiet, no messages.
23
24 -V Verbose, more messages.
25
26 -T <MaxTime>
27 Set CPU time limit
28
29
30
31MeatAxe 2.4.24 zpo(1)