1GIAC(1)                     General Commands Manual                    GIAC(1)
2
3
4

NAME

6       giac - computer algebra system
7

SYNOPSIS

9       giac [options] files
10       icas [options] files
11       xcas  files
12       cas_help  keyword
13

DESCRIPTION

15       giac is an advanced symbolic and numeric calculator by Bernard Parisse.
16       The console interface is named icas or  equivalently  giac  The  correā€
17       sponding GUI program is called xcas.  These programs has extensive html
18       documentation; One can also obtain some help about a keyword like this:
19
20          0>> ?gcd
21          Returns the greatest common divisor  of  2  polynomials  of  several
22       variables
23          or of 2 integers or of 2 rationals.
24          (Intg(a) or Poly),(Intg(b) or Poly)
25          gcd(45,75);gcd(15/7,50/9);gcd(x^2-2*x+1,x^3-1);gcd(t^2-2*t+1,t^2+t-2);
26          gcd((x^2-1)*(y^2-1)*z^2,x^3*y^3*z+(-(y^3))*z+x^3*z-z)
27          lcm,euler,modgcd,ezgcd,psrgcd,heugcd,Gcd
28
29
30

OPTIONS

32       --version
33              Show version of program.
34
35       --texmacs
36              To call giac/icas from Texmacs
37
38       --emacs
39              To call giac/icas from Emacs
40
41       --sage To call giac from Sage
42
43

SEE ALSO

45       The programs are documented fully by GIAC/XCAS manual in html format in
46       /usr/share/giac/doc.
47
48       C++  programers  will  find some informations about the giac library in
49       the info manual.
50
51

AUTHOR

53       Bernard Parisse. http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
54

LICENSE

56       GPLv3+
57
58
59
60
61                                   2014-4-6                            GIAC(1)
Impressum