Really newbie question, Can someone clearly define Indice?

Feb 6, 2012 at 1:02pm
Can someone clearly define Indices?
Last edited on Feb 6, 2012 at 1:02pm
Feb 6, 2012 at 1:03pm
What are those?
Feb 6, 2012 at 1:15pm
Do you mean mathematically?

If you had 2^3 or 9^10 in maths, the 3 and 10 (what the number is to the power of) are known as indices.


Or in programming?

Indices could be a plural of index, and an index could be, for example, a point in an array you're trying to access. For example, in my_array[4], 4 is the index of the array being accessed.
Last edited on Feb 6, 2012 at 1:15pm
Feb 6, 2012 at 1:17pm
If you had 2^3 or 9^10 in maths, the 3 and 10 (what the number is to the power of) are known as indices.

Exponents, you mean.
The meaning of the word index is more or less the same in programming and mathematics.
Last edited on Feb 6, 2012 at 1:21pm
Feb 7, 2012 at 10:47pm
Exponents indeed. Although I was trying to avoid the word under the circumstances. I figured if some was unfamiliar with the term 'indices' then they may be equally as unfamiliar with 'exponents'.
Topic archived. No new replies allowed.