File: sym1.mac

package info (click to toggle)
maxima 5.47.0-9
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 193,104 kB
  • sloc: lisp: 434,678; fortran: 14,665; tcl: 10,990; sh: 4,577; makefile: 2,763; ansic: 447; java: 328; python: 262; perl: 201; xml: 60; awk: 28; sed: 15; javascript: 2
file content (44 lines) | stat: -rw-r--r-- 1,910 bytes parent folder | download | duplicates (14)
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
/* Fichier sym.mac
                     Version 02 Mars 1999 sans autoload

;       ***************************************************************
;       *                    MODULE SYM                               *
;       *       MANIPULATIONS DE FONCTIONS SYMETRIQUES                *
;       *        (version02: Commonlisp pour Maxima)                  *
;       *                                                             *
;       *                ----------------------                       *
;       *                  Annick VALIBOUZE                           *
;       *                    GDR MEDICIS                              *
;       *  (Mathe'matiques Effectives, De'veloppements Informatiques, *
;       *           Calculs et Ingenierie, Syste`mes)                 *
;       *         Laboratoire LIP6 (Equipe Calcul Formel)             *
;       *                 Universite' Paris 6,                        *
;       *        4 place Jussieu, 75252 Paris cedex 05.               *
;       *              e-mail : avb@sysal.ibp.fr                      *
;       ***************************************************************
*/


/* valeurs par defauts qui ne doivent pas ecraser celles deja donnees
par l'utilisateur */

if ev(schur2comp)='schur2comp then schur2comp : pol;
if ev(direct)='direct then direct : puissances;
if ev(oper)='oper then  oper :  meval; 
if ev(kak)='kak then  kak : 1;
if ev(elem)='elem then elem : 1;
if ev(pui)='pui then pui: 1;
if ev(pui2ele)='pui2ele then pui2ele : girard;
if ev(somrac)='somrac then somrac: puissances;
if ev(resulsym)='resulsym then resulsym: 14;

print(resolvante);
if ev(resolvante)='resolvante then resolvante: generale;
print(resolvante);
if ev(directnew)='directnew then directnew: parallele ;

print("");
print("NOTE: To compile the system do");
print("load(\"sym/compile\");");

block (load ("load-sym-lisp-files"), 'done);