matrix

Share on Facebook Share on Twitter Email
('trĭks) pronunciation
n., pl., ma·tri·ces ('trĭ-sēz', măt'rĭ-), or ma·trix·es.
  1. A situation or surrounding substance within which something else originates, develops, or is contained: "Freedom of expression is the matrix, the indispensable condition, of nearly every form of freedom" (Benjamin N. Cardozo).
  2. The womb.
  3. Anatomy.
    1. The formative cells or tissue of a fingernail, toenail, or tooth.
    2. See ground substance (sense 1).
  4. Geology.
    1. The solid matter in which a fossil or crystal is embedded.
    2. Groundmass.
  5. A mold or die.
  6. The principal metal in an alloy, as the iron in steel.
  7. A binding substance, as cement in concrete.
    1. Mathematics. A rectangular array of numeric or algebraic quantities subject to mathematical operations.
    2. Something resembling such an array, as in the regular formation of elements into columns and rows.
  8. Computer Science. The network of intersections between input and output leads in a computer, functioning as an encoder or a decoder.
  9. Printing.
    1. A mold used in stereotyping and designed to receive positive impressions of type or illustrations from which metal plates can be cast. Also called mat.
    2. A metal plate used for casting typefaces.
  10. An electroplated impression of a phonograph record used to make duplicate records.

[Middle English matrice, from Old French, from Late Latin mātrīx, mātrīc-, from Latin, breeding-animal, from māter, mātr-, mother.]



meaning 'a mould in which something is shaped' (and other technical meanings), is pronounced may-triks and has the plural form matrices (may-tri-seez) or matrixes.

Previous:matineée, maths, mathematics
Next:matt, mausoleum, maven

An r×c matrix consists of a rectangular array with r rows and c columns, in which the elements are either numbers or algebraic expressions. Example matrices (the plural form) are:




.
When the array is not written out in full, a matrix is usually denoted by a bold-face capital letter, e.g. X, or by a typical element (or entry) from the array, shown in curly brackets, e.g. {xjk}, where xjk is the element in the jth row and kth column of the matrix. If r=c the matrix is square.

If a matrix X={xjk} is multiplied by the real number s, then the result is the matrix sX, in which the element in the jth row and kth column is sxjk. In this context a real number s is often referred to as a scalar.

Two matrices, A and B, can be multiplied together only if the number of columns of one matrix is equal to the number of rows of the other matrix. If A is an m×n matrix and B is an n×p matrix then the product AB is an m×p matrix. However, if pm then the product BA does not exist. The rule for the construction of the product is as follows. Let ejk denote the element in the jth row and kth column of the product AB, with ajk and bjk denoting typical elements in A and B. Then ejk is given by



.
 If A and B have the same values of r and c and if ajk=bjk for all j and k, then A=B.

A diagonal matrix is a square matrix with all elements equal to 0, except for those on the leading diagonal (which runs from top-left to bottom-right). This diagonal is also called the main diagonal. A matrix (not necessarily square) in which all the entries are equal on every negatively sloping diagonal is a Toeplitz matrix. For example:



.
An identity matrix, usually denoted by I, is a diagonal matrix with on-diagonal elements all equal to 1. The size of an identity matrix may be indicated using a suffix: In is an n×n identity matrix.

The transpose of an m×n matrix M is the n×m matrix formed by interchanging the elements of the rows and columns of M. It is denoted by M′. The jth row of M′ is the transpose of the jth column of M and vice versa



.
If a square matrix S, with typical element sjk, is equal to its transpose, S′, then it is a symmetric matrix satisfying sjk=skj, for all j, k.A square matrix that is not symmetric is an asymmetric matrix. If a square matrix S satisfies the equation SS=S then it is idempotent. The product SS may be written as S2. If it exists, the inverse of a square matrix, S, is denoted by S−1. It satisfies the relations that SS−1=S−1S=I.Only square matrices can have an inverse (but see 'generalized inverse' below). If S−1 exists then it will be the same size as S. A matrix that has an inverse is said to be non-singular (or regular, or invertible). A square matrix without an inverse is said to be singular.

A square matrix is described as being an upper triangular matrix if all the elements below the leading diagonal are zero, or as a lower triangular matrix if all the elements above the leading diagonal are zero. The matrices U and L are examples:



.
A generalized inverse (also called a Moore–Penrose inverse) of the m×n matrix M is any n×m matrix M satisfying MMM=M.If a matrix M is multiplied by its transpose (to give either MM′ or M′M) then the result is a symmetric matrix.

If M is square and the product MM′ is an identity matrix, then M′=M−1 and M is said to be an orthogonal matrix.

A matrix with just one row is called a row vector. A matrix with just one column is called a column vector. Column vectors are usually denoted with a bold-face lower-case letter, e.g. x; row vectors are written as their transpose, e.g. x′. A vector with a single element (i.e. a 1×1 matrix) is a scalar.

Vectors multiply together in the same way as matrices (see above). Thus, if v is an n×1 column vector, and v′ is its transpose, then the product vv′ is an n×n symmetric matrix, and the product v′v is a scalar.

The set of n×1 vectors v1, v2,..., vm is linearly independent if the only values of the scalars a1, a2,..., am for which



,
where 0 is an n×1 vector with every element equal to 0, is a1=a2=...=am=0. If the set is not linearly independent then it is linearly dependent, in which case there are values for the scalars a1, a2,..., am, not all equal to 0, such that



A linearly independent set with two or more vectors satisfies the requirement that at least one of the vectors, vk, say, is a linear combination of the others, i.e.



,
for some scalars b1, b2,..., bk−1, bk+1,..., bm.

The rank of a matrix is the maximum number of linearly independent rows, which is the same as the maximum number of linearly independent columns. Thus the rank of a matrix is equal to that of its transpose. If a matrix has r rows and c columns, with rc, then the rank is≤r; if r>c then the rank is≤c. If the rank is equal to the smaller of r and c then the matrix is of full rank.

If A is a square matrix, x is a column vector not equal to 0, and λ is a scalar such that Ax=λx,then x is an eigenvector of A and λ is the corresponding eigenvalue. Eigenvectors and eigenvalues are also referred to as characteristic vectors and characteristic values. If x is the column vector (x1 x2...xn)′ and A is an n×n symmetric matrix with typical element ajk, then the product x′Ax, which is a scalar, is described as a quadratic form because it is equal to



,
which is a linear combination of all the squared terms (such as x12) and cross-products (such as x1x2).

A symmetric matrix A is a positive definite matrix if x′Ax>0 for all non-zero x; it is a positive semi-definite matrix if x′Ax≥0 for all x and there is at least one non-zero x for which x′Ax=0.

The trace of a square matrix is the sum of the terms on the leading diagonal.

The determinant of a 2×2 square matrix, A, is written as |A| or det(A), and is given by |A|=a11a22a12a21.The determinant of a larger matrix is defined recursively in terms of cofactors. The cofactor of the entry ajk is equal to the product of (−1)j+k and the determinant Ajk of the matrix obtained by eliminating the jth row and kth column of A. The recursive definition is



.
In fact



if k=l (otherwise the sum is 0). Similarly,



if j=l and is otherwise 0. Thus, for a 3×3 matrix, A,|A|=a11(a22a33a23a32)−a12(a21a33a23a31)+a13(a21a32a22a31).The eigenvalues of a square matrix A are the roots of the characteristic equationdet(A−λI)=0.




Set of numbers arranged in rows and columns to form a rectangular array. Matrix elements may also be differential operators, vectors, or functions. Matrices have wide applications in engineering, physics, economics, and statistics, as well as in various branches of mathematics. They are usually first encountered in the study of systems of equations represented by matrix equations of the form = , which may be solved by finding the inverse of matrix or by using an algebraic method based on its determinant.

For more information on matrix, visit Britannica.com.

An array of elements in row and column form. See x-y matrix.

Download Computer Desktop Encyclopedia to your PC, iPhone or Android.

1. Paper mold of a printing plate made from a type form; also called mat. A matrix is used primarily for newspaper reproductions where the advertiser needs an inexpensive duplicate and wants to preserve the original for future use. See also stereotype.

2. Small brass mold of a type character, used in the machine casting of type.

Mathematical term describing a rectangular array of elements (numerical data, parameters or variables). Each element within a matrix has a unique position, defined by the row and column.

Previous:Materials Management, Materials Handling, Materiality
Next:Matrix Organization, Mature Economy, Maturity
Top

noun

    A hollow device for shaping a fluid or plastic substance: cast, form, mold. See surface/depth.


1. In mortar, the cement paste in which the fine aggregate particles are embedded.
2. In concrete, the mortar in which the coarse aggregate particles are embedded.



[Ge]

1. The material or sediment in which cultural debris is contained; the surrounding deposit in which archaeological finds are situated.

2. Harris matrix.

3. The main metal component of an alloy.

1. A substance, situation, or environment which encloses something or from which something originates.

2. The extracellular substance secreted by cells that determines the specialized function of each type of connective tissue.

3. The rectangular array of elements presented in rows and columns, used to facilitate the solution of problems.

matrix, in mathematics, a rectangular array of elements (e.g., numbers) considered as a single entity. A matrix is distinguished by the number of rows and columns it contains. The matrix
is a 2×3 (read "2 by 3") matrix, because it contains 2 rows and 3 columns. A matrix having the same number of rows as columns is called a square matrix. The matrix
is a 2×2 matrix, or square matrix of order 2; a square matrix of order n contains n rows and n columns. Definitions are made for certain operations with matrices; for example, a matrix may be multiplied by a number, and two matrices of the same order may be added or multiplied using an algebra of matrices that has been developed. Matrices find application in such fields as vector analysis and the solution of systems of linear equations by means of electronic computers.

Bibliography

See R. C. Dorfi, Matrix Algebra (1969).


(pl. matrices or matrixes)
  1. a medium or place wherein something is formed, develops, or is embedded or enclosed.
  2. the medium that forms, or supports, the stationary phase in certain separative procedures, as in chromatography or zone electrophoresis; the material that forms, or is used to form, the substratum of an immobilized reagent in affinity chromatography.
  3. (in animal histology) see extracellular matrix.
  4. (in plant histology) the meshwork of soluble substances, largely polysaccharide in nature, occurring in cell walls and in which insoluble microfibrils of cellulose are embedded.
  5. see mitochondrial matrix.
  6. cytoplasmic matrix; see groundplasm.
  7. the substratum, living or nonliving, in or on which a fungus or lichen grows.
  8. (in mathematics) any rectangular array of numbers or symbols manipulable algebraically as a single entity and used according to specific rules to facilitate solving of certain kinds of problems, e.g. a set of simultaneous linear equations.

Previous:matriptase, matripsin, matrin
Next:matrix Gla protein, matrix attachment region, matrix metalloproteinase

Pl. matrices [L.]
1. the intercellular substance of a tissue, such as bone matrix.
2. the tissue from which a structure develops, such as hair or nail matrix.
3. a rectangular arrangement of quantities or symbols.

  • bone m. (1) — see bone matrix.
  • cartilage m. (1) — the intercellular substance of cartilage, consisting of cells and extracellular fibers embedded in an amorphous ground substance.
  • claw m. (2) — the claw bed. Called also matrix unguis.
  • correlation m. (3) — a square table giving a correlation between each pair of a set of variables. The diagonal elements give the correlation of a variable with itself, namely 1.
  • covariance m. — similar to the correlation matrix but gives the variances and covariances.
  • m. Gla protein — part of the organic phase of bones; found tightly bound to the bone morphogenetic protein of Urist.
  • transition m. (3) — a table of values used in a markov chain mathematical model, giving the probability of a transition from one state to another in a specified time interval.
  • m. unguis — see claw matrix (above).
(mā'triks)
n

1. an intergranular substance that acts somewhat as a cementing material for other particles; for example, zinc phosphate cement is made of undissolved zinc oxide particles, surrounded and held or cemented together by phosphate compounds. The phosphate compounds make up the matrix n 2. a mechanical or artificial wall that completes the mold into which plastic material is inserted. n 3. a mold into which something is formed. See also bone; splint.

Random House Word Menu:

categories related to 'matrix'

Top
Random House Word Menu by Stephen Glazier
For a list of words related to matrix, see:

  See crossword solutions for the clue Matrix.

Matrix may refer to:

Contents

Math and science

Film and television

Music and audio

Comics and literature

Business and law

Transportation

Other uses

See also


Top

Dansk (Danish)
n. - matrice, støbeform

Nederlands (Dutch)
matrijs, baarmoeder, iets waarin iets anders zich ontwikkelt, vorm, knipinstrument, stempel, inbeddingsmateriaal, elektrisch circuit, hoofdzin die bijzin bevat, matrix

Français (French)
n. - (Anat, Comput, Ling, Math, Imprim, Tech) matrice, (Minér) gangue

Deutsch (German)
n. - Matrize, Matrix

Ελληνική (Greek)
n. - μήτρα (κν. καλούπι), (μαθημ.) μήτρα, μητρώο, (ανατ.) μεσοκυττάρια ουσία

Italiano (Italian)
matrice

Português (Portuguese)
n. - matriz (f), útero (m), madre (f)

Русский (Russian)
матрица, матка

Español (Spanish)
n. - molde, matriz

Svenska (Swedish)
n. - matris, gjutform, matrix (anat.), källa, malmåder

中文(简体)(Chinese (Simplified))
母体, 子宫, 基础, 基质

中文(繁體)(Chinese (Traditional))
n. - 母體, 子宮, 基礎, 基質

한국어 (Korean)
n. - 지형, 자궁, 형태

日本語 (Japanese)
n. - 母体, 基盤, 細胞間質, 爪母基, マトリックス, 母型文, 母型, 原盤
v. - マトリックス化する

العربيه (Arabic)
‏(الاسم) رحم الأم, قالب‏

עברית (Hebrew)
n. - ‮אימה, מטריצה, טבלה‬


Best of Web:

matrix

Top
Some good "matrix" pages on the web:

Math
mathworld.wolfram.com

Post a question - any question - to the WikiAnswers community:

Copyrights:

Mentioned in

inverse matrix (mathematics)
continuant (mathematics)