<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: To find the sum of primary diagonal of a Matrix	</title>
	<atom:link href="https://studentprojects.in/software-development/c-tutorials/c/matrix/to-find-the-sum-of-primary-diagonal-of-a-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/c-tutorials/c/matrix/to-find-the-sum-of-primary-diagonal-of-a-matrix/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Wed, 05 Mar 2014 15:24:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: Anonymous		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/matrix/to-find-the-sum-of-primary-diagonal-of-a-matrix/comment-page-1/#comment-10469</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 05 Mar 2014 15:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=367#comment-10469</guid>

					<description><![CDATA[1  2  3
4  5  6
7  8  9
 
In above 3X3 matrix there are two types diagonal element as:
first diagonal elements are  1, 5, 9 and
second diagonal elements are 3, 5,7
 
please find attached the program to find the sum of diagonals of a matrix.

please have a look at the following link to have an indepth understanding of the problem

http://www.fixoncloud.com/Home/LoginValidate/OneProblemComplete_Detailed.php?problemid=327]]></description>
			<content:encoded><![CDATA[<p>1  2  3<br />
4  5  6<br />
7  8  9</p>
<p>In above 3X3 matrix there are two types diagonal element as:<br />
first diagonal elements are  1, 5, 9 and<br />
second diagonal elements are 3, 5,7</p>
<p>please find attached the program to find the sum of diagonals of a matrix.</p>
<p>please have a look at the following link to have an indepth understanding of the problem</p>
<p><a href="http://www.fixoncloud.com/Home/LoginValidate/OneProblemComplete_Detailed.php?problemid=327" rel="nofollow ugc">http://www.fixoncloud.com/Home/LoginValidate/OneProblemComplete_Detailed.php?problemid=327</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
