Artifact b97d2743cc4069c424ab418107fbd2f69286273c5c46a1ce722c19bb8f04feaa:
- Executable file
r37/packages/misc/lie.red
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 329) [annotate] [blame] [check-ins using] [more...]
- Executable file
r38/packages/misc/lie.red
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 329) [annotate] [blame] [check-ins using]
module lie; % Header module for classification of Lie algebras. % Author: Carsten and Franziska Schoebel. % Copyright (c) 1993 The Leipzig University, Computer Science Dept. % All Rights Reserved. create!-package('(lie liendmc1 lie1234),'(contrib lie)); switch tr_lie; load!-package 'matrix; endmodule; end;