<?xml version="1.0" encoding="UTF-8"?>










<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">
    <channel>
        <title>Math Forum</title>
        <link>http://mathforum.org/kb</link>
        <description>List of forum topics</description>
        <language>en</language>


        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973314&amp;tstart=0#7973314</link>

        

            <description><![CDATA[Dear All<br><br>Many thanks for the answers.   I have adapted some of them to my needs.<br><br>Cheers<br><br>Ed<br><br><br>On Jan 3, 2013, at 12:37]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:18:08 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:18:08 AM</jf:modificationDate>
            <jf:author>emammendes@gmail.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973320&amp;tstart=0#7973320</link>

        

            <description><![CDATA[ <br>]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:18:08 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:18:08 AM</jf:modificationDate>
            <jf:author></jf:author>
            <jf:replyCount>1</jf:replyCount>
        </item>

        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973313&amp;tstart=0#7973313</link>

        

            <description><![CDATA[And one more thing,`<br><br>If you wish to get fancy with this, you can extract both the real and <br>imaginary parts at once:<br><br>]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:18:08 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:18:08 AM</jf:modificationDate>
            <jf:author>murrayeisenberg@gmail.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973319&amp;tstart=0#7973319</link>

        

            <description><![CDATA[ <br>]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:18:08 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:18:08 AM</jf:modificationDate>
            <jf:author></jf:author>
            <jf:replyCount>3</jf:replyCount>
        </item>

        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973307&amp;tstart=0#7973307</link>

        

            <description><![CDATA[I forgot that ComplexExpand can take an optional 2nd argument specifying <br>any variables that should be treated as complex rather than as real.]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:18:08 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:18:08 AM</jf:modificationDate>
            <jf:author>murrayeisenberg@gmail.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973318&amp;tstart=0#7973318</link>

        

            <description><![CDATA[ <br>]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:18:07 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:18:07 AM</jf:modificationDate>
            <jf:author></jf:author>
            <jf:replyCount>5</jf:replyCount>
        </item>

        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973306&amp;tstart=0#7973306</link>

        

            <description><![CDATA[Since there seems to be some typo or else some spurious control code <br>("=882") in the numerator of your fraction, for purposes of <br>explanation]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:18:02 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:18:02 AM</jf:modificationDate>
            <jf:author>murray@math.umass.edu</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973309&amp;tstart=0#7973309</link>

        

            <description><![CDATA[expr = (w = 882)/(s^2 + 2*z*w*s + w^2);<br><br>re = Re[ComplexExpand[expr, s]] //<br>   Simplify[#, Element[z, Reals]] &#38;;<br><br>im =]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:17:24 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:17:24 AM</jf:modificationDate>
            <jf:author>hanlonr357@gmail.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973308&amp;tstart=0#7973308</link>

        

            <description><![CDATA[Re and Im work for me, here is what I tried, giving values to s and z:<br><br>Module[{w, s, z},<br> s = 5 + 3 I;<br> z = 12 - 2 I;<br> (w = 882)/(s^2]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:17:24 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:17:24 AM</jf:modificationDate>
            <jf:author>mathgroup@stein.org</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: How to get the Real and Imaginary part of an expression</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7973302&amp;tstart=0#7973302</link>

        

            <description><![CDATA[Eduardo,<br><br>Two problems:<br><br>(1) Mathematica does not know that s is a complex variable.<br><br>(2) The functions Re[ ] and Im[ ] work only]]></description>

        

            <jf:creationDate>Jan 5, 2013 2:17:24 AM</jf:creationDate>
            <jf:modificationDate>Jan 5, 2013 2:17:24 AM</jf:modificationDate>
            <jf:author>rm.tech@mac.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>


    </channel>
</rss>

