<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Science And Technology &#187; Matrices and determinants.</title>
	<atom:link href="http://oscience.info/mathematics/matrices-and-determinants/feed/" rel="self" type="application/rss+xml" />
	<link>http://oscience.info</link>
	<description>The ultimate resource for Science and Technology</description>
	<lastBuildDate>Tue, 08 May 2012 16:59:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Types of matrices</title>
		<link>http://oscience.info/mathematics/types-of-matrices/</link>
		<comments>http://oscience.info/mathematics/types-of-matrices/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:26:50 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Matrices and determinants.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=6</guid>
		<description><![CDATA[Matrix theory is one of most important topic in mathematics , so it must be studied in detail to solve the mathematical problems with the help of matrix. One of the step in studying matrix is to study it&#8217;s types and example. Different types of matrices and it&#8217;s details are described below: Note that it [...]]]></description>
			<content:encoded><![CDATA[<p>Matrix theory is one of most important topic in mathematics , so it must be studied in detail to solve the mathematical problems with the help of matrix. One of the step in studying matrix is to study it&#8217;s types and example. Different <strong>types of matrices</strong> and it&#8217;s details are described below:</p>
<p>Note that it is possible for some matrices to belong in more than one type.</p>
<p><span style="text-decoration: underline;">Types of matrices are as follows</span>:<br />
1&gt; Row matrix:<br />
A matrix having only one row is known as row matrix. for example:<br />
<img src="http://oscience.info/image/rowmatrix1.JPG" alt="" /> , <img src="http://oscience.info/image/rowmatrix2.JPG" alt="" /> , <img src="http://oscience.info/image/rowmatrix3.JPG" alt="" /></p>
<p>2&gt;Column matrix:<br />
A matrix , having only one column is known as column matrix.<br />
A matrix of order 2×1 is also called vector matrix.<br />
For example:<br />
<img src="http://oscience.info/image/columnmatrix1.JPG" alt="" /> , <img src="http://oscience.info/image/columnmatrix2.JPG" alt="" /> , <img src="http://oscience.info/image/columnmatrix3.JPG" alt="" /></p>
<p>3&gt; square matrix:<br />
A matrix having same number of rows and column is known as square matrix.<br />
For example:<br />
<img src="http://oscience.info/image/squarematrix1.JPG" alt="" /> , <img src="http://oscience.info/image/squarematrix2.JPG" alt="" /> and <img src="http://oscience.info/image/squarematrix3.JPG" alt="" /></p>
<p>4&gt; Rectangular matrix:<br />
A matrix that is not a square matrix or a matrix not having equal number of rows and column is known as rectangular matrix.<br />
For example:<br />
<img src="http://oscience.info/image/rectmatrix1.JPG" alt="" /> , <img src="http://oscience.info/image/rectmatrix2.JPG" alt="" /> and <img src="http://oscience.info/image/rectmatrix3.JPG" alt="" /></p>
<p>5&gt; Diagonal matrix:<br />
A square matrix having all non-diagonal elements zero is known as diagonal matrix.<br />
(NOTE: All the elements of square matrix whose row and column position is same are known as diagonal elements.)<br />
For example:<br />
<img src="http://oscience.info/image/diagonalmatrix1.JPG" alt="" /> , <img src="http://oscience.info/image/diagonalmatrix2.JPG" alt="" /> and <img src="http://oscience.info/image/diagonalmatrix3.JPG" alt="" /></p>
<p>6&gt; Scalar matrix:<br />
A diagonal matrix having all the diagonal elements equal , is called scalar matrix.<br />
For example:<br />
<img src="http://oscience.info/image/scalarmatrix.JPG" alt="" /></p>
<p>7&gt; unit matrix or Identity matrix:<br />
A diagonal matrix having all the diagonal elements equal to 1 is known as unit or identity matrix.<br />
For example:<br />
<img src="http://oscience.info/image/unitmatrix.JPG" alt="" /></p>
<p>8&gt; Zero or null matrix:<br />
Any matrix having all of its elements 0 is known as zero or null matrix.<br />
For example:<br />
<img src="http://oscience.info/image/zeromatrix.JPG" alt="" /></p>
<p>9&gt; Triangular matrix:<br />
A square matrix having all the elements 0 either below the diagonal or above the diagonal is known as triangular matrix.</p>
<p>Note: A triangular matrix having elements 0 below diagonal is called upper triangular matrix ,A triangular matrix having elements 0 Above diagonal is called lower triangular</p>
<p>matrix and if a matrix have elements 0 both below and above the diagonal then it is a diagonal matrix.<br />
For example:<br />
<img src="http://oscience.info/image/triangularmatrix2.JPG" alt="" /> , <img src="http://oscience.info/image/triangularmatrix1.JPG" alt="" /></p>
<p>10&gt; Symmetric matrix:<br />
A square matrix &#8220;A&#8221; is called a symmetric matrix if all of its elements follow the rule that : any element &#8220;a&#8221; is equal to another element whose row and column position is</p>
<p>equal to the column and row position of the element &#8220;a&#8221; respectively.<br />
For example:<br />
<img src="http://oscience.info/image/symmetricmatrix.JPG" alt="" /></p>
<p>11&gt; Skew-symmetric matrix:<br />
A square matrix &#8220;A&#8221; is called a skew-symmetric matrix if all of its elements follow the rule that : any element &#8220;a&#8221; is equal to the negative value of another element whose</p>
<p>row and column position is equal to the column and row position of the element &#8220;a&#8221; respectively.<br />
Note: Every skew-symmetric matrix have its diagonal elements 0.<br />
For example:<br />
<img src="http://oscience.info/image/skewsymmetricmatrix.JPG" alt="" /></p>
<p>12&gt; Sub-matrix .<br />
A matrix formed by eliminating some rows or columns or both of another matrix is called sub-matrix of the original matrix.<br />
For example:<br />
<img src="http://oscience.info/image/submatrix.JPG" alt="" /> is a sub matrix of matrix <img src="http://oscience.info/image/matrix.JPG" alt="" /></p>
<p>You can search from the box at the top of the page if you want more info.</p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/types-of-matrices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is matrix</title>
		<link>http://oscience.info/mathematics/what-is-matrix/</link>
		<comments>http://oscience.info/mathematics/what-is-matrix/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:23:33 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Matrices and determinants.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=3</guid>
		<description><![CDATA[The theory of matrix is a powerful tool in modern mathematics. It is especially useful in the system of linear equations, linear transformation and many other filed of physics, chemistry, engineering and social science. What is matrix?: Matrix is a rectangular array of numbers arranged in row (horizontal lines) and columns (vertical lines) usually a [...]]]></description>
			<content:encoded><![CDATA[<p>The theory of <span style="text-decoration: underline;">matrix</span> is a powerful tool in modern mathematics. It is especially useful in the system of linear equations, linear transformation and many other filed of</p>
<p>physics, chemistry, engineering and social science.</p>
<p><strong>What is matrix?</strong>:</p>
<p>Matrix is a rectangular array of numbers arranged in row (horizontal lines) and columns (vertical lines) usually a matrix is enclosed between round or square</p>
<p>brackets.</p>
<p>Example:<br />
1&gt;</p>
<p><img src="http://oscience.info/image/matrix-3.3-1.JPG" alt="" /></p>
<p>2&gt;<br />
<img src="http://oscience.info/image/matrix-3.2-1.JPG" alt="" /></p>
<p>Usually matrix are denoted by a capital letter and two subscription.<br />
Example:<br />
<img src="http://oscience.info/image/matrixaij.JPG" alt="" /><br />
Where “i” denotes the number of rows the matrix have and “j” denotes the number of columns the matrix have.</p>
<p>Elements of a matrix:<br />
Each entry in a array(Matrix) is known as element of the matrix.<br />
For example in<br />
<img src="http://oscience.info/image/matrix-3.3-1.JPG" alt="" /></p>
<p>1 , 2 , 5 , 4, 8, 9 , 2 , 7 , 3 are the elements of matrix.<br />
Elements of a matrix are denoted by small letter followed by two sub scripts.<br />
For example:<br />
<img src="http://oscience.info/image/matrixelementaij.JPG" alt="" /></p>
<p>Where “i” denotes the row position of &#8220;a&#8221;(element of matrix) in matrix and “j” denotes the column position of &#8220;a&#8221;(element of matrix) in matrix.<br />
For example:<br />
In matrix<br />
<img src="http://oscience.info/image/matrix-3.3-1.JPG" alt="" /><br />
<img src="http://oscience.info/image/element12.3.JPG" alt="" /><br />
=7</p>
<p>The world of matrix is very interesting we can do a lot of things with matrix. For more advanced articles about matrix please search in the search box at top of the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/what-is-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.380 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-10 20:00:46 -->
<!-- Compression = gzip -->
