|
|||||||||||||||||
![]() |
![]() |
![]() |
|||||||||||||||
|
Summation 'Sigma' Notation
What is the meaning of Sigma Symbol? Greek Alphabet Sigma has been used widely as a notation for summation
Index is always integer. LastIndex must be greater or equal to the firstIndex .
Example
If we have a sequence of numbers
Why do we need to put a sigma symbol? Using this symbol, you can simplify the notation of addition. Instead of writing all the symbols such as
Sometimes I see the sigma symbol is without index, what is the meaning? When the range of index is clear, the firstIndex and lastIndex can be omitted. You do not need to write from where it begins and until what index it stops if people can already understand without them.
Example: Matrix Trace of a matrix is the summation of diagonal element of a matrix
When the index is clear, even the index name can be omitted. You do not need to put any index at all. The notation becomes even neater.
Example: Vector Length of vector is a square root of the sum of square of vector component
<Previous | Next | Contents>
Preferable reference for this tutorial is Teknomo, Kardi. Summation Tutorial. http://people.revoledu.com/kardi/tutorial/basicmath/sum/
|
|||||||||||||||
|
||||||||||||||||
© 2006 Kardi Teknomo. All Rights Reserved. Designed by CNV Media |
||||||||||||||||