Vectors & Matrices formulas
All 20 formulas in this topic
Matrix AdditionMatrix Addition combines two matrices of the same size by adding each pair of elements in matching positions; use it to combine data sets.Matrix MultiplicationMatrix multiplication combines rows from the first matrix with columns of the second to produce a new matrix, useful for solving systems and transformations.Determinant of a 2x2 MatrixA single number computed from a 2x2 matrix that tells whether the matrix is invertible and helps solve systems of linear equations.Determinant of a 3x3 MatrixThe determinant of a 3x3 matrix reveals whether it is invertible and how the transformation scales volume in three-dimensional space.Inverse of a 2x2 MatrixCompute the unique 2×2 matrix that reverses multiplication by another 2×2 matrix, essential for solving systems of linear equations.Identity MatrixThe identity matrix leaves any matrix unchanged when multiplied—the matrix equivalent of 1, essential for solving linear systems and finding inverses.Transpose of a MatrixThe transpose of a matrix swaps its rows and columns; use it when matrices need to match dimensions for multiplication or to solve systems of equations.Cramer's RuleCramer's Rule uses determinants to solve a square system of linear equations by replacing columns of the coefficient matrix with the constants.Gaussian EliminationGaussian Elimination transforms a system of linear equations into row echelon form to solve for unknown variables systematically.Rank of a MatrixThe rank of a matrix counts its pivot columns, telling you the dimension of its column space and whether a system has a solution.Eigenvalues and EigenvectorsEigenvalues and eigenvectors show which vectors a matrix scales without rotating, revealing fundamental properties of linear transformations and systems.Characteristic PolynomialSolve the characteristic polynomial equation to find a matrix's eigenvalues—the scaling factors that reveal how the matrix transforms vectors.Vector AdditionCombine two vectors by adding their components separately to find the resultant vector that represents their total effect or displacement.Dot ProductThe dot product is a scalar value that measures how much two vectors align; use it to find angles between vectors or project one vector onto another.Cross ProductThe cross product finds a vector perpendicular to two given vectors; its magnitude equals the area of the parallelogram they form.Magnitude of a VectorMagnitude of a vector is its length or size, measured as the distance from the origin; use it to find how far something has traveled overall.Unit VectorCreate a vector of magnitude 1 pointing in the same direction as the original by dividing by its magnitude — use when direction matters more than distance.Angle Between VectorsFind the angle between two vectors using their dot product and magnitudes—essential for measuring directional relationships in physics and geometryVector ProjectionVector projection breaks down one vector into a component along another's direction, essential for decomposing forces in physics and engineering.Linear IndependenceLinear Independence tells you when a set of vectors has no redundancy: none can be written as a combination of the others.