翻訳と辞書
Words near each other
・ Matrioshka brain
・ Matriptase
・ Matris Domini Monastery
・ Matrix
・ Matrix & Futurebound
・ Matrix & Futurebound discography
・ Matrix (bandy club)
・ Matrix (biology)
・ Matrix (chemical analysis)
・ Matrix (club)
・ Matrix (communication protocol)
・ Matrix (Doctor Who)
・ Matrix (geology)
・ Matrix (hair)
・ Matrix (jazz group)
Matrix (mathematics)
・ Matrix (music)
・ Matrix (musician)
・ Matrix (novel)
・ Matrix (numismatics)
・ Matrix (printing)
・ Matrix (talk show)
・ Matrix (TV series)
・ Matrix addition
・ Matrix analysis
・ Matrix analytic method
・ MATRIX Architects Engineers Planners, Inc.
・ Matrix Band
・ Matrix Biology (journal)
・ Matrix Business Technologies


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Matrix (mathematics) : ウィキペディア英語版
Matrix (mathematics)

In mathematics, a matrix (plural matrices) is a rectangular ''array''〔equivalently, ''table''〕—of numbers, symbols, or expressions, arranged in ''rows'' and ''columns''—that is interpreted and manipulated in certain prescribed ways. One such way is to state the dimensions of the matrix. For example, the dimensions of the matrix below are ''2'' × ''3'' (read "two by three"), because there are two rows and three columns.
:::::::\begin1 & 9 & -13 \\20 & 5 & -6 \end
The individual items in a matrix are called its ''elements'' or ''entries''. Provided that they are the same size (have the same number of rows and the same number of columns), two matrices can be added or subtracted element by element. The rule for matrix multiplication, however, is that two matrices can be multiplied only when the number of columns in the first equals the number of rows in the second. A major application of matrices is to represent linear transformations, that is, generalizations of linear functions such as . For example, the rotation of vectors in three dimensional space is a linear transformation which can be represented by a rotation matrix R: if v is a column vector (a matrix with only one column) describing the position of a point in space, the product Rv is a column vector describing the position of that point after a rotation. The product of two transformation matrices is a matrix that represents the composition of two linear transformations. Another application of matrices is in the solution of systems of linear equations. If the matrix is square, it is possible to deduce some of its properties by computing its determinant. For example, a square matrix has an inverse if and only if its determinant is not zero. Insight into the geometry of a linear transformation is obtainable (along with other information) from the matrix's eigenvalues and eigenvectors.
Applications of matrices are found in most scientific fields. In every branch of physics, including classical mechanics, optics, electromagnetism, quantum mechanics, and quantum electrodynamics, they are used to study physical phenomena, such as the motion of rigid bodies. In computer graphics, they are used to project a 3-dimensional image onto a 2-dimensional screen. In probability theory and statistics, stochastic matrices are used to describe sets of probabilities; for instance, they are used within the PageRank algorithm that ranks the pages in a Google search.〔K. Bryan and T. Leise. The $25,000,000,000 eigenvector: The linear algebra behind Google. SIAM Review, 48(3):569–581, 2006.〕 Matrix calculus generalizes classical analytical notions such as derivatives and exponentials to higher dimensions.
A major branch of numerical analysis is devoted to the development of efficient algorithms for matrix computations, a subject that is centuries old and is today an expanding area of research. Matrix decomposition methods simplify computations, both theoretically and practically. Algorithms that are tailored to particular matrix structures, such as sparse matrices and near-diagonal matrices, expedite computations in finite element method and other computations. Infinite matrices occur in planetary theory and in atomic theory. A simple example of an infinite matrix is the matrix representing the derivative operator, which acts on the Taylor series of a function.
==Definition==
A ''matrix'' is a rectangular array of numbers or other mathematical objects for which operations such as addition and multiplication are defined. Most commonly, a matrix over a field ''F'' is a rectangular array of scalars each of which is a member of ''F''. Most of this article focuses on ''real'' and ''complex matrices'', i.e., matrices whose elements are real numbers or complex numbers, respectively. More general types of entries are discussed below. For instance, this is a real matrix:
:\mathbf = \begin
-1.3 & 0.6 \\
20.4 & 5.5 \\
9.7 & -6.2
\end.
The numbers, symbols or expressions in the matrix are called its ''entries'' or its ''elements''. The horizontal and vertical lines of entries in a matrix are called ''rows'' and ''columns'', respectively.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Matrix (mathematics)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.