<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, expressing function with series</title>
    <link>http://www.mapleprimes.com/questions/87705-Expressing-Function-With-Series</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 17:50:33 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 17:50:33 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, expressing function with series</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, expressing function with series</title>
      <link>http://www.mapleprimes.com/questions/87705-Expressing-Function-With-Series</link>
    </image>
    <item>
      <title>Errors?</title>
      <link>http://www.mapleprimes.com/questions/87705-Expressing-Function-With-Series?ref=Feed:MaplePrimes:expressing function with series:Comments#answer87843</link>
      <itunes:summary>&lt;p&gt;Could you let us know what you tried to execute to do this and what errors did you get?&lt;/p&gt;
&lt;p&gt;Are you looking for something like the following:&lt;/p&gt;
&lt;p style="margin-left: 40px;"&gt;eq1:=v*t = S0-S[t]+Km*ln(S0/S[t]);&lt;br /&gt;
eq2:=isolate(eq1, S[t]);&lt;br /&gt;
seq(eval(rhs(eq2), t = t), t = 1 .. 5);&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Scott&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Could you let us know what you tried to execute to do this and what errors did you get?&lt;/p&gt;
&lt;p&gt;Are you looking for something like the following:&lt;/p&gt;
&lt;p style="margin-left: 40px;"&gt;eq1:=v*t = S0-S[t]+Km*ln(S0/S[t]);&lt;br /&gt;
eq2:=isolate(eq1, S[t]);&lt;br /&gt;
seq(eval(rhs(eq2), t = t), t = 1 .. 5);&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Scott&lt;/p&gt;</description>
      <guid>87843</guid>
      <pubDate>Tue, 18 May 2010 20:08:27 Z</pubDate>
      <itunes:author>Scott03</itunes:author>
      <author>Scott03</author>
    </item>
    <item>
      <title>I got St function and want</title>
      <link>http://www.mapleprimes.com/questions/87705-Expressing-Function-With-Series?ref=Feed:MaplePrimes:expressing function with series:Comments#answer87844</link>
      <itunes:summary>&lt;p&gt;I got S&lt;sub&gt;t&lt;/sub&gt; function and want to express it in row(ex. taylor maybe) how do I do it??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I got S&lt;sub&gt;t&lt;/sub&gt; function and want to express it in row(ex. taylor maybe) how do I do it??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>87844</guid>
      <pubDate>Tue, 18 May 2010 21:13:04 Z</pubDate>
      <itunes:author>lomkes</itunes:author>
      <author>lomkes</author>
    </item>
    <item>
      <title>Taylor</title>
      <link>http://www.mapleprimes.com/questions/87705-Expressing-Function-With-Series?ref=Feed:MaplePrimes:expressing function with series:Comments#answer87845</link>
      <itunes:summary>&lt;p&gt;Maybe, Taylor expansion is that you want. The command &amp;gt;series produces the same result.&amp;nbsp; It is useful to evaluate the parameters v, S0, Km, e. The outputs are too large to be cited here.&lt;/p&gt;
&lt;p&gt;&amp;gt; St := LambertW((S0*e-(v*t-S0)/Km*(1/Km))*Km);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt;T:= taylor(St, t = 0,10); S:=series(St, t = 0,10);&lt;/p&gt;
&lt;p&gt;You might convert these expansions to polynomials, getting rid of Os (T cannot be evaluated at t, TP can):&lt;/p&gt;
&lt;p&gt;&amp;gt;TP:=convert(T,polynom); SP:=convert(S,polynom);&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-2.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-3.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-4.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-5.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-6.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-7.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-8.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-9.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-10.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-11.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-12.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-13.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-14.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-15.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-16.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-17.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-18.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-19.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-20.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-21.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-22.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-23.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-24.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-25.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-26.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-27.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-28.png" /&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Maybe, Taylor expansion is that you want. The command &amp;gt;series produces the same result.&amp;nbsp; It is useful to evaluate the parameters v, S0, Km, e. The outputs are too large to be cited here.&lt;/p&gt;
&lt;p&gt;&amp;gt; St := LambertW((S0*e-(v*t-S0)/Km*(1/Km))*Km);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt;T:= taylor(St, t = 0,10); S:=series(St, t = 0,10);&lt;/p&gt;
&lt;p&gt;You might convert these expansions to polynomials, getting rid of Os (T cannot be evaluated at t, TP can):&lt;/p&gt;
&lt;p&gt;&amp;gt;TP:=convert(T,polynom); SP:=convert(S,polynom);&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-2.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-3.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-4.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-5.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-6.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-7.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-8.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-9.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-10.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-11.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-12.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-13.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-14.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-15.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-16.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-17.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-18.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-19.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-20.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-21.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-22.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-23.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-24.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-25.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-26.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-27.png" /&gt;&lt;img alt="" src="file:///C:/Temp/moz-screenshot-28.png" /&gt;&lt;/p&gt;</description>
      <guid>87845</guid>
      <pubDate>Wed, 19 May 2010 21:18:05 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>S0:=1; Km:=11; v:=1;
I put</title>
      <link>http://www.mapleprimes.com/questions/87705-Expressing-Function-With-Series?ref=Feed:MaplePrimes:expressing function with series:Comments#answer87846</link>
      <itunes:summary>
S0:=1; Km:=11; v:=1;
I put those and I get simplified smaller outputs, but don't know how to post them here. Anyway another  questions.
1) How do I calc that taylor expansion?? t=5 as an example
2) Is there any chance to plot it?
3) how do I plot unexpressed S[t] function?</itunes:summary>
      <description>
S0:=1; Km:=11; v:=1;
I put those and I get simplified smaller outputs, but don't know how to post them here. Anyway another  questions.
1) How do I calc that taylor expansion?? t=5 as an example
2) Is there any chance to plot it?
3) how do I plot unexpressed S[t] function?</description>
      <guid>87846</guid>
      <pubDate>Wed, 19 May 2010 23:16:50 Z</pubDate>
      <itunes:author>lomkes</itunes:author>
      <author>lomkes</author>
    </item>
    <item>
      <title>mtaylor</title>
      <link>http://www.mapleprimes.com/questions/87705-Expressing-Function-With-Series?ref=Feed:MaplePrimes:expressing function with series:Comments#answer87847</link>
      <itunes:summary>&lt;p&gt;That also could be done with mtaylor which produces polynomials instead of series,&lt;/p&gt;
&lt;pre&gt;
S0:=1: Km:=11: v:=1:
sol:=solve(v*t=(S0-St)+Km*ln(S0/St),St):
eval(sol,t=5.);

                             0.6549618124

plot(sol);

s:=unapply(mtaylor(sol,t),t);

                          11   2     11    3      143     4
  s := t -&amp;gt; 1 - 1/12 t + ---- t  - ------ t  + --------- t
                         3456      165888      286654464

               2629      5
         + ------------ t
           206391214080

s(5.);

                             0.6549679603

plot(s);
&lt;/pre&gt;
&lt;p&gt;Alec&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;That also could be done with mtaylor which produces polynomials instead of series,&lt;/p&gt;
&lt;pre&gt;
S0:=1: Km:=11: v:=1:
sol:=solve(v*t=(S0-St)+Km*ln(S0/St),St):
eval(sol,t=5.);

                             0.6549618124

plot(sol);

s:=unapply(mtaylor(sol,t),t);

                          11   2     11    3      143     4
  s := t -&amp;gt; 1 - 1/12 t + ---- t  - ------ t  + --------- t
                         3456      165888      286654464

               2629      5
         + ------------ t
           206391214080

s(5.);

                             0.6549679603

plot(s);
&lt;/pre&gt;
&lt;p&gt;Alec&lt;/p&gt;</description>
      <guid>87847</guid>
      <pubDate>Wed, 19 May 2010 23:53:35 Z</pubDate>
      <itunes:author>alec</itunes:author>
      <author>alec</author>
    </item>
    <item>
      <title>are you asking the right question here?</title>
      <link>http://www.mapleprimes.com/questions/87705-Expressing-Function-With-Series?ref=Feed:MaplePrimes:expressing function with series:Comments#answer87848</link>
      <itunes:summary>&lt;p&gt;I do not understand all of your words (like &amp;quot;row&amp;quot; ...)&lt;/p&gt;
&lt;p&gt;But it is my impression you want values and do not like the answer 'LambertW'.&lt;/p&gt;
&lt;p&gt;If&amp;nbsp; it is so then however it is (in general) not the right way to ask for a Taylor series ...&lt;br /&gt;
and you should not hesitate to ask your actual question.&lt;/p&gt;
&lt;p&gt;Sorry, if that is a wrong impression.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PS: that is an example, why it makes sense to provide a more complete profile,&lt;br /&gt;
often it is just the language (certainly in my case) or interest which may hint&lt;br /&gt;
others to give you an adequate reply&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I do not understand all of your words (like &amp;quot;row&amp;quot; ...)&lt;/p&gt;
&lt;p&gt;But it is my impression you want values and do not like the answer 'LambertW'.&lt;/p&gt;
&lt;p&gt;If&amp;nbsp; it is so then however it is (in general) not the right way to ask for a Taylor series ...&lt;br /&gt;
and you should not hesitate to ask your actual question.&lt;/p&gt;
&lt;p&gt;Sorry, if that is a wrong impression.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PS: that is an example, why it makes sense to provide a more complete profile,&lt;br /&gt;
often it is just the language (certainly in my case) or interest which may hint&lt;br /&gt;
others to give you an adequate reply&lt;/p&gt;</description>
      <guid>87848</guid>
      <pubDate>Thu, 20 May 2010 00:00:00 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
  </channel>
</rss>