File: xrefs.texi

package info (click to toggle)
maxima 5.6-17
  • links: PTS
  • area: main
  • in suites: woody
  • size: 30,572 kB
  • ctags: 47,715
  • sloc: ansic: 154,079; lisp: 147,553; asm: 45,843; tcl: 16,744; sh: 11,057; makefile: 7,198; perl: 1,842; sed: 334; fortran: 24; awk: 5
file content (93 lines) | stat: -rw-r--r-- 2,403 bytes parent folder | download | duplicates (2)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
@node xrefs
@chapter xrefs
@node Introduction to xrefs
@section Introduction to xrefs
@section DILOGARITHM
 - See POLYLOGARITHMS.

@section DILOGS
 - See POLYLOGARITHMS.

@section EIGEN
 - See EIGENVALUES.

@section ETENSR
 - This package has been renamed CTENSR.

@section HYPERGEOMETRIC
 - Do DESCRIBE(SPECINT); .HYPERGEOMETRIC_FUNCTIONS                                        HYPERGEOMETRIC_FUNCTIONS - Do DESCRIBE(SPECINT); .

@section HYPGEO
 - See DESCRIBE(SPECINT); .

@section IC2
 - do DESCRIBE(IC1);.

@section INEQUALITIES
 - See INEQUALITY.

@section INTEGRATION
 - Do DESCRIBE(INTEGRALS);

@section LI
 - This is the notation MACSYMA uses for Polylogarithms and
Dilogarithms.  See POLYLOGARITHMS.

@section LOGCGAMMA2
 - See CGAMMA.

@section MACRO
 - Do DESCRIBE(MACROS);

@section MATRICES
 - See DESCRIBE(MATRIX); .

@section OPERATORS
 - MACSYMA uses the standard Mathematical operators:
  !  for Factorial,
  !! for Double factorial,
  ^ or ** for Exponentiation,
  *  for Multiplication,
  .  for non-commutative multiplication
  /  for Division, 
  +  for Addition, and
  -  for Subtraction.
In addition, it uses some other operators:
  :  for variable assignment (e.g. A:3 sets A to 3).
  := for function definition (e.g. F(X):=SIN(X) defines a function F).
Note: the term operator is used in either of two senses: syntactic
(meaning that it has special syntax properties in the MACSYMA
language) or semantic (referring to its functionality).  In the
syntactic sense it is something which usually consists of
non-alphanumeric characters, e.g. "+" or "*" (exceptions include
"AND", "OR", and "NOT").  Semantically we sometimes refer to the
"operator of an expression", meaning that thing which is in the
operator part of the expression, such as the "+" in "A+B" or SIN in
"SIN(x)".  Note: "+" in this latter example is also an operator in the
syntactic sense, whereas SIN is a mathematical function.

@section PLOTTING
 - see plot3d,plot2d,plot2d_xgraph,psdraw_curve ..

@section RICCI
 - The Ricci tensor, do DESCRIBE(RICCICOM);

@section SIZE
 - See DESCRIBE(NTERMS); and DESCRIBE(LENGTH); for two ways to
get an idea of the size of an expression.

@section TENSOR
 - Do DESCRIBE(TENSORS);

@section VECT
 - See VECTORS

@section VECTOR
 - See VECTORS

@section STORAGE--see
:gargbage_collection   

@c end concepts xrefs
@node Definitions for xrefs
@section Definitions for xrefs