Print a warning when translating subscripted functions
[maxima.git] / archive / doc / xrefs.texi
blobaa4de13466dc05043bbe4d84b6ba6f6b7bf30c7b
1 @node xrefs
2 @chapter xrefs
3 @node Introduction to xrefs
4 @section Introduction to xrefs
5 @section DILOGARITHM
6  - See POLYLOGARITHMS.
8 @section DILOGS
9  - See POLYLOGARITHMS.
11 @section EIGEN
12  - See EIGENVALUES.
14 @section ETENSR
15  - This package has been renamed CTENSR.
17 @section HYPERGEOMETRIC
18  - Do DESCRIBE(SPECINT); .HYPERGEOMETRIC_FUNCTIONS                                        HYPERGEOMETRIC_FUNCTIONS - Do DESCRIBE(SPECINT); .
20 @section HYPGEO
21  - See DESCRIBE(SPECINT); .
23 @section IC2
24  - do DESCRIBE(IC1);.
26 @section INEQUALITIES
27  - See INEQUALITY.
29 @section INTEGRATION
30  - Do DESCRIBE(INTEGRALS);
32 @section LI
33  - This is the notation MACSYMA uses for Polylogarithms and
34 Dilogarithms.  See POLYLOGARITHMS.
36 @section LOGCGAMMA2
37  - See CGAMMA.
39 @section MACRO
40  - Do DESCRIBE(MACROS);
42 @section MATRICES
43  - See DESCRIBE(MATRIX); .
45 @section OPERATORS
46  - MACSYMA uses the standard Mathematical operators:
47   !  for Factorial,
48   !! for Double factorial,
49   ^ or ** for Exponentiation,
50   *  for Multiplication,
51   .  for non-commutative multiplication
52   /  for Division, 
53   +  for Addition, and
54   -  for Subtraction.
55 In addition, it uses some other operators:
56   :  for variable assignment (e.g. A:3 sets A to 3).
57   := for function definition (e.g. F(X):=SIN(X) defines a function F).
58 Note: the term operator is used in either of two senses: syntactic
59 (meaning that it has special syntax properties in the MACSYMA
60 language) or semantic (referring to its functionality).  In the
61 syntactic sense it is something which usually consists of
62 non-alphanumeric characters, e.g. "+" or "*" (exceptions include
63 "AND", "OR", and "NOT").  Semantically we sometimes refer to the
64 "operator of an expression", meaning that thing which is in the
65 operator part of the expression, such as the "+" in "A+B" or SIN in
66 "SIN(x)".  Note: "+" in this latter example is also an operator in the
67 syntactic sense, whereas SIN is a mathematical function.
69 @section PLOTTING
70  - see plot3d,plot2d,plot2d_xgraph,psdraw_curve ..
72 @section RICCI
73  - The Ricci tensor, do DESCRIBE(RICCICOM);
75 @section SIZE
76  - See DESCRIBE(NTERMS); and DESCRIBE(LENGTH); for two ways to
77 get an idea of the size of an expression.
79 @section TENSOR
80  - Do DESCRIBE(TENSORS);
82 @section VECT
83  - See VECTORS
85 @section VECTOR
86  - See VECTORS
88 @section STORAGE--see
89 :gargbage_collection   
91 @c end concepts xrefs
92 @node Definitions for xrefs
93 @section Definitions for xrefs