<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Problem with convert to - 2-D math input</title>
    <link>http://www.mapleprimes.com/questions/35688-Problem-With-Convert-To--2D-Math-Input</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 18:24:02 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 18:24:02 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Problem with convert to - 2-D math input</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Problem with convert to - 2-D math input</title>
      <link>http://www.mapleprimes.com/questions/35688-Problem-With-Convert-To--2D-Math-Input</link>
    </image>
    <item>
      <title>Defining a function</title>
      <link>http://www.mapleprimes.com/questions/35688-Problem-With-Convert-To--2D-Math-Input?ref=Feed:MaplePrimes:Problem with convert to - 2-D math input:Comments#answer44720</link>
      <itunes:summary>&lt;p&gt;You are defining phi[1](z) rather than defining the function phi[1].&amp;nbsp; What you probably meant is&lt;/p&gt;
&lt;pre&gt;
&amp;gt; phi[1] := z -&amp;gt; A[1]*z^(lambda+I*epsilon)+B[1]*z^(lambda-I*epsilon);&amp;nbsp; &lt;/pre&gt;
&lt;p&gt;The way you have it, phi[1](z) is defined (technically, it's an entry in the remember table of phi[1]), but this would not define phi[1] of anything else.&lt;br /&gt;
The 2-D math parser is asking you whether you really meant what you wrote (the remember table entry) or the function definition as I wrote it. &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You are defining phi[1](z) rather than defining the function phi[1].&amp;nbsp; What you probably meant is&lt;/p&gt;
&lt;pre&gt;
&amp;gt; phi[1] := z -&amp;gt; A[1]*z^(lambda+I*epsilon)+B[1]*z^(lambda-I*epsilon);&amp;nbsp; &lt;/pre&gt;
&lt;p&gt;The way you have it, phi[1](z) is defined (technically, it's an entry in the remember table of phi[1]), but this would not define phi[1] of anything else.&lt;br /&gt;
The 2-D math parser is asking you whether you really meant what you wrote (the remember table entry) or the function definition as I wrote it. &lt;/p&gt;</description>
      <guid>44720</guid>
      <pubDate>Fri, 19 Feb 2010 02:03:10 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Hi Robert 
Thank for your</title>
      <link>http://www.mapleprimes.com/questions/35688-Problem-With-Convert-To--2D-Math-Input?ref=Feed:MaplePrimes:Problem with convert to - 2-D math input:Comments#answer44721</link>
      <itunes:summary>&lt;p&gt;Hi Robert &lt;/p&gt;
&lt;p&gt;Thank for your answer. &lt;/p&gt;
&lt;p&gt;Is it correctly understood then that it is only unknown functions that figures in an expression that you write as phi[0](z) so that diff(phi[0](z), z) is understood and not just 0? When a funtion on the other hand is declared you do not need this because it follows from the expression what it is a funtion of, right?.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi Robert &lt;/p&gt;
&lt;p&gt;Thank for your answer. &lt;/p&gt;
&lt;p&gt;Is it correctly understood then that it is only unknown functions that figures in an expression that you write as phi[0](z) so that diff(phi[0](z), z) is understood and not just 0? When a funtion on the other hand is declared you do not need this because it follows from the expression what it is a funtion of, right?.&lt;/p&gt;</description>
      <guid>44721</guid>
      <pubDate>Fri, 19 Feb 2010 02:17:34 Z</pubDate>
      <itunes:author>BrianB</itunes:author>
      <author>BrianB</author>
    </item>
    <item>
      <title>Hi 
Thank you for your</title>
      <link>http://www.mapleprimes.com/questions/35688-Problem-With-Convert-To--2D-Math-Input?ref=Feed:MaplePrimes:Problem with convert to - 2-D math input:Comments#answer44723</link>
      <itunes:summary>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;Thank you for your answer. I can now do the following which was what I wanted. &lt;/p&gt;
&lt;p&gt;&amp;gt; unassign(phi[0])&lt;br /&gt;
&lt;br /&gt;
&amp;gt; diff(phi[0](z), z)&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;gt; phi[0] := z -&amp;gt; a*z&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&amp;gt; diff(phi[0](z), z)&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;Thank you for your answer. I can now do the following which was what I wanted. &lt;/p&gt;
&lt;p&gt;&amp;gt; unassign(phi[0])&lt;br /&gt;
&lt;br /&gt;
&amp;gt; diff(phi[0](z), z)&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;gt; phi[0] := z -&amp;gt; a*z&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&amp;gt; diff(phi[0](z), z)&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</description>
      <guid>44723</guid>
      <pubDate>Tue, 09 Mar 2010 17:16:45 Z</pubDate>
      <itunes:author>BrianB</itunes:author>
      <author>BrianB</author>
    </item>
    <item>
      <title>Please explain</title>
      <link>http://www.mapleprimes.com/questions/35688-Problem-With-Convert-To--2D-Math-Input?ref=Feed:MaplePrimes:Problem with convert to - 2-D math input:Comments#comment44722</link>
      <itunes:summary>&lt;p&gt;Please explain the question.&amp;nbsp; I'm not sure what you mean.&amp;nbsp; Whether you define phi[0] or phi[0](z), diff(phi[0](z), z) should work.&amp;nbsp; On the other hand, if you define phi[0](z), Maple would not know what phi[0](t) or diff(phi[0](t),t) is.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Please explain the question.&amp;nbsp; I'm not sure what you mean.&amp;nbsp; Whether you define phi[0] or phi[0](z), diff(phi[0](z), z) should work.&amp;nbsp; On the other hand, if you define phi[0](z), Maple would not know what phi[0](t) or diff(phi[0](t),t) is.&lt;/p&gt;</description>
      <guid>44722</guid>
      <pubDate>Fri, 19 Feb 2010 02:41:03 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>