<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, piecewise function &amp; continuity</title>
    <link>http://www.mapleprimes.com/posts/37932-Piecewise-Function--Continuity</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 22:01:21 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 22:01:21 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, piecewise function &amp; continuity</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, piecewise function &amp; continuity</title>
      <link>http://www.mapleprimes.com/posts/37932-Piecewise-Function--Continuity</link>
    </image>
    <item>
      <title>Is this what you were</title>
      <link>http://www.mapleprimes.com/posts/37932-Piecewise-Function--Continuity?ref=Feed:MaplePrimes:piecewise function &amp; continuity:Comments#comment67638</link>
      <itunes:summary>Is this what you were looking for?

&lt;a href='http://www.mapleprimes.com/viewfile/3196'&gt;&lt;img src='http://www.mapleprimes.com/files/97_plotdiscontinuity.jpg' alt='97_plotdiscontinuity.jpg'&gt;&lt;/a&gt;

Regards,
--Jean-Marc</itunes:summary>
      <description>The latest comments added to the Post, piecewise function &amp; continuity</description>
      <guid>67638</guid>
      <pubDate>Fri, 06 Feb 2009 19:09:41 Z</pubDate>
      <itunes:author>gulliet</itunes:author>
      <author>gulliet</author>
    </item>
    <item>
      <title>RE: piecewise function &amp; continuity</title>
      <link>http://www.mapleprimes.com/posts/37932-Piecewise-Function--Continuity?ref=Feed:MaplePrimes:piecewise function &amp; continuity:Comments#comment67396</link>
      <itunes:summary>&lt;p&gt;From the codes that listed below,we can see that the&amp;nbsp;piecewise() command &amp;nbsp;is&amp;nbsp;a function checked by&amp;nbsp;whattype(). The reserved word &amp;quot;undefined&amp;quot; makes the&amp;nbsp;defination more precise. As you will see also from the plot,the &amp;quot;discont=true &amp;quot; is indispensable and the &amp;quot;axes=none&amp;quot; and the range &amp;quot;-1..2&amp;quot; make it more visible to distinguish whether &amp;nbsp;the end-point is included(A circle on the plot) or not.&lt;/p&gt;
&lt;p&gt;&amp;gt; f:=piecewise(x=0,0,x&amp;gt;0 and x&amp;lt;=1,1-x,undefined);&lt;br /&gt;
&amp;nbsp;&amp;nbsp; whattype(f);&lt;br /&gt;
&amp;nbsp;&amp;nbsp; plot(f,x=-1..2,discont=true ,axes=none);&lt;/p&gt;
&lt;p&gt;Ken.Lin @ Taiwan&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, piecewise function &amp; continuity</description>
      <guid>67396</guid>
      <pubDate>Sun, 22 Feb 2009 22:59:56 Z</pubDate>
      <itunes:author>Ken Lin</itunes:author>
      <author>Ken Lin</author>
    </item>
    <item>
      <title>piecewise</title>
      <link>http://www.mapleprimes.com/posts/37932-Piecewise-Function--Continuity?ref=Feed:MaplePrimes:piecewise function &amp; continuity:Comments#comment82149</link>
      <itunes:summary>&lt;p&gt;From looking at several examples, it seems that when plotting a piecewise expression of the form&lt;/p&gt;
&lt;p&gt;piecewise(x &amp;lt; 0, a(x), x = 0, b, x &amp;gt; 0, c(x))&lt;/p&gt;
&lt;p&gt;with discont=true the point [0,b] is included if and only if a(0) &amp;lt;&amp;gt; b(0).&amp;nbsp; Whether this is the same as b does not matter.&amp;nbsp; For example:&lt;/p&gt;
&lt;p&gt;&amp;gt; plot(piecewise(x &amp;lt; 0, 1, x = 0, 2, x &amp;gt; 0, 3), x = -1 .. 1, discont=true, axes = box);&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://www.mapleprimes.com/viewfile/3263"&gt;&lt;img src="http://www.mapleprimes.com/scripts/image.php?image=http://www.mapleprimes.com/files/4541_dplot1.gif&amp;amp;width=300&amp;amp;height=300" alt="" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;gt; plot(piecewise(x &amp;lt; 0, 3, x = 0, 2, x &amp;gt; 0, 3-2*x), x = -1 .. 1, discont=true, axes = box);&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://www.mapleprimes.com/viewfile/3264"&gt;&lt;img src="http://www.mapleprimes.com/scripts/image.php?image=http://www.mapleprimes.com/files/4541_dplot2.gif&amp;amp;width=300&amp;amp;height=300" alt="" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Of course, to make sure the point is included you can always use &lt;b&gt;pointplot&lt;/b&gt;.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, piecewise function &amp; continuity</description>
      <guid>82149</guid>
      <pubDate>Mon, 23 Feb 2009 04:24:15 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>