 




<?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>IT Answers &#187; Diagonal matrix</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/diagonal-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 07:53:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Array manipulation</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/array-manipulation/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/array-manipulation/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 06:52:27 +0000</pubDate>
		<dc:creator>Yashpal</dc:creator>
				<category><![CDATA[Array]]></category>
		<category><![CDATA[Array processing]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Arrays (programming)]]></category>
		<category><![CDATA[Diagonal matrix]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Array]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i want to create a 10&#215;10 matrix(with user input) for e.g., i have given a small sample of 2&#215;2 matrix and below is the description regarding what manipulation i want to do. say for e.g my matrix is 0.76   1 0      0.3 now what i want to do is that, whenever the value in the [...]]]></description>
				<content:encoded><![CDATA[<p>i want to create a 10&#215;10 matrix(with user input)</p>
<p>for e.g., i have given a small sample of 2&#215;2 matrix and below is the description regarding what manipulation i want to do.</p>
<p>say for e.g my matrix is<br />
0.76   1<br />
0      0.3</p>
<p>now what i want to do is that, whenever the value in the matrix is greater than 0.25, i want to print 1 and if it is less than 0.25 than i want to print 0 and if it is 0 or 1 then let it be as it is&#8230;.<br />
so the answer for my above matrix should be</p>
<p>1    1<br />
0    0</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/array-manipulation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Defining a diagonal matrix in VB 6</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/diagonal-matrices-in-vb6/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/diagonal-matrices-in-vb6/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 22:18:22 +0000</pubDate>
		<dc:creator>Frankly747</dc:creator>
				<category><![CDATA[Diagonal matrix]]></category>
		<category><![CDATA[VB 6]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Visual Basic 6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi. I am having trouble defining a diagonal matrix. I am using code that is something like public diagmatrix(numofm, numofm) as long (numofm has been pre-set as some number) but i&#8217;m getting an error message, &#8220;constant expression required&#8221;. Thing is, to begin with, the number of columns and rows (square matrix) should be equal to [...]]]></description>
				<content:encoded><![CDATA[<p>Hi.<br />
I am having trouble defining a diagonal matrix.<br />
I am using code that is something like</p>
<p> public diagmatrix(numofm, numofm) as long<br />
   (numofm has been pre-set as some number)</p>
<p>but i&#8217;m getting an error message, &#8220;constant expression required&#8221;.  Thing is, to begin with, the number of columns and rows (square matrix) should be equal to &#8220;numofm&#8221;; this is because &#8220;numofm&#8221; will change on different occassions as selected by users and the code  &#8221; public diagmatrix(numofm, numofm) as long&#8221; was meant to allow the matrix dimensions to change accordingly.  </p>
<p>Secondly, the diagonal elements are dependent on other variables, say, 3 variables, temperature, pressure and thrust.  This would thus require a 3by3 diagonal matrix.  How would I define these diagonal elements ?  Say, Row1, column 1 should be reciprocal of temp.<br />
Row2, column 2 should be reciprocal of pressure<br />
Row3, column 3 should be reciprocal of thrust<br />
Every other element would ofcoure be zero, being a diagonal matrix.</p>
<p>Temp, pressure and thrust are variables and users can add to these, thus requiring a larger matrix&#8212;or reduce these variables, thus requiring a smaller matrix.</p>
<p>Thanks.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/diagonal-matrices-in-vb6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.027 seconds using memcached
Object Caching 397/422 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 08:27:05 -->