background preloader

Matrices

Facebook Twitter

Reflections. Matrix Transformations. Matrix Transformations Matrix transformations are performed through matrix multiplication of a point matrix by a transformation matrix.

Matrix Transformations

The transformation matrix affects the point matrix, creating a new point matrix. [T][P]=[N] where: [T] is the transformation matrix[P] is the point matrix being transformed[N] is the new transformed point matrix The matrices are multiplied in this order in order to obtain a new point matrix and not a larger matrix. A point matrix, P, takes the form of an n x 1 though generally, 2 x 1 and 3 x 1 matrices are generally used as they model 2D and 3D systems respectivey.

For example: A transformation matrix is a square matrix which has an affect on a point matrix so as to transform it's position on it's co-ordinate axis when they are multiplied. A list of some 2D transformation matrices and their affects can be found in the section 2D Matrix Rotations and Reflections. Return to the Top of the Page. Demonstrations Project. Matrices Worksheets, Determinants, Cramer's Rule, and more. Evaluate Determinants of 2x2 Matrices Worksheets. Which Matrix Character are You - This one is better than all the other... - Quiz. Matrices: The Basics. Multiplying Matrices - Example 1. Matrices and Determinants. By M Bourne Why study the Matrix...? A matrix is simply a set of numbers arranged in a rectangular table. On the right is an example of a 2 × 4 matrix. It has 2 rows and 4 columns. We usually write matrices inside parentheses ( ) or brackets [ ]. We can add, subtract and multiply matrices together, under certain conditions.

We use matrices to solve simultaneous equations, that we met earlier. Electronicsstaticsroboticslinear programmingoptimisationintersections of planesgenetics We see several of these applications throughout this chapter, especially in Matrices and Linear Equations. For large systems of equations, we use a computer to find the solution. You can skip over the next part if you want to go straight to matrices. Determinants A determinant of a matrix represents a single number. For example, if we have the (square) 2 × 2 matrix: then the determinant of this matrix is written within vertical lines as follows: We'll see in the next section how to evaluate this determinant. 1. 2. 3. 4. Matrix (mathematics) Each element of a matrix is often denoted by a variable with two subscripts.

Matrix (mathematics)

For instance, a2,1 represents the element at the second row and first column of a matrix A. 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.[4] Matrix calculus generalizes classical analytical notions such as derivatives and exponentials to higher dimensions. The numbers, symbols or expressions in the matrix are called its entries or its elements.

Matrices are commonly written in box brackets: Why Make a Matrix? And Why You Might Be In One. TutOR: Matrix basics.