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(A,I,x) =
+
== Subscript(A, I, x) ==
  
 
Returns the value, or more generally, the slice of «A» for which index «I» equals «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 [[Subscript/Slice Operator|A[I=x] ]].
+
 
 +
This function is the same as the more convenient syntax [[Subscript/Slice Operator|A[I = x] ]].
  
 
For more details, see [[Subscript/Slice Operator]].
 
For more details, see [[Subscript/Slice Operator]].

Revision as of 21:01, 11 January 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.

Comments


You are not allowed to post comments.