<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Using Maple to rearrage equation into real and imaginary parts</title>
    <link>http://www.mapleprimes.com/questions/39972-Using-Maple-To-Rearrage-Equation-Into</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 22:14:48 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 22:14:48 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Using Maple to rearrage equation into real and imaginary parts</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Using Maple to rearrage equation into real and imaginary parts</title>
      <link>http://www.mapleprimes.com/questions/39972-Using-Maple-To-Rearrage-Equation-Into</link>
    </image>
    <item>
      <title>evalc, or assumptions</title>
      <link>http://www.mapleprimes.com/questions/39972-Using-Maple-To-Rearrage-Equation-Into?ref=Feed:MaplePrimes:Using Maple to rearrage equation into real and imaginary parts:Comments#answer73323</link>
      <itunes:summary>&lt;p&gt;You can do this using Maple's Re() or Im() routines, but it helps if you can also inform Maple that the other quantities H1(k), etc, are purely real.&lt;/p&gt;
&lt;p&gt;There are a few ways to do that. One way uses the fact that Maple's evalc assumes that names are generally real.&lt;/p&gt;
&lt;pre&gt;
C(k) := H1(k)/(H1(k) + I*H0(k));

RC:=evalc(Re(C(k)));

IC:=evalc(Im(C(k)));

simplify( RC+I*IC - C(k) );
&lt;/pre&gt;
&lt;p&gt;A second way is to utilize assumptions on those other names via Maple's `assuming` facility.&lt;/p&gt;
&lt;pre&gt;
C := H1/(H1 + I*H0);

Re(C) assuming real;

Im(C) assuming real;
&lt;/pre&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You can do this using Maple's Re() or Im() routines, but it helps if you can also inform Maple that the other quantities H1(k), etc, are purely real.&lt;/p&gt;
&lt;p&gt;There are a few ways to do that. One way uses the fact that Maple's evalc assumes that names are generally real.&lt;/p&gt;
&lt;pre&gt;
C(k) := H1(k)/(H1(k) + I*H0(k));

RC:=evalc(Re(C(k)));

IC:=evalc(Im(C(k)));

simplify( RC+I*IC - C(k) );
&lt;/pre&gt;
&lt;p&gt;A second way is to utilize assumptions on those other names via Maple's `assuming` facility.&lt;/p&gt;
&lt;pre&gt;
C := H1/(H1 + I*H0);

Re(C) assuming real;

Im(C) assuming real;
&lt;/pre&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>73323</guid>
      <pubDate>Thu, 21 Feb 2008 02:17:26 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>Cleaned up</title>
      <link>http://www.mapleprimes.com/questions/39972-Using-Maple-To-Rearrage-Equation-Into?ref=Feed:MaplePrimes:Using Maple to rearrage equation into real and imaginary parts:Comments#answer73322</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;I removed the broken imageshack links from your post, and moved the images from your comment into the original post.&lt;/p&gt;
&lt;p&gt;In the future, you can use the Green arrow in the toolbar to upload images directly into your post. There is no need to use a third party to host your images.&lt;/p&gt;
&lt;p&gt;____&lt;br /&gt;
William Spaetzel&lt;br /&gt;
MaplePrimes Administrator&lt;br /&gt;
Software Developer, Maplesoft&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;I removed the broken imageshack links from your post, and moved the images from your comment into the original post.&lt;/p&gt;
&lt;p&gt;In the future, you can use the Green arrow in the toolbar to upload images directly into your post. There is no need to use a third party to host your images.&lt;/p&gt;
&lt;p&gt;____&lt;br /&gt;
William Spaetzel&lt;br /&gt;
MaplePrimes Administrator&lt;br /&gt;
Software Developer, Maplesoft&lt;/p&gt;</description>
      <guid>73322</guid>
      <pubDate>Thu, 21 Feb 2008 03:24:50 Z</pubDate>
      <itunes:author>Will</itunes:author>
      <author>Will</author>
    </item>
    <item>
      <title>Thanks for cleaning my</title>
      <link>http://www.mapleprimes.com/questions/39972-Using-Maple-To-Rearrage-Equation-Into?ref=Feed:MaplePrimes:Using Maple to rearrage equation into real and imaginary parts:Comments#answer73313</link>
      <itunes:summary>&lt;p&gt;Thanks for cleaning my thread up and thanks for the help.&lt;/p&gt;
&lt;p&gt;Now say if i have a matrix [ A(w, k)&amp;nbsp;B(w, k); C(w, k)&amp;nbsp;D(w,k)] were A B C and D are dead long complex (as in have i in) expresions. Is there a way in maple to say get the determinate then rearrange the determinate into the form X(w,k)+iZ(w,k)&lt;/p&gt;
&lt;p&gt;Then Rearrange Z in terms of w and rearrange X in terms of k?&lt;/p&gt;
&lt;p&gt;... So far im have been doing it by hand ... just writing down X takes up a page...&lt;/p&gt;
&lt;p&gt;Also H(k) is hankle funtion which = J1(k)+i*Y1(k)&lt;/p&gt;
&lt;p&gt;were J1 is first order bessel function and Y1 is second order bessel function.&lt;/p&gt;
&lt;p&gt;I know nothing about bessel functions but as they are in the terms A, B C and D i need to be able to rearrange that equiationand stated above into terms of k.&lt;/p&gt;
&lt;p&gt;Is this even possible?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the help&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Craig&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks for cleaning my thread up and thanks for the help.&lt;/p&gt;
&lt;p&gt;Now say if i have a matrix [ A(w, k)&amp;nbsp;B(w, k); C(w, k)&amp;nbsp;D(w,k)] were A B C and D are dead long complex (as in have i in) expresions. Is there a way in maple to say get the determinate then rearrange the determinate into the form X(w,k)+iZ(w,k)&lt;/p&gt;
&lt;p&gt;Then Rearrange Z in terms of w and rearrange X in terms of k?&lt;/p&gt;
&lt;p&gt;... So far im have been doing it by hand ... just writing down X takes up a page...&lt;/p&gt;
&lt;p&gt;Also H(k) is hankle funtion which = J1(k)+i*Y1(k)&lt;/p&gt;
&lt;p&gt;were J1 is first order bessel function and Y1 is second order bessel function.&lt;/p&gt;
&lt;p&gt;I know nothing about bessel functions but as they are in the terms A, B C and D i need to be able to rearrange that equiationand stated above into terms of k.&lt;/p&gt;
&lt;p&gt;Is this even possible?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the help&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Craig&lt;/p&gt;</description>
      <guid>73313</guid>
      <pubDate>Thu, 21 Feb 2008 21:24:07 Z</pubDate>
      <itunes:author>N1ghteyes</itunes:author>
      <author>N1ghteyes</author>
    </item>
    <item>
      <title>Ok well that was a waste of</title>
      <link>http://www.mapleprimes.com/questions/39972-Using-Maple-To-Rearrage-Equation-Into?ref=Feed:MaplePrimes:Using Maple to rearrage equation into real and imaginary parts:Comments#answer73312</link>
      <itunes:summary>&lt;p&gt;&lt;span id="fck_dom_range_temp_1203612913671_827"&gt;Ok well that was a waste of time i do not actually need to expand C(k), F1, F2 and F3 because these are just numbers. In the solver i am trying to program i can just enter these valuese as F1real + i* F1img.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Still is there a way to expand determinates of matrix in maple? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span id="fck_dom_range_temp_1203612913671_827"&gt;Ok well that was a waste of time i do not actually need to expand C(k), F1, F2 and F3 because these are just numbers. In the solver i am trying to program i can just enter these valuese as F1real + i* F1img.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Still is there a way to expand determinates of matrix in maple? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>73312</guid>
      <pubDate>Thu, 21 Feb 2008 22:05:29 Z</pubDate>
      <itunes:author>N1ghteyes</itunes:author>
      <author>N1ghteyes</author>
    </item>
    <item>
      <title>I have now got the</title>
      <link>http://www.mapleprimes.com/questions/39972-Using-Maple-To-Rearrage-Equation-Into?ref=Feed:MaplePrimes:Using Maple to rearrage equation into real and imaginary parts:Comments#answer73293</link>
      <itunes:summary>&lt;p&gt;I have now got the formular&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://img228.imageshack.us/img228/3923/imagkp4.png" /&gt;&lt;/p&gt;
&lt;p&gt;I am trying to use maple to put it in the form wsq(A)+B.&lt;/p&gt;
&lt;p&gt;How can this be done. I can not get the factor comand to work. Thanks&lt;/p&gt;
&lt;p&gt;Craig&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have now got the formular&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://img228.imageshack.us/img228/3923/imagkp4.png" /&gt;&lt;/p&gt;
&lt;p&gt;I am trying to use maple to put it in the form wsq(A)+B.&lt;/p&gt;
&lt;p&gt;How can this be done. I can not get the factor comand to work. Thanks&lt;/p&gt;
&lt;p&gt;Craig&lt;/p&gt;</description>
      <guid>73293</guid>
      <pubDate>Fri, 22 Feb 2008 20:29:32 Z</pubDate>
      <itunes:author>N1ghteyes</itunes:author>
      <author>N1ghteyes</author>
    </item>
    <item>
      <title>collect</title>
      <link>http://www.mapleprimes.com/questions/39972-Using-Maple-To-Rearrage-Equation-Into?ref=Feed:MaplePrimes:Using Maple to rearrage equation into real and imaginary parts:Comments#answer73287</link>
      <itunes:summary>&lt;p&gt;Try collect(%, wsq).&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Try collect(%, wsq).&lt;/p&gt;</description>
      <guid>73287</guid>
      <pubDate>Fri, 22 Feb 2008 22:12:31 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>