What Is A Linear Equation?: 1 1 2 2 n-1 n-1 N N I I I
What Is A Linear Equation?: 1 1 2 2 n-1 n-1 N N I I I
y=x+4, y= -4, and 3x-4y = 1/2 are linear functions); in a rectangular coordinate system, the graph of a
linear function is a line. It is a function that has a constant rate of change. It has a graph which is a
straight line.Such a function can be written as f(x) = mx + b, where m and b are real constants and x is a
real variable.
Such an equation represents a hyper plane in the n-dimensional Euclidean space. In particular, a
two variable linear equation represents a straight line in Cartesian plane and a three variable
linear equation represents a plane on Euclidean 3-space.
In the single variable case, the general form of a quadratic equation is ax 2 + bx + c = 0. Where a,
b, c are real numbers out of which ‘a’ is non-zero. The discriminant ∆ = (b2 - 4ac) determines the
nature of the roots of the quadratic equation. The roots of the equation will be real distinct, real
similar and complex according as ∆ is positive, zero and negative. The roots of the equation can
be easily found using the formula x = (- b ± √∆ ) / 2a.
In the two variable case, the general form would be ax2 + by2 + cxy + dx + ex + f = 0, and this
represents a conic (parabola, hyperbola or ellipse) in Cartesian plane. In higher dimensions, this
type of equations represents hyper-surfaces known as quadrics.
hat is a matrix?
A matrix is a rectangular array of numbers. The size or dimension of a matrix is defined by the
number of rows and columns it contains. Matrices is plural for matrix.
What are the types of matrices?
A matrix may be classified by types. It is possible for a matrix to belong to more than one type.
A zero matrix or a null matrix is a matrix that has all its elements zero.
A scalar matrix is a diagonal matrix where all the diagonal elements are equal. For example:
⎛⎝⎜300030003⎞⎠⎟
An upper triangular matrix is a square matrix where all the elements located below the
diagonal are zeros. For example:
⎛⎝⎜200310−245⎞⎠⎟
A lower triangular matrix is a square matrix where all the elements located above the diagonal
are zeros. For example:
⎛⎝⎜3−12045001⎞⎠⎟
A unit matrix is a diagonal matrix whose elements in the diagonal are all ones.