> < ^ Date: Tue, 17 Jul 2001 13:11:53 -0400
< ^ From: Craig Struble <cstruble@vt.edu >
^ Subject: Hopf Version 0.4

This is a multi-part message in MIME format.

--Boundary_(ID_L34p+LeU7vsR6/9ndQH48w)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit

Dear GAP Forum,

It is my pleasure to announce the release of version 0.4 of Hopf, a
system extending GAP's capabilities in noncommutative associative
algebras and Hopf algebras. The release may be obtained from

http://pigweed.cs.vt.edu/hopf

by clicking on the "Software" link on the left side of the web page.
This release incorporates several bug fixes and adds support for the
decomposition of finite dimensional modules defined over path algebras
that are vector spaces over finite fields.

In upcoming releases, the Hopf team will be focused on preparing the
system for formal review as a share package. We would appreciate
feedback that will help us to improve the overall quality of the system
for that review.

During the next two weeks, I will be moving to a new position and will
have limited email access. Please be patient if you send email with a
question.

The full README file is included below.

Craig Struble

The Hopf share package for GAP 4.2
==================================

Version 0.4; July 17, 2001
Copyright (C) 2001 Virginia Polytechnic Institute and State University.
Copyright (C) 2001 Virginia Tech Hopf Project. All rights reserved.

Introduction
------------

Hopf is designed as a GAP 4.2 share package providing new functions in
noncommutative algebra. Currently Hopf provides the following features:

- Path algebras and their quotients
- Matrix representations of path algebras and their quotients
- Connection to Opal for computing Groebner bases
- Projective modules over path algebras
- Modules over path algebras defined by projective presentations
- Endomorphism rings and homomorphism spaces of modules over path
algebras
- Decomposition of finite modules over path algebras
- Tensor products of vector spaces, algebras, and algebra maps
- Hopf algebras

Contents
--------

The following should be included with this version of Hopf.

README - this file
LICENSE - the license governing Hopf usage
doc - the user manual
gap - the GAP source code
bin - location for opal
examples - code examples from the user manual
init.g - package initialization
read.g - package initialization
tests - tests for the package (empty)
noweb - Noweb literate program for Hopf

Obtaining
---------

Hopf can be obtained from the project home page:

http://pigweed.cs.vt.edu/hopf/

To use the Opal Groebner basis system, obtain Opal from the Opal home
page:

http://pigweed.cs.vt.edu/opal/

Installation
------------

The easiest installation is to place hopf_0.4.tar.gz in the `pkg'
directory of your GAP installation. Assuming ${GAPDIR} is the location
of your GAP installation, the following steps will unpack
hopf_0.4.tar.gz

cd ${GAPDIR}/pkg
gunzip hopf_0.4.tar.gz
tar xf hopf_0.4.tar.gz

A directory named `hopf' should now exist in ${GAPDIR}/pkg. To configure
Hopf to use Opal, first retrieve and install Opal from the web site
listed above. Assuming Opal is installed in ${OPALDIR}, the following
steps will configure Hopf to use Opal

cd ${GAPDIR}/pkg/hopf
./configure --gapdir=${GAPDIR} --opaldir=${OPALDIR}

If you do not have write access to the GAP installation, you can create
a
directory named `pkg' and follow the steps for unpacking hopf_0.4.tar.gz
replacing ${GAPDIR} with the directory containing the newly created
`pkg' directory. Configuration for Opal is the same, except that the
configure script is run from the `pkg/hopf' directory created while
unpacking Hopf. If ${PKGDIR} is the directory containing the `pkg'
directory you created, executing GAP with the command

gap -l "${PKGDIR}/;${GAPDIR}/"

Note that the terminating slashes are required by GAP. See the GAP
manual for more information regarding the -l command line option.

Using Hopf
----------

The Hopf share package can be loaded in GAP with

RequirePackage("hopf");

See the user manual in the doc directory for more information regarding
the use of Hopf.

Contact
-------

Send email to hopfinfo@pigweed.cs.vt.edu with questions or comments.

--
Craig A. Struble, Ph.D. cstruble@vt.edu
Visiting Assistant Professor http://www.cs.vt.edu/~cstruble
Computer Science, Virginia Tech

--Boundary_(ID_L34p+LeU7vsR6/9ndQH48w)
Content-type: text/x-vcard; name=cstruble.vcf; charset=us-ascii
Content-description: Card for Craig Struble
Content-disposition: attachment; filename=cstruble.vcf
Content-transfer-encoding: 7bit

begin:vcard
n:Struble;Craig
tel;fax:(540)231-6075
tel;home:(540)394-8005
tel;work:(540)231-5914
x-mozilla-html:FALSE
url:http://www.cs.vt.edu/~cstruble
org:Virginia Tech;Computer Science
version:2.1
email;internet:cstruble@vt.edu
title:Visiting Assistant Professor
adr;quoted-printable:;;Department of Computer Science (0106)=0D=0AVirginia Tech;Blacksburg;VA;24061;USA
fn:Craig A. Struble
end:vcard

--Boundary_(ID_L34p+LeU7vsR6/9ndQH48w)--

> < [top]