J-dizzal
- 394
- 6
Could anyone clarify what is the name of the i,j,k notation for vectors if there even is one?
Last edited:
anorlunda said:I'm not sure what you're really asking, but the letters I, j ,k, l, m, and n are commonly used in all mathematical notation to represent integer values. It is just a convention that is attributed to Leonhard Euler.
rootone said:Afaik, 'i' is just a simple shorthand notation symbolising an 'integer'.
If you need more than one integer to write some algorithm it's just a bit more 'understandable' to use j.k.l etc for the additional integers.
You could use i1, i2,i3 instead as symbols representing the same quantity, but that just makes thing more difficult to comprehend (imo).