-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
54 lines (33 loc) · 1.53 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Forms --- Sesquilinear and Quadratic
John Bamberg
(The University of Western Australia)
Jan De Beule
(Vrije Universiteit Brussel)
This package provides:
- A way to create and use sesquilinear and quadratic forms on
finite vector spaces.
- An operation which finds an isometry between two forms of the same type
- An operation which returns the forms left invariant by a matrix group.
For further information see:
https://gap-packages.github.io/forms
INSTALLATION AND DEPENDENCIES
Just unpack one of the archives in the "pkg" subdirectory of your GAP
installation. The archive is available in several formats:
forms-x.y.tar.gz
forms-x.y-win.zip
forms-x.y.tar.bz2
Unpacking generates a subdirectory "forms". Then you can load the package
by typing in the GAP command line "LoadPackage("forms");". All documentation and
examples are included.
INSTALLATION *outside the GAP main directory*: When you don't have access to
the directory of your main GAP installation you can also install the package(s)
by unpacking inside a directory "MYGAPDIR/pkg", where "MYGAPDIR" is any path in
your home directory that you have access to.
To use packages installed in "MYGAPDIR/pkg", do not forget to start gap with the
extra option '-l ";MYGAPDIR"'.
For questions or comments on the "Forms" package, write to John Bamberg or Jan
De Beule at
Have a lot of fun!
The authors,
John Bamberg and Jan De Beule