Difference between revisions of "Subscript"

Line 4: Line 4:
 
= Subscript(A,I,x) =
 
= Subscript(A,I,x) =
  
«A» and «x» are expressions that are evaluated. «I» is the name of an index.
+
Returns the value, or more generally, the slice of «A» for which index «I» equals «x».
 +
This function is the same as the more convenient syntax [[Subscript/Slice Operator|A[I=x] ]].
  
Subscript(A,I,x) can be written [[Subscript/Slice Operator|A[I=x] ]].
+
For more details, see [[Subscript/Slice Operator]].
 
 
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 22:27, 6 March 2010


Subscript(A,I,x)

Returns the value, or more generally, the slice of «A» for which index «I» equals «x». This function is the same as the more convenient syntax A[I=x] .

For more details, see Subscript/Slice Operator.

Comments


You are not allowed to post comments.