Posts Tagged ‘top’
Tuesday, November 17th, 2009
Introduction to Half-Planes
Description
A detailed tutorial on half-planes. Step by step tutorial including several examples of half-planes for reference.
Overview
A half-plane is simply half a plane, that includes all the lines on half of the plane and sometimes the points. If the plane includes the points, it is a closed half-plane. If it doesn’t, then it is an open half-plane. The most common half planes are upper, lower, right, and left planes, where that side of the plane is all that is included. However, there are many other kinds of half planes that are all a variety of diagonal half-planes.
Tags: bottom, closed, Geometry, half, half-plane, left, lines, lower, open, plane, points, region, right, top, upper
Posted in Geometry | No Comments »
Thursday, November 5th, 2009
Main Diagonal of a Matrix
Description
A detailed tutorial on the main diagonal of a matrix. Step by step tutorial including several examples of main diagonals for reference.
Overview
The main diagonal of a matrix is the diagonal that starts at the top left corner, and continues down and to the right one step until either the other corner is reached (square matrices only), the bottom of the matrix is reached, or the right side of the matrix is reached. The main diagonal is also sometimes called the primary diagonal or the leading diagonal
Tags: algebra, bottom, diagonal, leading, left, linear, main, matrices, matrix, primary, regular, right, square, step, top
Posted in Algebra | No Comments »
Thursday, November 5th, 2009
Upper and Lower Triangular Matrices
Description
A detailed tutorial on upper and lower triangular matrices. Step by step tutorial including several examples of triangular matrices for reference.
Overview
A triangular matrix is a kind of square matrix where an element above or below the main diagonal is 0. This gives the true elements of the matrix a triangle shape, which is how it got its name. An upper triangular matrix is sometimes called a right triangular matrix. The matrix is up in the right upper corner, and the 0 element is in the lower left corner. A lower triangular matrix is sometimes called a left triangular matrix. The matrix is in the left bottom corner, and the 0 element is in the upper right corner.
Tags: 0, algebra, bottom, element, left, lower, matrices, matrix, right, square, top, triangle, triangular, upper, zero
Posted in Algebra | No Comments »
Tuesday, November 3rd, 2009
Rule of Sarrus Explained
Description
A detailed tutorial on the Rule of Sarrus. Step by step tutorial including several examples of the Rule of Sarrus and determinants for reference.
Overview
The Rule of Sarrus is a method used to compute the determinant of a 3×3 matrix. Mathematically stated, if you are given a 3×3 matrix, you can compute the determinant by repeating the first two columns of the matrix behind the third column, so that you have 5 columns in a row. This forms a 3×5 matrix. Then you add the products of the diagonals going from top to bottom (left to right), and subtract the products going from bottom to top (left to right). This can also be used for 2×2 matrices, but the rule used is a little different.
Tags: 2x2, 3x3, 3x5, add, algebra, bottom, column, determinant, diagonal, left, matrices, matrix, product, right, row, rule, sarrus, scheme, subtract, top
Posted in Algebra | No Comments »