Difference between revisions of "Subscript"

m (adding doc status category)
 
(4 intermediate revisions by 3 users not shown)
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]].
+
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] ]].
 +
 
 +
For more details, see [[Subscript/Slice Operator]].
 +
 
 +
==See Also==
 +
* [[Subscript/Slice Operator]]

Latest revision as of 20:32, 23 March 2016


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.

See Also

Comments


You are not allowed to post comments.