1zfr(1) User Commands zfr(1)
23
4
NAME
6zfr - apply Frobenius automorphism to a matrix
7
SYNOPSIS
9zfr [OPTIONS] <Matrix> <Result>
10
DESCRIPTION
12This program reads a matrix, applies the Frobenius automorphism
13x|->x^p, where p is the characteristic of the field, to each entry and
14writes out the result.
15
OPTIONS
17-Q Quiet, no messages.
1819
-V Verbose, more messages.
2021
-T <MaxTime>
22Set CPU time limit
23
INPUT FILES
25Matrix The matrix.
26
OUTPUT FILES
28Result The transformed matrix.
2930
31
32
MeatAxe 2.4.24 zfr(1)