by : Arvin Paolo Diaz

Saturday, June 28, 2014

Row-Echelon in matrices


a matrix is said to be in row echelon form if:



  a.) all of the leading coefficients is 1.
  b.) each of the succeeding row from the bottom has the leading coefficient of 1
  c.) if the bottom row has all zeros (consistent dependent system).


an example of a matrix in row-echelon form.






                                                   
a matrix is said to be in reduced row-echelon form if:
 a.) it is in row-echelon form.
 b.) every leading coefficient is 1 and is the only non zero entry. (besides the constant).


an example of a matrix in reduced  row-echelon form.













Gaussian Elimination...

-also known as Row Reduction 

-an algorithm for solving systems of linear equations. It is usually understood as a sequence of operations performed on the associated matrix of coefficients. This method can also be used to find the rank of a matrix, to calculate the determinant of a matrix, and to calculate the inverse of an invertible square matrix. The method is named after Carl Friedrich Gauss, although it was known to Chinese mathematicians as early as 179 AD.


                            Here is an example of a augmented matrix to a row-echelon form.

\left[\begin{array}{rrr|r}
1 & 3 & 1 & 9 \\
1 & 1 & -1 & 1 \\
3 & 11 & 5 & 35
\end{array}\right]\to
\left[\begin{array}{rrr|r}
1 & 3 & 1 & 9 \\
0 & -2 & -2 & -8 \\
0 & 2 & 2 & 8
\end{array}\right]\to
\left[\begin{array}{rrr|r}
1 & 3 & 1 & 9 \\
0 & -2 & -2 & -8 \\
0 & 0 & 0 & 0
\end{array}\right]\to
\left[\begin{array}{rrr|r}
1 & 0 & -2 & -3 \\
0 & 1 & 1 & 4 \\
0 & 0 & 0 & 0
\end{array}\right]

Sunday, June 22, 2014

Matrices...

Matrices are one of the important elements in Linear Algebra.

Matrix is a rectangular array of numbers, symbols, or expressions, arranged in rows and columns. The individual items in a matrix are called its elements or entries.

 \mathbf{A} = 
 \begin{bmatrix}
 a_{11} & a_{12} & \cdots & a_{1n} \\
 a_{21} & a_{22} & \cdots & a_{2n} \\
 \vdots & \vdots & \ddots & \vdots \\
 a_{m1} & a_{m2} & \cdots & a_{mn}
 \end{bmatrix}.

This is the notation of a matrix.

There are different row operations when it comes to solving a solution using the matrices.

There are three types of row operations:
1.row addition, that is adding a row to another.
2.row multiplication, that is multiplying all entries of a row by a non-zero constant;
3.row switching, that is interchanging two rows of a matrix;

Friday, June 20, 2014

Introduction to Linear Algebra



Linear Algebra is the study of linear sets of equations and their transformation properties. Linear algebra allows the analysis of rotations in space, least squares fitting, solution of coupled differential equations, determination of a circle passing through three given points, as well as many other problems in mathematics, physics, and engineering. Confusingly, linear algebra is not actually an algebra in the technical sense of the word "algebra" (i.e., a vector space over a field , and so on).

The matrix and determinant are extremely useful tools of linear algebra. One central problem of linear algebra is the solution of the matrix equation




for . While this can, in theory, be solved using a matrix inverse




other techniques such as Gaussian elimination are numerically more robust.

In addition to being used to describe the study of linear sets of equations, the term "linear algebra" is also used to describe a particular type of algebra. In particular, a linear algebra over a field has the structure of a ring with all the usual axioms for an inner addition and an inner multiplication together with distributive laws, therefore giving it more structure than a ring. A linear algebra also admits an outer operation of multiplication by scalars (that are elements of the underlying field ). For example, the set of all linear transformations from a vector space to itself over a field forms a linear algebra over . Another example of a linear algebra is the set of all real square matrices over the field of the real numbers.

Thursday, June 19, 2014

First Post :)

HAHAH lol bigla kong naalala may blog pa pala kaya eto first post ko xD di pa naeedit ung design kaya sa susunod nalang :3