All Topics  
System of linear equations

 

   Email Print
   Bookmark   Link






 

System of linear equations



 
 
In mathematics
Mathematics

Mathematics is the study of quantity, structure, space, change, and related topics of pattern and form. Mathematicians seek out patterns whether found in numbers, space, natural science, computers, imaginary abstractions, or elsewhere....
, a system of linear equations (or linear system) is a collection of linear equation
Linear equation

A linear equation is an algebraic equation in which each term is either a constant or the product of a constant and a single variable.Linear equations can have one or more variables....
s involving the same set of variable
Variable

A variable is a symbol that stands for a value that may vary; the term usually occurs in opposition to constant, which is a symbol for a non-varying value, i.e....
s. For example,

is a system of three equations in the three variables . A solution to a linear system is an assignment of numbers to the variables such that all the equations are simultaneously satisfied.






Discussion
Ask a question about 'System of linear equations'
Start a new discussion about 'System of linear equations'
Answer questions from other users
Full Discussion Forum



Recent Posts









Encyclopedia


Secretsharing 3 Point
In mathematics
Mathematics

Mathematics is the study of quantity, structure, space, change, and related topics of pattern and form. Mathematicians seek out patterns whether found in numbers, space, natural science, computers, imaginary abstractions, or elsewhere....
, a system of linear equations (or linear system) is a collection of linear equation
Linear equation

A linear equation is an algebraic equation in which each term is either a constant or the product of a constant and a single variable.Linear equations can have one or more variables....
s involving the same set of variable
Variable

A variable is a symbol that stands for a value that may vary; the term usually occurs in opposition to constant, which is a symbol for a non-varying value, i.e....
s. For example,

is a system of three equations in the three variables . A solution to a linear system is an assignment of numbers to the variables such that all the equations are simultaneously satisfied. A solution to the system above is given by

since it makes all three equations valid.

In mathematics, the theory of linear systems is a branch of linear algebra
Linear algebra

Linear algebra is the branch of mathematics concerned with the study of Euclidean vectors, vector spaces , linear maps , and system of linear equations....
, a subject which is fundamental to modern mathematics. Computational algorithm
Algorithm

In mathematics, computing, linguistics and related subjects, an algorithm is a sequence of finite instructions, often used for calculation and data processing....
s for finding the solutions are an important part of numerical linear algebra
Numerical linear algebra

Numerical linear algebra is the study of algorithms for performing linear algebra computations, most notably Matrix operations, on computers. It is often a fundamental part of engineering and computational science problems, such as and signal processing, computational finance, materials science simulations, structural biology, data mining,...
, and such methods play a prominent role in engineering
Engineering

Engineering is the discipline and profession of applying Technology and science knowledge and utilizing natural laws and physical resources in order to design and implement materials, structures, machines, devices, systems, and process that safely realize a desired objective and meet specified criteria....
, physics
Physics

Physics is the natural science which examines basic concepts such as energy, force, and spacetime and all that derives from these, such as mass, charge, matter and its Motion ....
, chemistry
Chemistry

Chemistry is the science concerned with the composition, structure, and properties of matter, as well as the changes it undergoes during chemical reactions....
, computer science
Computer science

Computer science is the study of the theoretical foundations of information and computation, and of practical techniques for their implementation and application in computer systems....
, and economics
Economics

File:Ballard Farmers' Market - vegetables.jpgEconomics is the Social sciences that studies the Production theory basics, Distribution , and Consumption of Good and Service ....
. A system of non-linear equations can often be approximated
Approximation

An approximation is an Accuracy and precision representation of something that is still close enough to be useful. Although approximation is most often applied to numbers, it is also frequently applied to such things as Function , shapes, and physical laws....
 by a linear system (see linearization
Linearization

In mathematics and its applications, linearization refers to finding the linear approximation to a function at a given point. In the study of dynamical systems, linearization is a method for assessing the local stability theory of an equilibrium point of a system of nonlinear differential equations or discrete dynamical systems....
), a helpful technique when making a mathematical model
Mathematical model

A mathematical model uses mathematics language to describe a system. Mathematical models are used not only in the natural sciences and engineering disciplines but also in the social sciences ; physicists, engineers, computer sciences, and economists use mathematical models most extensively....
 or computer simulation
Computer simulation

A computer simulation, a computer model or a computational model is a computer program, or network of computers, that attempts to simulation an abstract model of a particular system....
 of a relatively complex system.

Elementary example

The simplest kind of linear system involves two equations and two variables:

One method for solving such a system is as follows. First, solve the top equation for x in terms of y: Now substitute this expression for x into the bottom equation: This results in a single equation involving only the variable y. Solving gives , and substituting this back into the equation for x yields . This method generalizes to systems with additional variables (see "elimination of variables" below, or the article on elementary algebra
Elementary algebra

Elementary algebra is a fundamental and relatively basic form of algebra taught to students who are presumed to have little or no formal knowledge of mathematics beyond arithmetic....
.)

General form

A general system of m linear equations with n unknowns can be written as

Here are the unknowns, are the coefficients of the system, and are the constant terms.

Often the coefficients and unknowns are real
Real number

In mathematics, the real numbers may be described informally in several different ways. The real numbers include both rational numbers, such as 42 and −23/129, and irrational numbers, such as pi and the square root of two; or, a real number can be given by an infinite decimal representation, such as 2.4871773339...., where the digits co...
 or complex number
Complex number

In mathematics, the complex numbers are an extension of the real numbers obtained by adjoining an imaginary unit, denoted i, which satisfies:...
s, but integer
Integer

The integers are natural numbers including 0 and their negative and non-negative numberss . They are numbers that can be written without a fractional or decimal component, and fall within the set ....
s and rational number
Rational number

In mathematics, a rational number is a number which can be expressed as a quotient of two integers. Non-integer rational numbers are usually written as the vulgar fraction , where b is not 0 ....
s are also seen, as are polynomials and elements of an abstract algebraic structure
Algebraic structure

In algebra, a branch of pure mathematics, an algebraic structure consists of one or more Set Closure under one or more Operation , satisfying some axiom....
.

Vector equation

One extremely helpful view is that each unknown is a weight for a column vector
Column vector

In linear algebra, a column vector or column matrix is an m × 1 matrix , i.e. a matrix consisting of a single column of elements....
 in a linear combination
Linear combination

In mathematics, linear combinations are a concept central to linear algebra and related fields of mathematics.Most of this article deals with linear combinations in the context of a vector space over a field , with some generalisations given at the end of the article....
.

This allows all the language and theory of vector space
Vector space

File:Vector addition ans scaling.pngA vector space is a mathematical structure formed by a collection of vectors: objects that may be Vector addition together and Scalar multiplication by numbers, called scalar s in this context....
s
(or more generally, module
Module (mathematics)

In abstract algebra, the concept of a module over a ring is a generalization of the notion of vector space, where instead of requiring the scalar to lie in a field , the "scalars" may lie in an arbitrary ring....
s
) to be brought to bear. For example, the collection of all possible linear combinations of the vectors on the left-hand side is called their span, and the equations have a solution just when the right-hand vector is within that span. If every vector within that span has exactly one expression as a linear combination of the given left-hand vectors, then any solution is unique. In any event, the span has a basis
Basis (linear algebra)

In linear algebra, a basis is a set of vectors that, in a linear combination, can represent every vector in a given vector space or free module, and such that no element of the set can be represented as a linear combination of the others....
 of linearly independent vectors that do guarantee exactly one expression; and the number of vectors in that basis (its dimension) cannot be larger than m or n, but it can be smaller. This is important because if we have m independent vectors a solution is guaranteed regardless of the right-hand side, and otherwise not guaranteed.

Matrix equation

The vector equation is equivalent to a matrix
Matrix (mathematics)

In mathematics, a matrix is a rectangular array of numbers, as shown at the right. In addition to a number of elementary, entrywise operations such as matrix addition a key notion is matrix multiplication....
 equation of the form where A is an m×n matrix, x is a column vector
Column vector

In linear algebra, a column vector or column matrix is an m × 1 matrix , i.e. a matrix consisting of a single column of elements....
 with n entries, and b is a column vector with m entries.
The number of vectors in a basis for the span is now expressed as the rank
Rank (linear algebra)

The column rank of a matrix_ A is the maximal number of linear independence columns of A. Likewise, the row rank is the maximal number of linearly independent rows of A....
 of the matrix.

Solution set

A solution of a linear system is an assignment of values to the variables such that each of the equations is satisfied. The set of all possible solutions is called the solution set
Solution set

In mathematics, a solution set is a set of possible values that a variable can take on in order to satisfy a given set of conditions .Formally, for a collection of polynomials over some Ring , a solution set is defined to be the Set ....
.

A linear system may behave in any one of three possible ways:
  1. The system has infinitely many solutions.
  2. The system has a single unique solution.
  3. The system has no solutions.


Geometric interpretation

For a system involving two variables (x and y), each linear equation determines a line
Line (mathematics)

In geometry, a line is a Curvature curve. When geometry is used to model the real world, lines are used to represent straight objects with negligible width and height....
 on the xy-plane. Because a solution to a linear system must satisfy all of the equations, the solution set is the intersection
Intersection (set theory)

In mathematics, the intersection of two Set A and B is the set that contains all elements of A that also belong to B , but no other elements....
 of these lines, and is hence either a line, a single point, or the empty set
Empty set

In mathematics, and more specifically set theory, the empty set is the unique Set having no members. Some axiomatic set theories assure that the empty set exists by including an axiom of empty set; in other theories, its existence can be deduced....
.

For three variables, each linear equation determines a plane
Plane (mathematics)

In mathematics, a plane is a curvature surface. Planes can arise as subspaces of some higher dimensional space, as with the walls of a room, or they may enjoy an independent existence in their own right, as in the setting of Euclidean geometry....
 in three-dimensional space
Three-dimensional space

Three-dimensional space is a geometric model of the physical universe in which we live. The three dimensions are commonly called length, width, and depth , although any three mutually perpendicular directions can serve as the three dimensions....
, and the solution set is the intersection of these planes. Thus the solution set may be a plane, a line, a single point, or the empty set.

For n variables, each linear equations determines a hyperplane
Hyperplane

A hyperplane is a concept in geometry. It is a higher-dimensional generalization of the concepts of a line in the plane and a plane in 3-dimensional space....
 in n-dimensional space
N-dimensional space

In mathematics, an n-dimensional space is a topological space whose dimension is n . The archetypical example is n-dimensional Euclidean space, which describes Euclidean geometry in n dimensions....
. The solution set is the intersection of these hyperplanes, which may be a flat
Flat (geometry)

In geometry, a flat is a subset of n-dimensional space that is congruence to a Euclidean space of lower dimension. The flats in two-dimensional space are point and line , and the flats in three-dimensional space are points, lines, and plane ....
 of any dimension.

General behavior

Secretsharing 2 Line
In general, the behavior of a linear system is determined by the relationship between the number of equations and the number of unknowns:
  1. Usually, a system with fewer equations than unknowns has infinitely many solutions.
  2. Usually, a system with the same number of equations and unknowns has a single unique solution.
  3. Usually, a system with more equations than unknowns has no solution.
In the first case, the dimension
Dimension

In mathematics, the dimension of a space is roughly defined as the minimum number of coordinates needed to specify every point within it. For example: a point on the unit circle in the plane can be specified by two Cartesian coordinates but one can make do with a single coordinate , so the circle is 1-dimensional even though it exists in...
 of the solution set is usually equal to , where n is the number of variables and m is the number of equations.

The following pictures illustrate this trichotomy in the case of two variables:
The first system has infinitely many solutions, namely all of the points on the blue line. The second system has a single unique solution, namely the intersection of the two lines. The third system has no solutions, since the three lines share no common point.

Keep in mind that the pictures above show only the most common case. It is possible for a system of two equations and two unknowns to have no solution (if the two lines are parallel), or for a system of three equations and two unknowns to be solvable (if the three lines intersect at a single point). In general, a system of linear equations may behave differently than expected if the equations are linearly dependent
Linear independence

In linear algebra, a family of vector spaces is linearly independent if none of them can be written as a linear combination of finitely many other vectors in the collection....
, or if two or more of the equations are inconsistent.

Properties


Consistency

The equations of a linear system are consistent if they possess a common solution, and inconsistent otherwise. When the equations are inconsistent, it is possible to derive a contradiction
Contradiction

In classical logic, a contradiction consists of a logical incompatibility between two or more propositions. It occurs when the propositions, taken together, yield two logical consequences which form the logical inversions of each other....
 from the equations, such as the statement that .

For example, the equations are inconsistent. In attempting to find a solution, we tacitly assume that there is a solution; that is, we assume that the value of x in the first equation must be the same as the value of x in the second equation (the same is assumed to simultaneously be true for the value of y in both equations). Applying the substitution property (for 3x+2y) yields the equation , which is a false statement. This therefore contradicts our assumption that the system had a solution and we conclude that our assumption was false; that is, the system in fact has no solution. The graphs of these equations on the xy-plane are a pair of parallel
Parallel (geometry)

Parallelism is a term in geometry and in everyday life that refers to a property in Euclidean space of two or more line s or plane , or a combination of these....
 lines.

It is possible for three linear equations to be inconsistent, even though any two of the equations are consistent together. For example, the equations

are inconsistent. Adding the first two equations together gives , which can be subtracted from the third equation to yield . Note that any two of these equations have a common solution. The same phenomenon can occur for any number of equations.

In general, inconsistencies occur if the left-hand sides of the equations in a system are linearly dependent, and the constant terms do not satisfy the dependence relation. A system of equations whose left-hand sides are linearly independent is always consistent.

Independence

The equations of a linear system are independent if none of the equations can be derived algebraically from the others. When the equations are independent, each equation contains new information about the variables, and removing any of the equations increases the size of the solution set. For linear equations, logical independence is the same as linear independence
Linear independence

In linear algebra, a family of vector spaces is linearly independent if none of them can be written as a linear combination of finitely many other vectors in the collection....
.

For example, the equations are not independent- they are the same equation when scaled by a factor of two, and they would produce identical graphs. This is an example of Equivalence in a system of linear equations

For a more complicated example, the equations

are not independent, because the third equation is the sum of the other two. Indeed, any one of these equations can be derived from the other two, and any one of the equations can be removed without affecting the solution set. The graphs of these equations are three lines that intersect at a single point.

Equivalence

Two linear systems using the same set of variables are equivalent if each of the equations in the second system can be derived algebraically from the equations in the first system, and vice-versa. Equivalent systems convey precisely the same information about the values of the variables. In particular, two linear systems are equivalent if and only if they have the same solution set.

Solving a linear system

There are several algorithm
Algorithm

In mathematics, computing, linguistics and related subjects, an algorithm is a sequence of finite instructions, often used for calculation and data processing....
s for solving
Equation solving

In mathematics, equation solving is the problem of finding what values fulfill a condition stated as an equality . Usually, this condition involves expressions with variables , which are to be substituted by values in order for the equality to hold....
 a system of linear equations.

Describing the solution

When the solution set is finite, it is usually described in set notation. For example, the solution set 2, 3, and 4 would be written:

It can be difficult to describe a set with infinite solutions. Typically, some of the variables are designated as free (or independent, or as parameters), meaning that they are allowed to take any value, while the remaining variables are dependent on the values of the free variables.

For example, consider the following system:

The solution set to this system can be described by the following equations: Here z is the free variable, while x and y are dependent on z. Any point in the solution set can be obtained by first choosing a value for z, and then computing the corresponding values for x and y.

Each free variable gives the solution space one degree of freedom, the number of which is equal to the dimension
Dimension

In mathematics, the dimension of a space is roughly defined as the minimum number of coordinates needed to specify every point within it. For example: a point on the unit circle in the plane can be specified by two Cartesian coordinates but one can make do with a single coordinate , so the circle is 1-dimensional even though it exists in...
 of the solution set. For example, the solution set for the above equation is a line, since a point in the solution set can be chosen by specifying the value of the parameter z. An infinite solution of higher order may describe a plane, or higher dimensional set.

Different choices for the free variables may lead to different descriptions of the same solution set. For example, the solution to the above equations can alternatively be described as follows: Here x is the free variable, and y and z are dependent.

Elimination of variables

The simplest method for solving a system of linear equations is to repeatedly eliminate variables. This method can be described as follows:
  1. In the first equation, solve for the one of the variables in terms of the others.
  2. Plug this expression into the remaining equations. This yields a system of equations with one fewer equation and one fewer unknown.
  3. Continue until you have reduced the system to a single linear equation.
  4. Solve this equation, and then back-substitute until the entire solution is found.


For example, consider the following system:

Solving the first equation for x gives , and plugging this into the second and third equation yields

Solving the first of these equations for y yields , and plugging this into the third equation yields . We now have:

Substituting into the second equation gives , and substituting and into the first equation yields . Therefore, the solution set is the single point .

Row reduction

In row reduction, the linear system is represented as an augmented matrix
Augmented matrix

In linear algebra, the augmented matrix of a matrix is obtained by changing a matrix in some way.Given the matrices A and B, where:...
:

This matrix is then modified using elementary row operations
Elementary row operations

In mathematics, an elementary matrix is a simple Matrix which differs from the identity matrix in a minimal way. The elementary matrices generate the general linear group of invertible matrix, and left multiplication by an elementary matrix represent elementary row operations ....
 until it reaches reduced row echelon form. There are three types of elementary row operations:
Type 1: Swap the positions of two rows.
Type 2: Multiply a row by a nonzero scalar
Scalar (mathematics)

In linear algebra, real numbers are called scalars and relate to vectors in a vector space through the operation of scalar multiplication, in which a vector can be multiplied by a number to produce another vector....
.
Type 3: Add to one row a scalar multiple of another.
Because these operations are reversible, the augmented matrix produced always represents a linear system that is equivalent to the original.

There are several specific algorithms to row-reduce an augmented matrix, the simplest of which are Gaussian elimination
Gaussian elimination

In linear algebra, Gaussian elimination is an efficient algorithm for solving system of linear equations, finding the Rank of a matrix , and calculating the inverse of an invertible matrix....
 and Gauss-Jordan elimination. The following computation shows Gaussian elimination applied to the matrix above:

The last matrix is in reduced row echelon form, and represents the system , , . A comparison with the example in the previous section on the algebraic elimination of variables shows that these two methods are in fact the same; the difference lies in how the computations are written down.

Cramer's rule

Cramer's rule is an explicit formula for the solution of a system of linear equations, with each variable given by a quotient of two determinant
Determinant

In algebra, a determinant is a function depending on n that associates a scalar , det, to an n?n square matrix A. The fundamental geometric meaning of a determinant is a scale factor for measure when A is regarded as a linear transformation....
s. For example, the solution to the system

is given by

For each variable, the denominator is the determinant of the matrix of coefficients, while the numerator is the determinant of a matrix in which one column has been replaced by the vector of constant terms.

Though Cramer's rule is important theoretically, it has little practical value for large matrices, since the computation of large determinants is somewhat cumbersome. (Indeed, large determinants are most easily computed using row reduction.) Further, Cramer's rule has very poor numerical properties, making it unsuitable for solving even small systems reliably, unless the operations are performed in rational arithmetic with unbounded precision.

Other methods

While systems of three or four equations can be readily solved by hand, computers are often used for larger systems. The standard algorithm for solving a system of linear equations is based on Gaussian elimination with some modifications. Firstly, it is essential to avoid division by small numbers, which may lead to inaccurate results. This can be done by reordering the equations if necessary, a process known as pivoting. Secondly, the algorithm does not exactly do Gaussian elimination, but it computes the LU decomposition
LU decomposition

In linear algebra, the LU decomposition is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix....
 of the matrix A. This is mostly an organizational tool, but it is much quicker if one has to solve several systems with the same matrix A but different vectors b.

If the matrix A has some special structure, this can be exploited to obtain faster or more accurate algorithms. For instance, systems with a symmetric
Symmetric matrix

In linear algebra, a symmetric matrix is a square matrix, A, that is equal to its transposeThe entries of a symmetric matrix are symmetric with respect to the main diagonal ....
 positive definite
Positive-definite matrix

In linear algebra, a positive-definite matrix is a Hermitian matrix matrix which in many ways is analogous to a positive real number. The notion is closely related to a Definite bilinear form symmetric bilinear form ....
 can be solved twice as fast with the Cholesky decomposition
Cholesky decomposition

In linear algebra, a subfield of mathematics, the Cholesky decomposition is a matrix decomposition of a symmetric matrix, positive-definite matrix matrix into a lower triangular matrix and the transpose of the lower triangular matrix....
. Levinson recursion
Levinson recursion

Levinson recursion or Levinson-Durbin recursion is a procedure in linear algebra to recursion calculate the solution to an equation involving a Toeplitz matrix....
 is a fast method for Toeplitz matrices
Toeplitz matrix

In the mathematics discipline of linear algebra, a Toeplitz matrix or diagonal-constant matrix, named after Otto Toeplitz, is a matrix in which each descending diagonal from left to right is constant....
. Special methods exist also for matrices with many zero elements (so-called sparse matrices
Sparse matrix

In the mathematics subfield of numerical analysis a sparse matrix is a matrix populated primarily with zeros .Conceptually, sparsity corresponds to systems which are loosely coupled....
), which appear often in applications.

A completely different approach is often taken for very large systems, which would otherwise take too much time or memory. The idea is to start with an initial approximation to the solution (which does not have to be accurate at all), and to change this approximation in several steps to bring it closer to the true solution. Once the approximation is sufficiently accurate, this is taken to be the solution to the system. This leads to the class of iterative method
Iterative method

In computational mathematics, an iterative method attempts to solve a problem by finding successive approximations to the solution starting from an initial guess....
s.

Homogeneous systems

A system of linear equations is homogeneous if all of the constant terms are zero:

A homogeneous system is equivalent to a matrix equation of the form where A is an matrix, x is a column vector with n entries, and 0 is the zero vector with m entries.

Solution set

Every homogeneous system has at least one solution, known as the zero solution (or trivial solution), which is obtained by assigning the value of zero to each of the variables. The solution set has the following additional properties:
  1. If u and v are two vectors representing solutions to a homogeneous system, then the vector sum is also a solution to the system.
  2. If u is a vector representing a solution to a homogeneous system, and r is any scalar
    Scalar (mathematics)

    In linear algebra, real numbers are called scalars and relate to vectors in a vector space through the operation of scalar multiplication, in which a vector can be multiplied by a number to produce another vector....
    , then ru is also a solution to the system.
These are exactly the properties required for the solution set to be a linear subspace
Linear subspace

The concept of a linear subspace is important in linear algebra and related fields of mathematics.A linear subspace is usually called simply a subspace when the context serves to distinguish it from other kinds of subspaces....
 of
R
n. In particular, the solution set to a homogeneous system is the same as the null space of the corresponding matrix A.

Relation to nonhomogeneous systems

There is a close relationship between the solutions to a linear system and the solutions to the corresponding homogeneous system: Specifically, if
p is any specific solution to the linear system , then the entire solution set can be described as Geometrically, this says that the solution set for is a translation
Translation (geometry)

In Euclidean geometry, a translation is moving every point a constant distance in a specified direction. It is one of the Euclidean groups . A translation can also be interpreted as the addition of a constant vector space to every point, or as shifting the Origin of the coordinate system....
 of the solution set for . Specifically, the flat
Flat (geometry)

In geometry, a flat is a subset of n-dimensional space that is congruence to a Euclidean space of lower dimension. The flats in two-dimensional space are point and line , and the flats in three-dimensional space are points, lines, and plane ....
 for the first system can be obtained by translating the linear subspace
Linear subspace

The concept of a linear subspace is important in linear algebra and related fields of mathematics.A linear subspace is usually called simply a subspace when the context serves to distinguish it from other kinds of subspaces....
 for the homogeneous system by the vector p.

This reasoning only applies if the system has at least one solution. This occurs if and only if the vector
b lies in the image
Image (mathematics)

In mathematics, the image of a set under a given function is the set of all possible function outputs when taking each element of the set, successively, as the function's argument....
 of the linear transformation
Linear transformation

In mathematics, a linear map is a function between two vector spaces that preserves the operations of vector addition and scalar multiplication....
 
A.

See also

  • LAPACK
    LAPACK

    LAPACK, the Linear Algebra PACKage, is a software library for numerical computation originally written in Fortran and now written in Fortran....
     (the free standard package to solve linear equations numerically; available in Fortran, C, C++)
  • Row reduction
  • Simultaneous equations
    Simultaneous equations

    In mathematics simultaneous equations are a set of equations containing multiple variables. This set is often referred to as a system of equations....
  • Arrangement of hyperplanes
    Arrangement of hyperplanes

    In geometry and combinatorics, an arrangement of hyperplanes is a finite set A of hyperplanes in a linear space, affine geometry, or projective geometry space S....
  • Linear least squares
    Linear least squares

    Linear least squares is an important computational problem, that arises primarily in applications when it is desired to fit a linear function mathematical model to measurements obtained from experiments....


External links

  • Online
  • , (W. Gilbert Strang), School: MIT