In
mathematics, particularly in
linear algebra
Linear algebra is the branch of mathematics concerning linear equations such as:
:a_1x_1+\cdots +a_nx_n=b,
linear maps such as:
:(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n,
and their representations in vector spaces and through matric ...
, matrix multiplication is a
binary operation
In mathematics, a binary operation or dyadic operation is a rule for combining two elements (called operands) to produce another element. More formally, a binary operation is an operation of arity two.
More specifically, an internal binary op ...
that produces a
matrix
Matrix most commonly refers to:
* ''The Matrix'' (franchise), an American media franchise
** '' The Matrix'', a 1999 science-fiction action film
** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchi ...
from two matrices. For matrix multiplication, the number of columns in the first matrix must be equal to the number of rows in the second matrix. The resulting matrix, known as the matrix product, has the number of rows of the first and the number of columns of the second matrix. The product of matrices and is denoted as .
Matrix multiplication was first described by the French mathematician
Jacques Philippe Marie Binet in 1812, to represent the
composition of
linear maps that are represented by matrices. Matrix multiplication is thus a basic tool of
linear algebra
Linear algebra is the branch of mathematics concerning linear equations such as:
:a_1x_1+\cdots +a_nx_n=b,
linear maps such as:
:(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n,
and their representations in vector spaces and through matric ...
, and as such has numerous applications in many areas of mathematics, as well as in
applied mathematics
Applied mathematics is the application of mathematical methods by different fields such as physics, engineering, medicine, biology, finance, business, computer science, and industry. Thus, applied mathematics is a combination of mathemat ...
,
statistics,
physics
Physics is the natural science that studies matter, its fundamental constituents, its motion and behavior through space and time, and the related entities of energy and force. "Physical science is that department of knowledge which rel ...
,
economics
Economics () is the social science that studies the production, distribution, and consumption of goods and services.
Economics focuses on the behaviour and interactions of economic agents and how economies work. Microeconomics analy ...
, and
engineering
Engineering is the use of scientific method, scientific principles to design and build machines, structures, and other items, including bridges, tunnels, roads, vehicles, and buildings. The discipline of engineering encompasses a broad rang ...
.
Computing matrix products is a central operation in all computational applications of linear algebra.
Notation
This article will use the following notational conventions: matrices are represented by capital letters in bold, e.g. ;
vectors in lowercase bold, e.g. ; and entries of vectors and matrices are italic (they are numbers from a field), e.g. and .
Index notation is often the clearest way to express definitions, and is used as standard in the literature. The entry in row , column of matrix is indicated by , or . In contrast, a single subscript, e.g. , is used to select a matrix (not a matrix entry) from a collection of matrices.
Definition
If is an matrix and is an matrix,
:
the ''matrix product'' (denoted without multiplication signs or dots) is defined to be the matrix
:
such that
:
for and .
That is, the entry of the product is obtained by multiplying term-by-term the entries of the th row of and the th column of , and summing these products. In other words, is the
dot product of the th row of and the th column of .
Therefore, can also be written as
:
Thus the product is defined if and only if the number of columns in equals the number of rows in ,
in this case .
In most scenarios, the entries are numbers, but they may be any kind of
mathematical object
A mathematical object is an abstract concept arising in mathematics.
In the usual language of mathematics, an ''object'' is anything that has been (or could be) formally defined, and with which one may do deductive reasoning and mathematical ...
s for which an addition and a multiplication are defined, that are
associative, and such that the addition is
commutative, and the multiplication is
distributive with respect to the addition. In particular, the entries may be matrices themselves (see
block matrix
In mathematics, a block matrix or a partitioned matrix is a matrix that is '' interpreted'' as having been broken into sections called blocks or submatrices. Intuitively, a matrix interpreted as a block matrix can be visualized as the original ma ...
).
Illustration
The figure to the right illustrates diagrammatically the product of two matrices and , showing how each intersection in the product matrix corresponds to a row of and a column of .
:
The values at the intersections marked with circles are:
:
Fundamental applications
Historically, matrix multiplication has been introduced for facilitating and clarifying computations in
linear algebra
Linear algebra is the branch of mathematics concerning linear equations such as:
:a_1x_1+\cdots +a_nx_n=b,
linear maps such as:
:(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n,
and their representations in vector spaces and through matric ...
. This strong relationship between matrix multiplication and linear algebra remains fundamental in all mathematics, as well as in
physics
Physics is the natural science that studies matter, its fundamental constituents, its motion and behavior through space and time, and the related entities of energy and force. "Physical science is that department of knowledge which rel ...
,
chemistry,
engineering
Engineering is the use of scientific method, scientific principles to design and build machines, structures, and other items, including bridges, tunnels, roads, vehicles, and buildings. The discipline of engineering encompasses a broad rang ...
and
computer science
Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to practical disciplines (includin ...
.
Linear maps
If a
vector space
In mathematics and physics, a vector space (also called a linear space) is a set whose elements, often called '' vectors'', may be added together and multiplied ("scaled") by numbers called '' scalars''. Scalars are often real numbers, but ...
has a finite
basis, its vectors are each uniquely represented by a finite
sequence
In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is called ...
of scalars, called a
coordinate vector
In linear algebra, a coordinate vector is a representation of a vector as an ordered list of numbers (a tuple) that describes the vector in terms of a particular ordered basis. An easy example may be a position such as (5, 2, 1) in a 3-dimensio ...
, whose elements are the
coordinates
In geometry, a coordinate system is a system that uses one or more numbers, or coordinates, to uniquely determine the position of the points or other geometric elements on a manifold such as Euclidean space. The order of the coordinates is si ...
of the vector on the basis. These coordinate vectors form another vector space, which is
isomorphic to the original vector space. A coordinate vector is commonly organized as a
column matrix (also called ''column vector''), which is a matrix with only one column. So, a column vector represents both a coordinate vector, and a vector of the original vector space.
A
linear map from a vector space of dimension into a vector space of dimension maps a column vector
:
onto the column vector
:
The linear map is thus defined by the matrix
:
and maps the column vector
to the matrix product
:
If is another linear map from the preceding vector space of dimension , into a vector space of dimension , it is represented by a matrix
A straightforward computation shows that the matrix of the
composite map is the matrix product
The general formula ) that defines the function composition is instanced here as a specific case of associativity of matrix product (see below):
:
Geometric rotations
Using a
Cartesian coordinate system in a Euclidean plane, the
rotation by an angle
around the
origin
Origin(s) or The Origin may refer to:
Arts, entertainment, and media
Comics and manga
* ''Origin'' (comics), a Wolverine comic book mini-series published by Marvel Comics in 2002
* ''The Origin'' (Buffy comic), a 1999 ''Buffy the Vampire Sl ...
is a linear map.
More precisely,
:
where the source point
and its image
are written as column vectors.
The composition of the rotation by
and that by
then corresponds to the matrix product
:
where appropriate
trigonometric identities are employed for the second equality.
That is, the composition corresponds to the rotation by angle
, as expected.
Resource allocation in economics
As an example, a fictitious factory uses 4 kinds of ,
to produce 3 kinds of
intermediate goods,
, which in turn are used to produce 3 kinds of
final product
In production, a final product, or finished product is a product that is ready for sale.Wouters, Mark; Selto, Frank H.; Hilton, Ronald W.; Maher, Michael W. (2012): ''Cost Management: Strategies for Business Decisions'', International Edition, ...
s,
. The matrices
:
and
provide the amount of basic commodities needed for a given amount of intermediate goods, and the amount of intermediate goods needed for a given amount of final products, respectively.
For example, to produce one unit of intermediate good
, one unit of basic commodity
, two units of
, no units of
, and one unit of
are needed, corresponding to the first column of
.
Using matrix multiplication, compute
:
this matrix directly provides the amounts of basic commodities needed for given amounts of final goods. For example, the bottom left entry of
is computed as
, reflecting that
units of
are needed to produce one unit of
. Indeed, one
unit is needed for
, 2 for
, and
for each of the two
units that go into the
unit, see picture.
In order to produce e.g. 100 units of the final product
, 80 units of
, and 60 units of
, the necessary amounts of basic goods can be computed as
:
that is,
units of
,
units of
,
units of
,
units of
are needed.
Similarly, the product matrix
can be used to compute the needed amounts of basic goods for other final-good amount data.
System of linear equations
The general form of a
system of linear equations is
:
Using same notation as above, such a system is equivalent with the single matrix
equation
:
Dot product, bilinear form and sesquilinear form
The
dot product of two column vectors is the matrix product
:
where
is the
row vector obtained by
transposing and the resulting 1×1 matrix is identified with its unique entry.
More generally, any
bilinear form
In mathematics, a bilinear form is a bilinear map on a vector space (the elements of which are called '' vectors'') over a field ''K'' (the elements of which are called '' scalars''). In other words, a bilinear form is a function that is lin ...
over a vector space of finite dimension may be expressed as a matrix product
:
and any
sesquilinear form may be expressed as
:
where
denotes the
conjugate transpose
In mathematics, the conjugate transpose, also known as the Hermitian transpose, of an m \times n complex matrix \boldsymbol is an n \times m matrix obtained by transposing \boldsymbol and applying complex conjugate on each entry (the complex c ...
of
(conjugate of the transpose, or equivalently transpose of the conjugate).
General properties
Matrix multiplication shares some properties with usual
multiplication
Multiplication (often denoted by the cross symbol , by the mid-line dot operator , by juxtaposition, or, on computers, by an asterisk ) is one of the four elementary mathematical operations of arithmetic, with the other ones being ad ...
. However, matrix multiplication is not defined if the number of columns of the first factor differs from the number of rows of the second factor, and it is
non-commutative,
even when the product remains definite after changing the order of the factors.
Non-commutativity
An operation is
commutative if, given two elements and such that the product
is defined, then
is also defined, and
If and are matrices of respective sizes and , then
is defined if , and
is defined if . Therefore, if one of the products is defined, the other one need not be defined. If , the two products are defined, but have different sizes; thus they cannot be equal. Only if , that is, if and are
square matrices of the same size, are both products defined and of the same size. Even in this case, one has in general
:
For example
:
but
:
This example may be expanded for showing that, if is a matrix with entries in a
field , then
for every matrix with entries in ,
if and only if
In logic and related fields such as mathematics and philosophy, "if and only if" (shortened as "iff") is a biconditional logical connective between statements, where either both statements are true or both are false.
The connective is bi ...
where , and is the
identity matrix
In linear algebra, the identity matrix of size n is the n\times n square matrix with ones on the main diagonal and zeros elsewhere.
Terminology and notation
The identity matrix is often denoted by I_n, or simply by I if the size is immaterial ...
. If, instead of a field, the entries are supposed to belong to a
ring, then one must add the condition that belongs to the
center of the ring.
One special case where commutativity does occur is when and are two (square)
diagonal matrices (of the same size); then .
Again, if the matrices are over a general ring rather than a field, the corresponding entries in each must also commute with each other for this to hold.
Distributivity
The matrix product is
distributive with respect to
matrix addition. That is, if are matrices of respective sizes , , , and , one has (left distributivity)
:
and (right distributivity)
:
This results from the distributivity for coefficients by
:
:
Product with a scalar
If is a matrix and a scalar, then the matrices
and
are obtained by left or right multiplying all entries of by . If the scalars have the
commutative property, then
If the product
is defined (that is, the number of columns of equals the number of rows of ), then
:
and
If the scalars have the commutative property, then all four matrices are equal. More generally, all four are equal if belongs to the
center of a
ring containing the entries of the matrices, because in this case, for all matrices .
These properties result from the
bilinearity of the product of scalars:
:
:
Transpose
If the scalars have the
commutative property, the
transpose
In linear algebra, the transpose of a matrix is an operator which flips a matrix over its diagonal;
that is, it switches the row and column indices of the matrix by producing another matrix, often denoted by (among other notations).
The tr ...
of a product of matrices is the product, in the reverse order, of the transposes of the factors. That is
:
where
T denotes the transpose, that is the interchange of rows and columns.
This identity does not hold for noncommutative entries, since the order between the entries of and is reversed, when one expands the definition of the matrix product.
Complex conjugate
If and have
complex entries, then
:
where denotes the entry-wise
complex conjugate
In mathematics, the complex conjugate of a complex number is the number with an equal real part and an imaginary part equal in magnitude but opposite in sign. That is, (if a and b are real, then) the complex conjugate of a + bi is equal to a - ...
of a matrix.
This results from applying to the definition of matrix product the fact that the conjugate of a sum is the sum of the conjugates of the summands and the conjugate of a product is the product of the conjugates of the factors.
Transposition acts on the indices of the entries, while conjugation acts independently on the entries themselves. It results that, if and have complex entries, one has
:
where denotes the
conjugate transpose
In mathematics, the conjugate transpose, also known as the Hermitian transpose, of an m \times n complex matrix \boldsymbol is an n \times m matrix obtained by transposing \boldsymbol and applying complex conjugate on each entry (the complex c ...
(conjugate of the transpose, or equivalently transpose of the conjugate).
Associativity
Given three matrices and , the products and are defined if and only if the number of columns of equals the number of rows of , and the number of columns of equals the number of rows of (in particular, if one of the products is defined, then the other is also defined). In this case, one has the
associative property
In mathematics, the associative property is a property of some binary operations, which means that rearranging the parentheses in an expression will not change the result. In propositional logic, associativity is a valid rule of replacemen ...
:
As for any associative operation, this allows omitting parentheses, and writing the above products as
This extends naturally to the product of any number of matrices provided that the dimensions match. That is, if are matrices such that the number of columns of equals the number of rows of for , then the product
:
is defined and does not depend on the
order of the multiplications, if the order of the matrices is kept fixed.
These properties may be proved by straightforward but complicated
summation
In mathematics, summation is the addition of a sequence of any kind of numbers, called ''addends'' or ''summands''; the result is their ''sum'' or ''total''. Beside numbers, other types of values can be summed as well: functions, vectors, m ...
manipulations. This result also follows from the fact that matrices represent
linear maps. Therefore, the associative property of matrices is simply a specific case of the associative property of
function composition
In mathematics, function composition is an operation that takes two functions and , and produces a function such that . In this operation, the function is applied to the result of applying the function to . That is, the functions and ...
.
Computational complexity depends on parenthezation
Although the result of a sequence of matrix products does not depend on the
order of operation (provided that the order of the matrices is not changed), the
computational complexity may depend dramatically on this order.
For example, if and are matrices of respective sizes , computing needs multiplications, while computing needs multiplications.
Algorithms have been designed for choosing the best order of products, see
Matrix chain multiplication. When the number of matrices increases, it has been shown that the choice of the best order has a complexity of
Application to similarity
Any
invertible matrix defines a
similarity transformation (on square matrices of the same size as
)
:
Similarity transformations map product to products, that is
:
In fact, one has
:
Square matrices
Let us denote
the set of
square matrices with entries in a
ring , which, in practice, is often a
field.
In
, the product is defined for every pair of matrices. This makes
a
ring, which has the
identity matrix
In linear algebra, the identity matrix of size n is the n\times n square matrix with ones on the main diagonal and zeros elsewhere.
Terminology and notation
The identity matrix is often denoted by I_n, or simply by I if the size is immaterial ...
as
identity element
In mathematics, an identity element, or neutral element, of a binary operation operating on a set is an element of the set that leaves unchanged every element of the set when the operation is applied. This concept is used in algebraic structures s ...
(the matrix whose diagonal entries are equal to 1 and all other entries are 0). This ring is also an
associative -algebra.
If , many matrices do not have a
multiplicative inverse
In mathematics, a multiplicative inverse or reciprocal for a number ''x'', denoted by 1/''x'' or ''x''−1, is a number which when multiplied by ''x'' yields the multiplicative identity, 1. The multiplicative inverse of a fraction ''a''/''b ...
. For example, a matrix such that all entries of a row (or a column) are 0 does not have an inverse. If it exists, the inverse of a matrix is denoted , and, thus verifies
:
A matrix that has an inverse is an
invertible matrix. Otherwise, it is a
singular matrix.
A product of matrices is invertible if and only if each factor is invertible. In this case, one has
:
When is
commutative, and, in particular, when it is a field, the
determinant
In mathematics, the determinant is a scalar value that is a function of the entries of a square matrix. It characterizes some properties of the matrix and the linear map represented by the matrix. In particular, the determinant is nonzero if ...
of a product is the product of the determinants. As determinants are scalars, and scalars commute, one has thus
:
The other matrix
invariants do not behave as well with products. Nevertheless, if is commutative, and have the same
trace, the same
characteristic polynomial
In linear algebra, the characteristic polynomial of a square matrix is a polynomial which is invariant under matrix similarity and has the eigenvalues as roots. It has the determinant and the trace of the matrix among its coefficients. The ...
, and the same
eigenvalues with the same multiplicities. However, the
eigenvector
In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denote ...
s are generally different if .
Powers of a matrix
One may raise a square matrix to any
nonnegative integer power multiplying it by itself repeatedly in the same way as for ordinary numbers. That is,
:
:
:
Computing the th power of a matrix needs times the time of a single matrix multiplication, if it is done with the trivial algorithm (repeated multiplication). As this may be very time consuming, one generally prefers using
exponentiation by squaring, which requires less than matrix multiplications, and is therefore much more efficient.
An easy case for exponentiation is that of a
diagonal matrix
In linear algebra, a diagonal matrix is a matrix in which the entries outside the main diagonal are all zero; the term usually refers to square matrices. Elements of the main diagonal can either be zero or nonzero. An example of a 2×2 diagonal ...
. Since the product of diagonal matrices amounts to simply multiplying corresponding diagonal elements together, the th power of a diagonal matrix is obtained by raising the entries to the power :
:
Abstract algebra
The definition of matrix product requires that the entries belong to a semiring, and does not require multiplication of elements of the semiring to be
commutative. In many applications, the matrix elements belong to a field, although the
tropical semiring
In idempotent analysis, the tropical semiring is a semiring of extended real numbers with the operations of minimum (or maximum) and addition replacing the usual ("classical") operations of addition and multiplication, respectively.
The tropic ...
is also a common choice for graph
shortest path
In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights of its constituent edges is minimized.
The problem of finding the shortest path between t ...
problems. Even in the case of matrices over fields, the product is not commutative in general, although it is
associative and is
distributive over
matrix addition. The
identity matrices (which are the
square matrices whose entries are zero outside of the main diagonal and 1 on the main diagonal) are
identity element
In mathematics, an identity element, or neutral element, of a binary operation operating on a set is an element of the set that leaves unchanged every element of the set when the operation is applied. This concept is used in algebraic structures s ...
s of the matrix product. It follows that the matrices over a
ring form a ring, which is noncommutative except if and the ground ring is commutative.
A square matrix may have a
multiplicative inverse
In mathematics, a multiplicative inverse or reciprocal for a number ''x'', denoted by 1/''x'' or ''x''−1, is a number which when multiplied by ''x'' yields the multiplicative identity, 1. The multiplicative inverse of a fraction ''a''/''b ...
, called an
inverse matrix. In the common case where the entries belong to a
commutative ring , a matrix has an inverse if and only if its
determinant
In mathematics, the determinant is a scalar value that is a function of the entries of a square matrix. It characterizes some properties of the matrix and the linear map represented by the matrix. In particular, the determinant is nonzero if ...
has a multiplicative inverse in . The determinant of a product of square matrices is the product of the determinants of the factors. The matrices that have an inverse form a
group under matrix multiplication, the
subgroup
In group theory, a branch of mathematics, given a group ''G'' under a binary operation ∗, a subset ''H'' of ''G'' is called a subgroup of ''G'' if ''H'' also forms a group under the operation ∗. More precisely, ''H'' is a subgrou ...
s of which are called
matrix groups. Many classical groups (including all
finite groups) are
isomorphic to matrix groups; this is the starting point of the theory of
group representations.
Computational complexity
The matrix multiplication
algorithm
In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
that results from the definition requires, in the
worst case, multiplications and additions of scalars to compute the product of two square matrices. Its
computational complexity is therefore , in a
model of computation
In computer science, and more specifically in computability theory and computational complexity theory, a model of computation is a model which describes how an output of a mathematical function is computed given an input. A model describes h ...
for which the scalar operations take constant time.
Rather surprisingly, this complexity is not optimal, as shown in 1969 by
Volker Strassen, who provided an algorithm, now called
Strassen's algorithm, with a complexity of
[
]
Strassen's algorithm can be parallelized to further improve the performance.
, the best matrix multiplication algorithm is by Josh Alman and
Virginia Vassilevska Williams and has complexity .
[
]
It is not known whether matrix multiplication can be performed in time. This would be optimal, since one must read the elements of a matrix in order to multiply it with another matrix.
Since matrix multiplication forms the basis for many algorithms, and many operations on matrices even have the same complexity as matrix multiplication (up to a multiplicative constant), the computational complexity of matrix multiplication appears throughout
numerical linear algebra and
theoretical computer science
Theoretical computer science (TCS) is a subset of general computer science and mathematics that focuses on mathematical aspects of computer science such as the theory of computation, lambda calculus, and type theory.
It is difficult to circumsc ...
.
Generalizations
Other types of products of matrices include:
*
Block matrix multiplication
*
Cracovian product, defined as
*
Frobenius inner product, the
dot product of matrices considered as vectors, or, equivalently the sum of the entries of the Hadamard product
*
Hadamard product of two matrices of the same size, resulting in a matrix of the same size, which is the product entry-by-entry
*
Kronecker product or
tensor product
In mathematics, the tensor product V \otimes W of two vector spaces and (over the same Field (mathematics), field) is a vector space to which is associated a bilinear map V\times W \to V\otimes W that maps a pair (v,w),\ v\in V, w\in W to an e ...
, the generalization to any size of the preceding
*
Khatri-Rao product and
Face-splitting product
*
Outer product
In linear algebra, the outer product of two coordinate vectors is a matrix. If the two vectors have dimensions ''n'' and ''m'', then their outer product is an ''n'' × ''m'' matrix. More generally, given two tensors (multidimensional arrays of n ...
, also called
dyadic product or
tensor product
In mathematics, the tensor product V \otimes W of two vector spaces and (over the same Field (mathematics), field) is a vector space to which is associated a bilinear map V\times W \to V\otimes W that maps a pair (v,w),\ v\in V, w\in W to an e ...
of two column matrices, which is
*
Scalar multiplication
See also
*
Matrix calculus, for the interaction of matrix multiplication with operations from calculus
Notes
References
* Henry Cohn,
Robert Kleinberg,
Balázs Szegedy, and Chris Umans. Group-theoretic Algorithms for Matrix Multiplication. . ''Proceedings of the 46th Annual Symposium on Foundations of Computer Science'', 23–25 October 2005, Pittsburgh, PA, IEEE Computer Society, pp. 379–388.
* Henry Cohn, Chris Umans. A Group-theoretic Approach to Fast Matrix Multiplication. . ''Proceedings of the 44th Annual IEEE Symposium on Foundations of Computer Science'', 11–14 October 2003, Cambridge, MA, IEEE Computer Society, pp. 438–449.
*
*
*
Knuth, D.E., ''
The Art of Computer Programming
''The Art of Computer Programming'' (''TAOCP'') is a comprehensive monograph written by the computer scientist Donald Knuth presenting programming algorithms and their analysis. Volumes 1–5 are intended to represent the central core of comp ...
Volume 2: Seminumerical Algorithms''. Addison-Wesley Professional; 3 edition (November 14, 1997). . pp. 501.
* .
*
Ran Raz. On the complexity of matrix product. In Proceedings of the thirty-fourth annual ACM symposium on Theory of computing. ACM Press, 2002. .
* Robinson, Sara, ''Toward an Optimal Algorithm for Matrix Multiplication,'' SIAM News 38(9), November 2005
PDF* Strassen, Volker, ''Gaussian Elimination is not Optimal'', Numer. Math. 13, p. 354-356, 1969.
*
*
{{Linear algebra
Matrix theory
Bilinear maps
Multiplication
Numerical linear algebra