Opp ] Cog Sci ] Comp Sci ] [ Notation ] Symbols ]

Notation
If you have problems viewing some of these symbols, see the Special Symbols page

^  - "to the power of" (3^3 = 3 * 3 * 3 = 27)
! - factorial (for example: 4! = 1*2*3*4, and 5! = 4! * 5)
C(n, r) - n choose r, where C(n, r) = n! / [(n-r)!r!]
C(n, r1, r2, ..., rk) = n choose r1, r2, ..., rk
sqrt(x) - the square root of x
å(i=p, q) - summation where i goes from p to q.