this blog is made to explain in the best form the numerical methods course;i want with it,study and learn with other people about the course.
this blog will be a very helpful to other people that have some problems, questions,and comments maybe, for the course.
i hope that the blog can answer some questions for students,and they can help me with their comments !!
sábado, 17 de julio de 2010
Matrices
The matrices are used to describe systems of linear equations, keep track of the coefficients of a linear and record data that depend on various parameters. Arrays are described in the field of matrix theory. Can add, multiply and decompose in various ways, which also makes a key concept in the field of linear algebra.
When an array element is in the ith row and jth column is called the element i, jo (i, j)-ith the array. Put back first rows and then columns.
Briefly usually expressed as A = (aij) with i = 1, 2, ..., m, j = 1, 2, ..., n. The subscripts indicate the element's position within the array, the first denotes the row (i) and the second column (j). For example the element a25 is the element in row 2 and column 5.
TO resolve these matrices,there are some methods to do :
1. Replace Ri by ari where a is a nonzero number (in words: multiply or divide a row by a nonzero number). 2. Replace Ri by ari ± BRJ where a is a nonzero number (replacing a row by a linear combination with another line). 3. Swap two rows
By using these three operations, we can set any matrix in reduced form. A matrix is reduced, or reduced row echelon form if:
P1. The first nonzero element in each row (called the highlight of that line) is 1. P2. The columns of the highlights are cleared (ie, contain zero in every position above and below the central element.) The process of clearing a column by use of row operations is called swinging. P3. The important element in each row is on the right of the highlight of the previous row and the rows of zero (if any) are at the bottom of the array. The procedure to reduce a matrix to reduced echelon form is also called Gauss-Jordan reduction.
No hay comentarios:
Publicar un comentario