Changeset a2c2031 in git for Singular/LIB/ncalg.lib


Ignore:
Timestamp:
Jan 23, 2007, 4:03:37 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
c2ff58d1fda705076a60d2dfe0768fc2fe451ee0
Parents:
b1fb094b91436ca736d5cc1bc5703fe20e0986ed
Message:
*hannes: format


git-svn-id: file:///usr/local/Singular/svn/trunk@9746 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ncalg.lib

    rb1fb09 ra2c2031  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: ncalg.lib,v 1.22 2006-11-27 13:29:59 levandov Exp $";
     2version="$Id: ncalg.lib,v 1.23 2007-01-23 15:03:31 Singular Exp $";
    33category="Noncommutative";
    44info="
     
    1212@* There are quantized enveloping algebras U_q(sl_2) and U_q(sl_3) (via functions @code{makeQsl2}, @code{makeQsl3})
    1313and non-standard quantum deformation of so_3, accessible via @code{makeQso3} function.
    14 @* For bigger algebras we suppress the output of the (lengthy) list of non-commutative relations 
     14@* For bigger algebras we suppress the output of the (lengthy) list of non-commutative relations
    1515and provide only the number of these relations instead.
    1616
     
    655655proc makeUso3(list #)
    656656"USAGE:   makeUso3([p]), p an optional int
    657 PURPOSE: set up the real U(so_3) algebra in the symmetric presentation; if p is specified, 
     657PURPOSE: set up the real U(so_3) algebra in the symmetric presentation; if p is specified,
    658658RETURN:  ring
    659659NOTE:    activate this ring with the @code{setring} command
Note: See TracChangeset for help on using the changeset viewer.