Difference between revisions of "Subscript"

Line 2: Line 2:
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
   
 
   
Subscript(expr,I,x) can be written [[Subscript/Slice Operator|expr[I=x] ]].
+
= Subscript(A,I,x) =
  
Subscript is one of the most commonly used, and most powerful functions in Analytica.  Because of its ubiquity, it is often used in its abbreviated form: [[Subscript/Slice Operator|expr[I=x] ]].  See [[Subscript/Slice Operator]].
+
«A» and «x» are expressions that are evaluated.  «I» is the name of an index.
 +
 
 +
Subscript(A,I,x) can be written [[Subscript/Slice Operator|A[I=x] ]].
 +
 
 +
Subscript is one of the most commonly used, and most powerful functions in Analytica.  Because of its ubiquity, it is often used in its abbreviated form: [[Subscript/Slice Operator|A[I=x] ]].  See [[Subscript/Slice Operator]].

Revision as of 23:44, 20 September 2009


Subscript(A,I,x)

«A» and «x» are expressions that are evaluated. «I» is the name of an index.

Subscript(A,I,x) can be written A[I=x] .

Subscript is one of the most commonly used, and most powerful functions in Analytica. Because of its ubiquity, it is often used in its abbreviated form: A[I=x] . See Subscript/Slice Operator.

Comments


You are not allowed to post comments.