Difference between revisions of "Subscript"

m (adding doc status category)
Line 1: Line 1:
 
[[Category:Functions that select part of an array]]
 
[[Category:Functions that select part of an array]]
 
+
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 +
 
Subscript(expr,I,x) can be written [[Subscript/Slice Operator|expr[I=x] ]].
 
Subscript(expr,I,x) can be written [[Subscript/Slice Operator|expr[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]].
 
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]].

Revision as of 04:44, 25 April 2007


Subscript(expr,I,x) can be written expr[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: [[expr[I=x] . See Subscript/Slice Operator.

Comments


You are not allowed to post comments.