শনিবার, ১৮ জানুয়ারী, ২০১৪

Figurate Number

PolygonalNumber
A figurate number, also (but mostly in texts from the 1500 and 1600s) known as a figural number (Simpson and Weiner 1992, p. 587), is a number that can be represented by a regular geometrical arrangement of equally spaced points. If the arrangement forms a regular polygon, the number is called a polygonal number. The polygonal numbers illustrated above are called triangular, square, pentagonal, and hexagonal numbers, respectively. Figurate numbers can also form other shapes such as centered polygons, L-shapes, three-dimensional solids, etc.
The nth regular r-polytopic number is given by
P_r(n)=((n; r))
(1)
=(n+r-1; r)
(2)
=(n^((r)))/(r!),
(3)
where ((n; r)) is the multichoose function, (n; k) is a binomial coefficient, and n^((k)) is a rising factorial. Special cases therefore include the triangular numbers
 P_2(n)=1/2n(n+1),
(4)
tetrahedral numbers
 P_3(n)=1/6n(n+1)(n+2),
(5)
pentatope numbers
 P_4(n)=1/(24)n(n+1)(n+2)(n+3),
(6)
and so on (Dickson 2005, p. 7).
The following table lists the most common types of figurate numbers.
figurate numberformula
biquadratic numbern^4
centered cube number(2n-1)(n^2-n+1)
centered pentagonal number1/2(5n^2+5n+2)
centered square numbern^2+(n-1)^2
centered triangular number1/2(3n^2-3n+2)
cubic numbern^3
decagonal number4n^2-3n
gnomonic number2n-1
Haűy octahedral number1/3(2n-1)(2n^2-2n+3)
Haűy rhombic dodecahedral number(2n-1)(8n^2-14n+7)
heptagonal number1/2n(5n-3)
hex number3n^2+3n+1
heptagonal pyramidal number1/6n(n+1)(5n-2)
hexagonal numbern(2n-1)
hexagonal pyramidal number1/6n(n+1)(4n-1)
octagonal numbern(3n-2)
octahedral number1/3n(2n^2+1)
pentagonal number1/2n(3n-1)
pentagonal pyramidal number1/2n^2(n+1)
pentatope number1/(24)n(n+1)(n+2)(n+3)
pronic numbern(n+1)
rhombic dodecahedral number(2n-1)(2n^2-2n+1)
square numbern^2
square pyramidal number1/6n(n+1)(2n+1)
stella octangula numbern(2n^2-1)
tetrahedral number1/6n(n+1)(n+2)
triangular number1/2n(n+1)
truncated octahedral number16n^3-33n^2+24n-6
truncated tetrahedral number1/6n(23n^2-27n+10)

Ref: mathworld.wolfram.com

Linear Algebra

Linear algebra is the study of linear sets of equations and their transformation properties. Linear algebra allows the analysis of rotations in space,least squares fitting, solution of coupled differential equations, determination of a circle passing through three given points, as well as many other problems in mathematics, physics, and engineering. Confusingly, linear algebra is not actually an algebra in the technical sense of the word "algebra" (i.e., a vector space V over a field F, and so on).
The matrix and determinant are extremely useful tools of linear algebra. One central problem of linear algebra is the solution of the matrix equation
 Ax=b
for x. While this can, in theory, be solved using a matrix inverse
 x=A^(-1)b,
other techniques such as Gaussian elimination are numerically more robust.
In addition to being used to describe the study of linear sets of equations, the term "linear algebra" is also used to describe a particular type of algebra. In particular, a linear algebra L over a field F has the structure of a ring with all the usual axioms for an inner addition and an inner multiplication together with distributive laws, therefore giving it more structure than a ring. A linear algebra also admits an outer operation of multiplication by scalars (that are elements of the underlying field F). For example, the set of all linear transformations from a vector space V to itself over a field F forms a linear algebra over F. Another example of a linear algebra is the set of all real square matrices over the field R of the real numbers.

Ref: mathworld.wolfram.com