<?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>Nima Heydarian - Engineer, Entrepreneur, eCommerce Consultant &#187; School</title>
	<atom:link href="http://www.nimaheydarian.com/category/school/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nimaheydarian.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 09:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Draw Root Locus Plots Using Matlab</title>
		<link>http://www.nimaheydarian.com/2008/10/how-to-draw-root-locus-plots-using-matlab/</link>
		<comments>http://www.nimaheydarian.com/2008/10/how-to-draw-root-locus-plots-using-matlab/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 05:49:38 +0000</pubDate>
		<dc:creator>Nima</dc:creator>
				<category><![CDATA[School]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[root locus]]></category>

		<guid isPermaLink="false">http://www.nimaheydarian.com/?p=481</guid>
		<description><![CDATA[Drawing Root Locus plots by hand is a hard and time consuming task so it is always good to check the answers with Matlab just to be sure you are on the right track. The process of drawing the Root Locus with Matlab is as follow: Define the numerator (num). Define the denominator (den). Draw [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Drawing <strong>Root Locus</strong> plots by hand is a hard and time consuming task so it is always good to check the answers with <strong>Matlab</strong> just to be sure you are on the right track.</p>
<p>The process of drawing the Root Locus with Matlab is as follow:</p>
<ol>
<li>Define the numerator (<strong>num</strong>).</li>
<li>Define the denominator (<strong>den</strong>).</li>
<li>Draw the Root Locus (<strong>rlocus (num, den)</strong>)</li>
</ol>
<p>So let&#8217;s say we want to draw the root locus for the following system:</p>
<p>G(s) = k / ( s )*( s^2 + 4s + 8 )</p>
<p>The Matlab code will be:</p>
<ol>
<li>num = [1];</li>
<li>den = conv ([1 0] , [1 4 8]);</li>
<li>rlocus (num, den)</li>
</ol>
<p><a href="http://www.nimaheydarian.com/wp-content/uploads/2008/10/root-locus.gif"><img class="aligncenter size-full wp-image-487" title="root locus" src="http://www.nimaheydarian.com/wp-content/uploads/2008/10/root-locus.gif" alt="" width="463" height="371" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.nimaheydarian.com/2008/10/how-to-draw-root-locus-plots-using-matlab/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Taking GMAT Next Week For MBA School</title>
		<link>http://www.nimaheydarian.com/2008/10/taking-gmat-next-week-for-mba-school/</link>
		<comments>http://www.nimaheydarian.com/2008/10/taking-gmat-next-week-for-mba-school/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 18:30:40 +0000</pubDate>
		<dc:creator>Nima</dc:creator>
				<category><![CDATA[School]]></category>
		<category><![CDATA[GMAT]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[masters]]></category>
		<category><![CDATA[MBA]]></category>

		<guid isPermaLink="false">http://www.nimaheydarian.com/?p=445</guid>
		<description><![CDATA[I&#8217;m taking GMAT exam next week. GMAT is the exam needed for an MBA application. I have been studying quite a bit for it, but it is never enough. GMAT score ranges from 200 to 800. The median score is 500. Most good MBA school want above 600. However, schools like Harvard, Yale, Columbia, Chicago [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m taking <a href="http://www.mba.com/mba/TaketheGMAT" target="_blank">GMAT exam</a> next week. GMAT is the exam needed for an MBA application. I have been studying quite a bit for it, but it is never enough.</p>
<p>GMAT score ranges from 200 to 800. The median score is 500. Most good MBA school want above 600. However, schools like <a href="http://www.harvard.edu/" target="_blank">Harvard</a>, <a href="http://www.yale.edu/" target="_blank">Yale</a>, <a href="http://www.columbia.edu/" target="_blank">Columbia</a>, <a href="http://www.uchicago.edu/" target="_blank">Chicago</a> and likewise like to see a score of 700+.</p>
<p><a href="http://www.mba.com/mba/TaketheGMAT" target="_blank">GMAT</a> is three parts: English, essay, and Math. The Math part is easy as long as you don&#8217;t make stupid mistakes but the English and essay part can be challenging which in fact they are.</p>
<p>My plan is to finish the <a href="http://www.amazon.com/Kaplan-GMAT-Premier-Program-CD-ROM/dp/141955204X/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1224354361&amp;sr=1-2" target="_blank">Kaplan GMAT book</a>, and take at least <strong>4 other sample tests</strong> before taking the GMAT. I will sign up for an exam date toward the end of October. The test costs $250 each time you take it. It would suck if I do poorly the first time and have to retake it.</p>
<p>I will post any GMAT and MBA tips that I learn along this path on my blog as well.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.nimaheydarian.com/2008/10/taking-gmat-next-week-for-mba-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TI 89  Switch From Radians To Degrees</title>
		<link>http://www.nimaheydarian.com/2008/10/ti-89-switch-from-radians-to-degrees/</link>
		<comments>http://www.nimaheydarian.com/2008/10/ti-89-switch-from-radians-to-degrees/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 16:53:13 +0000</pubDate>
		<dc:creator>Nima</dc:creator>
				<category><![CDATA[School]]></category>
		<category><![CDATA[Calculator]]></category>
		<category><![CDATA[TI 89]]></category>

		<guid isPermaLink="false">http://www.nimaheydarian.com/?p=339</guid>
		<description><![CDATA[Question: On TI 89 Calculator how can I switch from Radians to Degrees? Select &#8220;MODE&#8220; Scroll down to the line that reads &#8220;Angle&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..Radians&#8221; Click &#8220;ENTER&#8221; and Change &#8220;Radians&#8221; to &#8220;Degrees&#8221;. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="TI 89" src="http://www.ticalc.org/images/calcs/89-ti-big.gif" alt="" width="185" height="185" /></p>
<p>Question: <strong>On TI 89 Calculator how can I switch from Radians to Degrees?</strong></p>
<ol>
<li>Select &#8220;<strong>MODE</strong>&#8220;</li>
<li>Scroll down to the line that reads &#8220;<strong>Angle&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..Radians&#8221;</strong></li>
<li>Click &#8220;ENTER&#8221; and Change &#8220;Radians&#8221; to &#8220;Degrees&#8221;.</li>
</ol>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6235999343036765";
/* NimaBlog - Ad Unit */
google_ad_slot = "7515025804";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.nimaheydarian.com/2008/10/ti-89-switch-from-radians-to-degrees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Electromagnetic Motion Devices &#8211; Chapter 1-1</title>
		<link>http://www.nimaheydarian.com/2008/06/electromagnetic-motion-devices-chapter-1-1/</link>
		<comments>http://www.nimaheydarian.com/2008/06/electromagnetic-motion-devices-chapter-1-1/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 23:17:57 +0000</pubDate>
		<dc:creator>Nima</dc:creator>
				<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://www.nimaheydarian.com/?p=127</guid>
		<description><![CDATA[Here are some important points I learned in my readings of chapter 1 of Electromagnetic Motion Devices: In all electromechanical devices, mechanical motion must occur (surprise!!). This motion reflects into the system as a flux linkage (in electromagnetic systems) or charge change (in electrostatic systems). Amperes Law. (Ni) is the current enclosed in a close [...]


Related posts:<ol><li><a href='http://www.nimaheydarian.com/2008/06/electromechanical-motion-devices-by-paul-c-krause/' rel='bookmark' title='Permanent Link: Electromechanical Motion Devices By Paul C. Krause'>Electromechanical Motion Devices By Paul C. Krause</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here are some important points I learned in my readings of chapter 1 of <a href="http://www.nimaheydarian.com/2008/06/electromechanical-motion-devices-by-paul-c-krause/">Electromagnetic Motion Devices</a>:</p>
<ul>
<li>In all electromechanical devices, mechanical motion must occur (surprise!!). This motion reflects into the system as a <a href="http://en.wikipedia.org/wiki/Flux_linkage"><strong>flux linkage</strong></a> (in electromagnetic systems) or <strong>charge change</strong> (in electrostatic systems).</li>
<li><a href="http://en.wikipedia.org/wiki/Amp%C3%A8re%27s_circuital_law">Amperes Law.</a> (Ni) is the current enclosed in a close loop circuit and has the units of (amperes), however it is commonly referred to as Ampere-Turn (At) or Magnetomotive Force (mmf).</li>
<li>Generally (from what I understand) the way to solve the work out problems in this section is to
<ol>
<li>draw the equivalent electric circuit diagram of the magnetic system</li>
<li>calculate different R values (reluctances of different paths on the system) and come up with equivalent reluctance of the whole system</li>
<li>Put all the know and unknown information into the ? * (R1+R2) = Ni equation.</li>
</ol>
</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6235999343036765";
/* NimaBlog - Ad Unit */
google_ad_slot = "7515025804";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>


<p>Related posts:<ol><li><a href='http://www.nimaheydarian.com/2008/06/electromechanical-motion-devices-by-paul-c-krause/' rel='bookmark' title='Permanent Link: Electromechanical Motion Devices By Paul C. Krause'>Electromechanical Motion Devices By Paul C. Krause</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.nimaheydarian.com/2008/06/electromagnetic-motion-devices-chapter-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Electromechanical Motion Devices By Paul C. Krause</title>
		<link>http://www.nimaheydarian.com/2008/06/electromechanical-motion-devices-by-paul-c-krause/</link>
		<comments>http://www.nimaheydarian.com/2008/06/electromechanical-motion-devices-by-paul-c-krause/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 17:52:41 +0000</pubDate>
		<dc:creator>Nima</dc:creator>
				<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://www.nimaheydarian.com/?p=126</guid>
		<description><![CDATA[I have started studying ELectromechanical Motion Devices by Paul C. Krause and Oleg Wasynczuk. I will finish the book (hopefully) by end of summer. As I read through the chapters, I will write notes and solutions here. This way I can be sure that I have learned the material and also if someone can find [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I have started studying <strong>ELectromechanical Motion Devices by Paul C. Krause and Oleg Wasynczuk</strong>. I will finish the book (hopefully) by end of summer. As I read through the chapters, I will write notes and solutions here.</p>
<p>This way I can be sure that I have learned the material and also if someone can find any mistakes in my understandings he/she can point it out by sending a comment.</p>
<p>If everything goes well, I should have a new post on this topic every other day.</p>
<p><img src="http://www.nimaheydarian.com/wp-content/uploads/2008/01/Electromechanical-motion-devices.jpg" alt="" width="342" height="417" /></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.nimaheydarian.com/2008/06/electromechanical-motion-devices-by-paul-c-krause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
