<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Maplesoft Blog</title>
    <link>http://www.mapleprimes.com/maplesoftblog</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 04 Apr 2026 02:32:40 GMT</lastBuildDate>
    <pubDate>Sat, 04 Apr 2026 02:32:40 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest posts on the Maplesoft Blog</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Maplesoft Blog</title>
      <link>http://www.mapleprimes.com/maplesoftblog</link>
    </image>
    <item>
      <title>Estimating Pi Using Randomness - Buffon&amp;#39;s Needle</title>
      <link>http://www.mapleprimes.com/maplesoftblog/234426-Estimating-Pi-Using-Randomness--Buffon39s?ref=Feed:MaplePrimes:Maplesoft%20Blog</link>
      <itunes:summary>

&lt;p&gt;Mathematics often feels precise and deterministic. We solve equations, follow logical steps, and do our best to arrive at exact answers. But sometimes, surprisingly, randomness can also lead us to deep mathematical truths. One of the most famous examples of this idea is a problem from the 18th century known as &lt;strong&gt;Buffon&amp;rsquo;s Needle&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Imagine you have a floor made of long wooden planks placed side by side. The seams between the planks form a set of equally spaced parallel lines across the floor. Now, suppose you take a needle and randomly drop it onto the floor. Sometimes the needle lands entirely on one plank. Other times, it crosses one of the seams between planks, as shown below.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/Needles.png" width="30%"&gt;&lt;/p&gt;

&lt;p&gt;Now here is the curious question posed by the French mathematician Georges-Louis Leclerc, Comte de Buffon in the 1700s:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If we repeatedly drop the needle at random, what is the probability that it crosses one of the lines on the floor?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At first glance, this sounds like a simple probability puzzle. But the answer turns out to involve one of the most famous numbers in mathematics: &amp;pi;.&lt;/p&gt;



&lt;p&gt;To keep things simple, assume the distance between the parallel lines on the floor is the same as the length of the needle. We can also imagine that all of our needles are thrown onto the same plank, potentially crossing onto the plank above or below. This configuration is equivalent to throwing the needle onto any plank as long as the planks are equally wide; this modification makes the analysis much simpler.&lt;/p&gt;

&lt;p&gt;Every time the needle lands, two things determine whether it crosses a line:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;The distance x from the center of the needle to the nearest line&lt;/li&gt;
	&lt;li&gt;The angle &amp;theta;&amp;nbsp;at which the needle lands with respect to the parallel lines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See a depiction of this below.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/setup.png" width="40%"&gt;&lt;/p&gt;

&lt;p&gt;To determine the probability of a needle crossing one of these lines, we need to describe what a &amp;quot;random drop&amp;quot; of the needle means mathematically. If the lines are the same length apart as the length of the needle L, then the center of the needle can never be farther than L/2 from the nearest line. Therefore, 0 &amp;le; x&amp;nbsp;&amp;le; L/2. Next, we can simplify our domain for &amp;theta;. The problem is symmetric, so we only need to consider angles between 0 and &amp;pi;/2. Any given half of the needle then has a vertical reach of (L/2)sin(&amp;theta;).&lt;/p&gt;

&lt;p&gt;We will say a needle &amp;quot;crosses&amp;quot; a line precisely when the center lands close enough to a line that one end of the needle can reach across the line. This occurs when x &amp;le; (L/2)sin(&amp;theta;).&lt;/p&gt;

&lt;p&gt;An important assumption to make is that every pair (x,&amp;theta;) in the rectangle 0 &amp;le; x &amp;le;L/2, 0 &amp;le; &amp;theta; &amp;le; &amp;pi;/2 is equally likely. We&amp;rsquo;re assuming the needle lands with uniform randomness over all vertical positions x and angles &amp;theta;. This means that the probability of crossing a line is the fraction of this region where the inequalities above hold. That is,&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Probability = (area of favourable region) / (area of total region)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &amp;quot;rectangle&amp;quot; formed by inequalities has a total area of (L/2) * (&amp;pi;/2) = &amp;pi;*L/4. The needle crosses a line exactly when x &amp;le; (L/2)sin(&amp;theta;), so for a fixed angle &amp;theta;, the allowable x values are 0 &amp;le; x &amp;le; (L/2)sin(&amp;theta;). The favourable area is then:&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/int3.png" width="30%"&gt;&lt;/p&gt;

&lt;p&gt;The probability of a needle crossing a line is therefore:&lt;br&gt;
&lt;img src="/view.aspx?sf=234426_post/final_prob.png" width="30%"&gt;&lt;/p&gt;



&lt;p&gt;This result leads to a fascinating idea. If the probability of crossing a line is 2/&amp;pi;, we can rearrange the formula to estimate &amp;pi; itself:&lt;/p&gt;

&lt;p&gt;&amp;pi; &amp;asymp; 2N / C&lt;/p&gt;

&lt;p&gt;where:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;N = the total number of needle drops&lt;/li&gt;
	&lt;li&gt;C = the number of times the needle crosses a line&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, by performing a simple random experiment and counting how often the needle crosses a line, we can approximate &amp;pi;.&lt;/p&gt;

&lt;p&gt;For example, suppose you drop the needle 10,000 times and it crosses a line 6,366 times. Plugging these values into the formula gives&lt;/p&gt;

&lt;p&gt;&amp;pi; &amp;asymp; (2 &amp;times; 10,000) / 6,366 &amp;asymp; 3.14&lt;/p&gt;

&lt;p&gt;With enough trials, the estimate tends to get closer and closer to the true value of &amp;pi;. At the bottom of this post, I attached a Maple worksheet that simulates this phenomenon. Below are results from simulating this result using N = 10, 100 &amp;amp; 1000, respectively. Notice as N increases, our approximation for&amp;nbsp;&amp;pi; tends to become more and more accurate.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/N=10.png" width="50%"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/N=100.png" width="50%"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/N=1000.png" width="51%"&gt;&lt;/p&gt;

&lt;p&gt;Below is a more dynamic simulation from the Maple worksheet to show how the approximation stabilizes as N increases.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/sim_vid_gif.gif" width="50%"&gt;&lt;/p&gt;



&lt;p&gt;What makes Buffon&amp;rsquo;s Needle so fascinating is the unexpected connection between geometry, probability, and one of mathematics&amp;rsquo; most important constants.&lt;/p&gt;

&lt;p&gt;&amp;pi; usually appears when dealing with circles (circumference, area, rotation, etc). But in Buffon&amp;rsquo;s experiment, there are no circles at all. Instead, &amp;pi; emerges from the geometry of all the possible ways a needle can land on a set of parallel lines.&lt;/p&gt;

&lt;p&gt;This was one of the earliest examples of what we now call a &lt;strong&gt;Monte Carlo method&lt;/strong&gt;, which is essentially using random experiments to estimate numerical values. Today, similar techniques are used in physics, finance, computer graphics, and machine learning.&lt;/p&gt;



&lt;p&gt;One of the best parts of Buffon&amp;rsquo;s Needle is that you can try it yourself. All you need is:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;A toothpick or needle&lt;/li&gt;
	&lt;li&gt;A piece of paper with a sequence of parallel lines, each a distance of the needle&amp;#39;s&amp;nbsp;length apart&lt;/li&gt;
	&lt;li&gt;A lot of patience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop the needle repeatedly (N times), record how many times it crosses a line (C), and compute 2N/C. The more times you repeat the experiment, the closer your estimate will get to &amp;pi;.&lt;/p&gt;

&lt;p&gt;After reading about this experiment, I was convinced that mathematics is not only about abstract symbols and formulas. Sometimes, even something as simple as dropping a needle onto the floor can reveal the hidden structure of elements of the universe that we would&amp;#39;ve otherwise never known were there.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=234426_post/Buffons_Needle_Simulation.mw"&gt;Buffons_Needle_Simulation.mw&lt;/a&gt;&lt;/p&gt;
</itunes:summary>
      <description>

&lt;p&gt;Mathematics often feels precise and deterministic. We solve equations, follow logical steps, and do our best to arrive at exact answers. But sometimes, surprisingly, randomness can also lead us to deep mathematical truths. One of the most famous examples of this idea is a problem from the 18th century known as &lt;strong&gt;Buffon&amp;rsquo;s Needle&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Imagine you have a floor made of long wooden planks placed side by side. The seams between the planks form a set of equally spaced parallel lines across the floor. Now, suppose you take a needle and randomly drop it onto the floor. Sometimes the needle lands entirely on one plank. Other times, it crosses one of the seams between planks, as shown below.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/Needles.png" width="30%"&gt;&lt;/p&gt;

&lt;p&gt;Now here is the curious question posed by the French mathematician Georges-Louis Leclerc, Comte de Buffon in the 1700s:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If we repeatedly drop the needle at random, what is the probability that it crosses one of the lines on the floor?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At first glance, this sounds like a simple probability puzzle. But the answer turns out to involve one of the most famous numbers in mathematics: &amp;pi;.&lt;/p&gt;



&lt;p&gt;To keep things simple, assume the distance between the parallel lines on the floor is the same as the length of the needle. We can also imagine that all of our needles are thrown onto the same plank, potentially crossing onto the plank above or below. This configuration is equivalent to throwing the needle onto any plank as long as the planks are equally wide; this modification makes the analysis much simpler.&lt;/p&gt;

&lt;p&gt;Every time the needle lands, two things determine whether it crosses a line:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;The distance x from the center of the needle to the nearest line&lt;/li&gt;
	&lt;li&gt;The angle &amp;theta;&amp;nbsp;at which the needle lands with respect to the parallel lines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See a depiction of this below.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/setup.png" width="40%"&gt;&lt;/p&gt;

&lt;p&gt;To determine the probability of a needle crossing one of these lines, we need to describe what a &amp;quot;random drop&amp;quot; of the needle means mathematically. If the lines are the same length apart as the length of the needle L, then the center of the needle can never be farther than L/2 from the nearest line. Therefore, 0 &amp;le; x&amp;nbsp;&amp;le; L/2. Next, we can simplify our domain for &amp;theta;. The problem is symmetric, so we only need to consider angles between 0 and &amp;pi;/2. Any given half of the needle then has a vertical reach of (L/2)sin(&amp;theta;).&lt;/p&gt;

&lt;p&gt;We will say a needle &amp;quot;crosses&amp;quot; a line precisely when the center lands close enough to a line that one end of the needle can reach across the line. This occurs when x &amp;le; (L/2)sin(&amp;theta;).&lt;/p&gt;

&lt;p&gt;An important assumption to make is that every pair (x,&amp;theta;) in the rectangle 0 &amp;le; x &amp;le;L/2, 0 &amp;le; &amp;theta; &amp;le; &amp;pi;/2 is equally likely. We&amp;rsquo;re assuming the needle lands with uniform randomness over all vertical positions x and angles &amp;theta;. This means that the probability of crossing a line is the fraction of this region where the inequalities above hold. That is,&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Probability = (area of favourable region) / (area of total region)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &amp;quot;rectangle&amp;quot; formed by inequalities has a total area of (L/2) * (&amp;pi;/2) = &amp;pi;*L/4. The needle crosses a line exactly when x &amp;le; (L/2)sin(&amp;theta;), so for a fixed angle &amp;theta;, the allowable x values are 0 &amp;le; x &amp;le; (L/2)sin(&amp;theta;). The favourable area is then:&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/int3.png" width="30%"&gt;&lt;/p&gt;

&lt;p&gt;The probability of a needle crossing a line is therefore:&lt;br&gt;
&lt;img src="/view.aspx?sf=234426_post/final_prob.png" width="30%"&gt;&lt;/p&gt;



&lt;p&gt;This result leads to a fascinating idea. If the probability of crossing a line is 2/&amp;pi;, we can rearrange the formula to estimate &amp;pi; itself:&lt;/p&gt;

&lt;p&gt;&amp;pi; &amp;asymp; 2N / C&lt;/p&gt;

&lt;p&gt;where:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;N = the total number of needle drops&lt;/li&gt;
	&lt;li&gt;C = the number of times the needle crosses a line&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, by performing a simple random experiment and counting how often the needle crosses a line, we can approximate &amp;pi;.&lt;/p&gt;

&lt;p&gt;For example, suppose you drop the needle 10,000 times and it crosses a line 6,366 times. Plugging these values into the formula gives&lt;/p&gt;

&lt;p&gt;&amp;pi; &amp;asymp; (2 &amp;times; 10,000) / 6,366 &amp;asymp; 3.14&lt;/p&gt;

&lt;p&gt;With enough trials, the estimate tends to get closer and closer to the true value of &amp;pi;. At the bottom of this post, I attached a Maple worksheet that simulates this phenomenon. Below are results from simulating this result using N = 10, 100 &amp;amp; 1000, respectively. Notice as N increases, our approximation for&amp;nbsp;&amp;pi; tends to become more and more accurate.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/N=10.png" width="50%"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/N=100.png" width="50%"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/N=1000.png" width="51%"&gt;&lt;/p&gt;

&lt;p&gt;Below is a more dynamic simulation from the Maple worksheet to show how the approximation stabilizes as N increases.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234426_post/sim_vid_gif.gif" width="50%"&gt;&lt;/p&gt;



&lt;p&gt;What makes Buffon&amp;rsquo;s Needle so fascinating is the unexpected connection between geometry, probability, and one of mathematics&amp;rsquo; most important constants.&lt;/p&gt;

&lt;p&gt;&amp;pi; usually appears when dealing with circles (circumference, area, rotation, etc). But in Buffon&amp;rsquo;s experiment, there are no circles at all. Instead, &amp;pi; emerges from the geometry of all the possible ways a needle can land on a set of parallel lines.&lt;/p&gt;

&lt;p&gt;This was one of the earliest examples of what we now call a &lt;strong&gt;Monte Carlo method&lt;/strong&gt;, which is essentially using random experiments to estimate numerical values. Today, similar techniques are used in physics, finance, computer graphics, and machine learning.&lt;/p&gt;



&lt;p&gt;One of the best parts of Buffon&amp;rsquo;s Needle is that you can try it yourself. All you need is:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;A toothpick or needle&lt;/li&gt;
	&lt;li&gt;A piece of paper with a sequence of parallel lines, each a distance of the needle&amp;#39;s&amp;nbsp;length apart&lt;/li&gt;
	&lt;li&gt;A lot of patience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop the needle repeatedly (N times), record how many times it crosses a line (C), and compute 2N/C. The more times you repeat the experiment, the closer your estimate will get to &amp;pi;.&lt;/p&gt;

&lt;p&gt;After reading about this experiment, I was convinced that mathematics is not only about abstract symbols and formulas. Sometimes, even something as simple as dropping a needle onto the floor can reveal the hidden structure of elements of the universe that we would&amp;#39;ve otherwise never known were there.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=234426_post/Buffons_Needle_Simulation.mw"&gt;Buffons_Needle_Simulation.mw&lt;/a&gt;&lt;/p&gt;
</description>
      <guid>234426</guid>
      <pubDate>Tue, 24 Mar 2026 17:59:57 Z</pubDate>
      <itunes:author>callumneily</itunes:author>
      <author>callumneily</author>
    </item>
    <item>
      <title>Gabriel&amp;#39;s Horn</title>
      <link>http://www.mapleprimes.com/maplesoftblog/234387-Gabriel39s-Horn?ref=Feed:MaplePrimes:Maplesoft%20Blog</link>
      <itunes:summary>

&lt;p&gt;Gabriel&amp;rsquo;s Horn is one of the most famous examples in calculus of how infinity can behave in ways that completely defy our intuition.&lt;/p&gt;

&lt;p&gt;The horn-shaped object is created from a very simple curve: y = 1/x for x &amp;ge; 1 (pictured below).&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/horn_2.png" width="40%"&gt;&lt;/p&gt;

&lt;p&gt;Now imagine rotating this curve around the x-axis. The resulting surface stretches infinitely far to the right while becoming thinner and thinner. Visually, it resembles a long trumpet or horn that continuously narrows to a thickness of zero.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/horn.png" width="50%/"&gt;&lt;/p&gt;

&lt;p&gt;At first glance, nothing about this shape seems particularly mysterious. As x grows larger, the radius 1/x becomes smaller and smaller. It seems reasonable that both the volume contained inside the horn and the area of its surface would remain finite (or at least if the volume &lt;em&gt;was&lt;/em&gt; finite, then the surface area would also be finite). After all, the horn gets extremely thin very quickly.&lt;/p&gt;

&lt;p&gt;Calculus allows us to test that intuition.&lt;/p&gt;



&lt;p&gt;To compute the volume of the horn, we use the disk method. Each slice perpendicular to the x-axis forms a circular disk of radius r = 1/x, each with an area of&amp;nbsp;&amp;pi;*r&lt;sup&gt;2&lt;/sup&gt; =&amp;nbsp;&amp;pi;*(1/x&lt;sup&gt;2&lt;/sup&gt;).&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/horn_crosssec.png" width="50%"&gt;&lt;br&gt;
&lt;br&gt;
The total volume is the sum of an infinite number of these disc areas with thickness dx. As an integral,&lt;/p&gt;

&lt;p&gt;V = &amp;pi; &amp;int;₁^&amp;infin; (1/x&amp;sup2;) dx.&lt;/p&gt;

&lt;p&gt;This is a simple integral that converges to a value of 1. We could use the power or rule or our favourite computing software (I used Maple below).&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/int1.png" width="30%"&gt;&lt;br&gt;
&lt;br&gt;
Hence,&amp;nbsp;V = &amp;pi; &amp;int;₁^&amp;infin; 1/x&amp;sup2; dx =&amp;nbsp;&amp;pi;*1 =&amp;nbsp;&amp;pi;. This means the horn contains only &lt;strong&gt;&amp;pi; cubic units&lt;/strong&gt; of space, even though it extends infinitely far.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;Now let&amp;rsquo;s compute the surface area of the horn. For a surface of revolution, the surface area is&lt;/p&gt;

&lt;p&gt;A = 2&amp;pi; &amp;int;₁^&amp;infin; y &amp;radic;(1 + (y&amp;prime;)&amp;sup2;) dx.&lt;/p&gt;

&lt;p&gt;Since y = 1/x, we have y&amp;prime; = &amp;minus;1/x&amp;sup2;. Substituting into the formula gives&lt;/p&gt;

&lt;p&gt;A = 2&amp;pi; &amp;int;₁^&amp;infin; (1/x) &amp;radic;(1 + 1/x⁴) dx.&lt;/p&gt;

&lt;p&gt;Software like Maple can easily handle this integral. It tells us the integral diverges to infinity.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/int2.png" width="30%/"&gt;&lt;/p&gt;

&lt;p&gt;However, this is difficult to solve analytically. To understand what happens to this integral, notice that for large x, the square root term is very close to 1, since 1/x&lt;sup&gt;4&lt;/sup&gt;&amp;nbsp;can be approximated as 0 as x grows large. This means the integrand behaves roughly like 1/x (it&amp;#39;s actually slightly larger than 1/x). But&lt;/p&gt;

&lt;p&gt;&amp;int;₁^&amp;infin; 1/x dx diverges, and&amp;nbsp;&amp;int;₁^&amp;infin; (1/x) &amp;radic;(1 + 1/x⁴) dx &amp;gt;&amp;nbsp;&amp;int;₁^&amp;infin; 1/x dx, so&amp;nbsp;&amp;int;₁^&amp;infin; (1/x) &amp;radic;(1 + 1/x⁴) dx must also diverge. As a result, the surface area of Gabriel&amp;rsquo;s Horn is &lt;strong&gt;infinite&lt;/strong&gt;.&lt;/p&gt;



&lt;p&gt;This leads to the famous, surprising conclusion:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;The horn has &lt;strong&gt;finite volume&lt;/strong&gt;.&lt;/li&gt;
	&lt;li&gt;The horn has &lt;strong&gt;infinite surface area&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, it could be filled with a finite amount of paint, but it would require an &lt;strong&gt;infinite amount of paint to coat its inside surface&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Of course, real paint has thickness, so the paradox disappears in the physical world. Eventually, the horn would become thinner than the paint layer itself. But mathematically, the result is perfectly consistent.&lt;/p&gt;



&lt;p&gt;The key idea lies in how quickly the function 1/x shrinks. The cross-sectional area of the disks scales like (1/x)&amp;sup2; = 1/x&amp;sup2;, and the integral of 1/x&amp;sup2; converges.&lt;/p&gt;

&lt;p&gt;But the circumference of each slice scales like 1/x, and the integral of 1/x diverges.&lt;/p&gt;

&lt;p&gt;So as the horn extends outward, the added volume decreases quickly enough to sum to a finite value, while the added surface area decreases too slowly and accumulates forever.&lt;/p&gt;



&lt;p&gt;Gabriel&amp;rsquo;s Horn beautifully illustrates one of the central themes of calculus: infinite processes can produce results that feel deeply counterintuitive.&lt;/p&gt;

&lt;p&gt;Volume and surface area seem closely related, but can behave in completely different ways when infinite limits are involved. A shape can stretch endlessly yet still contain a finite amount of space.&lt;/p&gt;

&lt;p&gt;This strange object reminds me that mathematics isn&amp;rsquo;t just about calculating numbers, but is also about exploring the strange and fascinating consequences of simple ideas pushed to their limits.&lt;/p&gt;
</itunes:summary>
      <description>

&lt;p&gt;Gabriel&amp;rsquo;s Horn is one of the most famous examples in calculus of how infinity can behave in ways that completely defy our intuition.&lt;/p&gt;

&lt;p&gt;The horn-shaped object is created from a very simple curve: y = 1/x for x &amp;ge; 1 (pictured below).&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/horn_2.png" width="40%"&gt;&lt;/p&gt;

&lt;p&gt;Now imagine rotating this curve around the x-axis. The resulting surface stretches infinitely far to the right while becoming thinner and thinner. Visually, it resembles a long trumpet or horn that continuously narrows to a thickness of zero.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/horn.png" width="50%/"&gt;&lt;/p&gt;

&lt;p&gt;At first glance, nothing about this shape seems particularly mysterious. As x grows larger, the radius 1/x becomes smaller and smaller. It seems reasonable that both the volume contained inside the horn and the area of its surface would remain finite (or at least if the volume &lt;em&gt;was&lt;/em&gt; finite, then the surface area would also be finite). After all, the horn gets extremely thin very quickly.&lt;/p&gt;

&lt;p&gt;Calculus allows us to test that intuition.&lt;/p&gt;



&lt;p&gt;To compute the volume of the horn, we use the disk method. Each slice perpendicular to the x-axis forms a circular disk of radius r = 1/x, each with an area of&amp;nbsp;&amp;pi;*r&lt;sup&gt;2&lt;/sup&gt; =&amp;nbsp;&amp;pi;*(1/x&lt;sup&gt;2&lt;/sup&gt;).&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/horn_crosssec.png" width="50%"&gt;&lt;br&gt;
&lt;br&gt;
The total volume is the sum of an infinite number of these disc areas with thickness dx. As an integral,&lt;/p&gt;

&lt;p&gt;V = &amp;pi; &amp;int;₁^&amp;infin; (1/x&amp;sup2;) dx.&lt;/p&gt;

&lt;p&gt;This is a simple integral that converges to a value of 1. We could use the power or rule or our favourite computing software (I used Maple below).&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/int1.png" width="30%"&gt;&lt;br&gt;
&lt;br&gt;
Hence,&amp;nbsp;V = &amp;pi; &amp;int;₁^&amp;infin; 1/x&amp;sup2; dx =&amp;nbsp;&amp;pi;*1 =&amp;nbsp;&amp;pi;. This means the horn contains only &lt;strong&gt;&amp;pi; cubic units&lt;/strong&gt; of space, even though it extends infinitely far.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;Now let&amp;rsquo;s compute the surface area of the horn. For a surface of revolution, the surface area is&lt;/p&gt;

&lt;p&gt;A = 2&amp;pi; &amp;int;₁^&amp;infin; y &amp;radic;(1 + (y&amp;prime;)&amp;sup2;) dx.&lt;/p&gt;

&lt;p&gt;Since y = 1/x, we have y&amp;prime; = &amp;minus;1/x&amp;sup2;. Substituting into the formula gives&lt;/p&gt;

&lt;p&gt;A = 2&amp;pi; &amp;int;₁^&amp;infin; (1/x) &amp;radic;(1 + 1/x⁴) dx.&lt;/p&gt;

&lt;p&gt;Software like Maple can easily handle this integral. It tells us the integral diverges to infinity.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234387_post/int2.png" width="30%/"&gt;&lt;/p&gt;

&lt;p&gt;However, this is difficult to solve analytically. To understand what happens to this integral, notice that for large x, the square root term is very close to 1, since 1/x&lt;sup&gt;4&lt;/sup&gt;&amp;nbsp;can be approximated as 0 as x grows large. This means the integrand behaves roughly like 1/x (it&amp;#39;s actually slightly larger than 1/x). But&lt;/p&gt;

&lt;p&gt;&amp;int;₁^&amp;infin; 1/x dx diverges, and&amp;nbsp;&amp;int;₁^&amp;infin; (1/x) &amp;radic;(1 + 1/x⁴) dx &amp;gt;&amp;nbsp;&amp;int;₁^&amp;infin; 1/x dx, so&amp;nbsp;&amp;int;₁^&amp;infin; (1/x) &amp;radic;(1 + 1/x⁴) dx must also diverge. As a result, the surface area of Gabriel&amp;rsquo;s Horn is &lt;strong&gt;infinite&lt;/strong&gt;.&lt;/p&gt;



&lt;p&gt;This leads to the famous, surprising conclusion:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;The horn has &lt;strong&gt;finite volume&lt;/strong&gt;.&lt;/li&gt;
	&lt;li&gt;The horn has &lt;strong&gt;infinite surface area&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, it could be filled with a finite amount of paint, but it would require an &lt;strong&gt;infinite amount of paint to coat its inside surface&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Of course, real paint has thickness, so the paradox disappears in the physical world. Eventually, the horn would become thinner than the paint layer itself. But mathematically, the result is perfectly consistent.&lt;/p&gt;



&lt;p&gt;The key idea lies in how quickly the function 1/x shrinks. The cross-sectional area of the disks scales like (1/x)&amp;sup2; = 1/x&amp;sup2;, and the integral of 1/x&amp;sup2; converges.&lt;/p&gt;

&lt;p&gt;But the circumference of each slice scales like 1/x, and the integral of 1/x diverges.&lt;/p&gt;

&lt;p&gt;So as the horn extends outward, the added volume decreases quickly enough to sum to a finite value, while the added surface area decreases too slowly and accumulates forever.&lt;/p&gt;



&lt;p&gt;Gabriel&amp;rsquo;s Horn beautifully illustrates one of the central themes of calculus: infinite processes can produce results that feel deeply counterintuitive.&lt;/p&gt;

&lt;p&gt;Volume and surface area seem closely related, but can behave in completely different ways when infinite limits are involved. A shape can stretch endlessly yet still contain a finite amount of space.&lt;/p&gt;

&lt;p&gt;This strange object reminds me that mathematics isn&amp;rsquo;t just about calculating numbers, but is also about exploring the strange and fascinating consequences of simple ideas pushed to their limits.&lt;/p&gt;
</description>
      <guid>234387</guid>
      <pubDate>Tue, 17 Mar 2026 16:15:31 Z</pubDate>
      <itunes:author>callumneily</itunes:author>
      <author>callumneily</author>
    </item>
    <item>
      <title>Maple 2026 is Here</title>
      <link>http://www.mapleprimes.com/maplesoftblog/234338-Maple-2026-Is-Here?ref=Feed:MaplePrimes:Maplesoft%20Blog</link>
      <itunes:summary>&lt;div style="margin-bottom:11px; max-width:850px; overflow:hidden;"&gt;&lt;img src="/view.aspx?sf=234338_post/LaunchBlogPost_Header-EN.jpg" style="width:100%; height:auto; display:block; margin-top:-20px;"&gt;&lt;/div&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;For decades, Maple has been built around one of the world&amp;rsquo;s most powerful mathematics engines&amp;mdash;helping students, educators, engineers, and researchers explore ideas, solve complex problems, and communicate mathematics clearly.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 builds on that foundation with major advances in the math engine, expanding the kinds of problems Maple can solve while improving reliability and performance.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;At the same time, Maple 2026 introduces new AI-powered tools that help you work faster&amp;mdash;finding commands, generating visualizations, explaining concepts, and helping you explore ideas. The key difference is that these tools sit on top of Maple&amp;rsquo;s math engine, so the results are grounded in real computation rather than guesswork.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;If you&amp;rsquo;ve been following along with our recent Mathy teaser videos and sneak peek posts, you may already have seen hints of some of these features. Now I&amp;rsquo;m excited to finally share them in full.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;div style="float:right; margin:0 0 12px 18px; max-width:280px;"&gt;&lt;img src="/view.aspx?sf=234338_post/AIscreen.png"&gt;&lt;/div&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;One of the most exciting additions in Maple 2026 is the new AI Assistant.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;AI tools are incredibly useful for exploring ideas, writing code, and learning new topics. But when the mathematics becomes more involved, relying on AI alone can be risky. The Maple AI Assistant brings those productivity benefits into Maple while keeping the mathematics grounded in Maple&amp;rsquo;s trusted computation engine.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;You can ask the AI Assistant questions in natural language and have it help you:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;find Maple commands or formulas&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;generate Maple code&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;create visualizations&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;explain mathematical concepts&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;draft examples, worksheets, or reports&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Because Maple performs the underlying computations where appropriate, the results are grounded in Maple&amp;rsquo;s powerful math engine. The AI Assistant becomes a productivity partner that helps you accomplish tasks in Maple faster and more easily, combining the flexibility of AI with mathematics you can trust.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;a href="https://www.youtube.com/watch?v=WLyDasyOfLo"&gt;Watch the AI Assistant in action&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style="clear:both;"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div style="clear:both;"&gt;&lt;span style="font-size:20pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Aptos Display&amp;quot;,sans-serif"&gt;&lt;span style="color:#0f4761"&gt;&lt;span style="font-weight:normal"&gt;Turn Documents into Live Mathematics&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Another feature I&amp;rsquo;m particularly excited about is Document Import.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Many of us have years of mathematical content stored in PDFs, lecture notes, journal articles, slides, or even handwritten pages. Traditionally these documents are static&amp;mdash;you can read them, but you can&amp;rsquo;t interact with the mathematics inside them.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;With Maple 2026, that changes.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Document Import allows Maple to convert many document formats&amp;mdash;including PDFs, DOCX files, and presentations&amp;mdash;into Maple worksheets where the mathematics becomes live and executable.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;The image below illustrates the transformation.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;On the left (&amp;ldquo;Before&amp;rdquo;), scribbled handwritten notes from a Calculus III lecture were saved in a Word document. The notes include hand-drawn sketches, formulas, and written explanations.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;After importing the document into Maple (&amp;ldquo;After&amp;rdquo;), the mathematical expressions were recognized and converted into live, editable Maple mathematics. The text was preserved, and the hand-drawn sketches were retained as images. The resulting worksheet supports evaluation, editing, and further computation.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;img src="/view.aspx?sf=234338_post/DocImportscreen.png"&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Once imported, you can:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;evaluate expressions&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;modify formulas&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;extend derivations&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;add visualizations&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;explore variations of the mathematics&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Instead of recreating examples from scratch, you can bring existing material directly into Maple and start exploring.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;While the new AI features are exciting, the heart of Maple has always been its mathematics engine&amp;mdash;and Maple 2026 delivers significant advances here.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;One particularly notable improvement is Maple&amp;rsquo;s expanded ability to solve linear recurrence equations. Through improvements to the rsolve command and major extensions to the LREtools package, Maple can now solve dramatically more recurrence relations than before, including many third- and fourth-order cases that were previously beyond reach.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;In fact, Maple can now fully s&lt;strong&gt;olve over 94% of the 55,979 entries in the Online Encyclopedia of Integer Sequences (OEIS) that that can be shown to satisfy a linear recurrence relation&lt;/strong&gt;. These advances reflect ongoing research into linear difference equations and their algorithmic implementation in Maple, continuing Maple&amp;rsquo;s long tradition of advancing the state of computer algebra.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;img src="/view.aspx?sf=234338_post/LREscreen.png"&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Beyond recurrence solving, Maple 2026 includes many improvements across its core symbolic and numeric algorithms. Maple&amp;rsquo;s assumption system has been strengthened to improve reasoning under mathematical assumptions, and enhancements to the simplify, combine, and evalc commands allow Maple to produce more compact and mathematically natural forms for a wider range of expressions.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;There are also improvements to Maple&amp;rsquo;s differential equation solvers, polynomial system solving, and numerical solving routines such as fsolve, along with updates to other foundational parts of the math library used throughout the system.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Taken together, these improvements expand the range of problems Maple can solve and improve the robustness, correctness, and efficiency of the results.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple has always offered extensive control over plotting options, but achieving consistent visual styling across multiple plots could require specifying many settings each time.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 introduces Plotting Themes, which allow you to define a plotting style once and apply it across many plots with a single option.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Themes make it easy to maintain consistent visual styles in worksheets, teaching materials, reports, and publications, while still allowing individual plots to override specific options when needed. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;The image below shows an example of creating and applying a custom plotting theme.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;img src="/view.aspx?sf=234338_post/Plotscreen.png"&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple continues to be widely used in classrooms around the world, and Maple 2026 includes several improvements designed to support teaching and learning.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;The Check My Work system has been enhanced so Maple can recognize a wider variety of valid student solution steps and provide more accurate feedback.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 also improves the generation of similar practice problems, making it easier to create variations of a problem while preserving its mathematical structure.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;In addition, Maple&amp;rsquo;s step-by-step solutions have been expanded to support more types of expressions, helping students better understand the reasoning behind the mathematics they&amp;rsquo;re learning. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 also introduces improvements for developers building advanced applications, along with performance enhancements across the system.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;One particularly interesting addition is the new VectorSearch package, which implements a vector database directly inside Maple.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;If you&amp;rsquo;re not familiar with vector databases, one way to think about them is through recommendation systems like Netflix or Spotify. Each movie or song can be represented by a vector containing thousands of numbers describing its characteristics&amp;mdash;things like genre, pacing, or mood. When you watch something, the system finds other items whose vectors are closest to it, which is how recommendations are generated.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;With the new VectorSearch package, Maple can store thousands (or more) of vectors and efficiently find the ones most similar to a given vector. This makes it easier to build applications involving machine learning, data analysis, and modern AI workflows directly in Maple.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 also delivers significant performance improvements. For example, operations involving quantities with units have been greatly optimized&amp;mdash;some computations now run over 90 times faster, making Maple even more efficient for engineering and scientific workflows.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 also expands the benefits available through the Maplesoft Elite Maintenance Program (EMP). The new benefits include access to additional Maplesoft products and services:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple Learn, the online environment for teaching and learning mathematics&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple Calculator Premium, bringing the power of Maple to your phone with full access to features like Solution Steps and Check My Work&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple MCP, which allows you to connect Maple&amp;rsquo;s math engine to external AI tools so they can produce mathematical results you can trust&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;These additions extend Maple beyond the desktop, giving users powerful tools for learning, teaching, and exploring mathematics across web and mobile platforms, as well as through integrations with external AI tools.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;This post only scratches the surface of what&amp;rsquo;s new in Maple 2026. There are many more improvements across the math library, programming tools, and performance.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;To learn more about all the new features and enhancements in Maple 2026, visit the &lt;a href="http://www.maplesoft.com/products/maple/new_features/index.aspx"&gt;What&amp;rsquo;s New in Maple&lt;/a&gt;&amp;nbsp;page on our website.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;
</itunes:summary>
      <description>&lt;div style="margin-bottom:11px; max-width:850px; overflow:hidden;"&gt;&lt;img src="/view.aspx?sf=234338_post/LaunchBlogPost_Header-EN.jpg" style="width:100%; height:auto; display:block; margin-top:-20px;"&gt;&lt;/div&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;For decades, Maple has been built around one of the world&amp;rsquo;s most powerful mathematics engines&amp;mdash;helping students, educators, engineers, and researchers explore ideas, solve complex problems, and communicate mathematics clearly.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 builds on that foundation with major advances in the math engine, expanding the kinds of problems Maple can solve while improving reliability and performance.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;At the same time, Maple 2026 introduces new AI-powered tools that help you work faster&amp;mdash;finding commands, generating visualizations, explaining concepts, and helping you explore ideas. The key difference is that these tools sit on top of Maple&amp;rsquo;s math engine, so the results are grounded in real computation rather than guesswork.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;If you&amp;rsquo;ve been following along with our recent Mathy teaser videos and sneak peek posts, you may already have seen hints of some of these features. Now I&amp;rsquo;m excited to finally share them in full.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;div style="float:right; margin:0 0 12px 18px; max-width:280px;"&gt;&lt;img src="/view.aspx?sf=234338_post/AIscreen.png"&gt;&lt;/div&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;One of the most exciting additions in Maple 2026 is the new AI Assistant.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;AI tools are incredibly useful for exploring ideas, writing code, and learning new topics. But when the mathematics becomes more involved, relying on AI alone can be risky. The Maple AI Assistant brings those productivity benefits into Maple while keeping the mathematics grounded in Maple&amp;rsquo;s trusted computation engine.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;You can ask the AI Assistant questions in natural language and have it help you:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;find Maple commands or formulas&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;generate Maple code&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;create visualizations&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;explain mathematical concepts&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;draft examples, worksheets, or reports&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Because Maple performs the underlying computations where appropriate, the results are grounded in Maple&amp;rsquo;s powerful math engine. The AI Assistant becomes a productivity partner that helps you accomplish tasks in Maple faster and more easily, combining the flexibility of AI with mathematics you can trust.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;a href="https://www.youtube.com/watch?v=WLyDasyOfLo"&gt;Watch the AI Assistant in action&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style="clear:both;"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div style="clear:both;"&gt;&lt;span style="font-size:20pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Aptos Display&amp;quot;,sans-serif"&gt;&lt;span style="color:#0f4761"&gt;&lt;span style="font-weight:normal"&gt;Turn Documents into Live Mathematics&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Another feature I&amp;rsquo;m particularly excited about is Document Import.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Many of us have years of mathematical content stored in PDFs, lecture notes, journal articles, slides, or even handwritten pages. Traditionally these documents are static&amp;mdash;you can read them, but you can&amp;rsquo;t interact with the mathematics inside them.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;With Maple 2026, that changes.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Document Import allows Maple to convert many document formats&amp;mdash;including PDFs, DOCX files, and presentations&amp;mdash;into Maple worksheets where the mathematics becomes live and executable.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;The image below illustrates the transformation.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;On the left (&amp;ldquo;Before&amp;rdquo;), scribbled handwritten notes from a Calculus III lecture were saved in a Word document. The notes include hand-drawn sketches, formulas, and written explanations.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;After importing the document into Maple (&amp;ldquo;After&amp;rdquo;), the mathematical expressions were recognized and converted into live, editable Maple mathematics. The text was preserved, and the hand-drawn sketches were retained as images. The resulting worksheet supports evaluation, editing, and further computation.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;img src="/view.aspx?sf=234338_post/DocImportscreen.png"&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Once imported, you can:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;evaluate expressions&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;modify formulas&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;extend derivations&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;add visualizations&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;explore variations of the mathematics&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Instead of recreating examples from scratch, you can bring existing material directly into Maple and start exploring.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;While the new AI features are exciting, the heart of Maple has always been its mathematics engine&amp;mdash;and Maple 2026 delivers significant advances here.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;One particularly notable improvement is Maple&amp;rsquo;s expanded ability to solve linear recurrence equations. Through improvements to the rsolve command and major extensions to the LREtools package, Maple can now solve dramatically more recurrence relations than before, including many third- and fourth-order cases that were previously beyond reach.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;In fact, Maple can now fully s&lt;strong&gt;olve over 94% of the 55,979 entries in the Online Encyclopedia of Integer Sequences (OEIS) that that can be shown to satisfy a linear recurrence relation&lt;/strong&gt;. These advances reflect ongoing research into linear difference equations and their algorithmic implementation in Maple, continuing Maple&amp;rsquo;s long tradition of advancing the state of computer algebra.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;img src="/view.aspx?sf=234338_post/LREscreen.png"&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Beyond recurrence solving, Maple 2026 includes many improvements across its core symbolic and numeric algorithms. Maple&amp;rsquo;s assumption system has been strengthened to improve reasoning under mathematical assumptions, and enhancements to the simplify, combine, and evalc commands allow Maple to produce more compact and mathematically natural forms for a wider range of expressions.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;There are also improvements to Maple&amp;rsquo;s differential equation solvers, polynomial system solving, and numerical solving routines such as fsolve, along with updates to other foundational parts of the math library used throughout the system.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Taken together, these improvements expand the range of problems Maple can solve and improve the robustness, correctness, and efficiency of the results.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple has always offered extensive control over plotting options, but achieving consistent visual styling across multiple plots could require specifying many settings each time.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 introduces Plotting Themes, which allow you to define a plotting style once and apply it across many plots with a single option.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Themes make it easy to maintain consistent visual styles in worksheets, teaching materials, reports, and publications, while still allowing individual plots to override specific options when needed. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;The image below shows an example of creating and applying a custom plotting theme.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;img src="/view.aspx?sf=234338_post/Plotscreen.png"&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple continues to be widely used in classrooms around the world, and Maple 2026 includes several improvements designed to support teaching and learning.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;The Check My Work system has been enhanced so Maple can recognize a wider variety of valid student solution steps and provide more accurate feedback.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 also improves the generation of similar practice problems, making it easier to create variations of a problem while preserving its mathematical structure.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;In addition, Maple&amp;rsquo;s step-by-step solutions have been expanded to support more types of expressions, helping students better understand the reasoning behind the mathematics they&amp;rsquo;re learning. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 also introduces improvements for developers building advanced applications, along with performance enhancements across the system.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;One particularly interesting addition is the new VectorSearch package, which implements a vector database directly inside Maple.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;If you&amp;rsquo;re not familiar with vector databases, one way to think about them is through recommendation systems like Netflix or Spotify. Each movie or song can be represented by a vector containing thousands of numbers describing its characteristics&amp;mdash;things like genre, pacing, or mood. When you watch something, the system finds other items whose vectors are closest to it, which is how recommendations are generated.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;With the new VectorSearch package, Maple can store thousands (or more) of vectors and efficiently find the ones most similar to a given vector. This makes it easier to build applications involving machine learning, data analysis, and modern AI workflows directly in Maple.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 also delivers significant performance improvements. For example, operations involving quantities with units have been greatly optimized&amp;mdash;some computations now run over 90 times faster, making Maple even more efficient for engineering and scientific workflows.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple 2026 also expands the benefits available through the Maplesoft Elite Maintenance Program (EMP). The new benefits include access to additional Maplesoft products and services:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple Learn, the online environment for teaching and learning mathematics&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple Calculator Premium, bringing the power of Maple to your phone with full access to features like Solution Steps and Check My Work&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list .5in"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;Maple MCP, which allows you to connect Maple&amp;rsquo;s math engine to external AI tools so they can produce mathematical results you can trust&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;These additions extend Maple beyond the desktop, giving users powerful tools for learning, teaching, and exploring mathematics across web and mobile platforms, as well as through integrations with external AI tools.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;



&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;This post only scratches the surface of what&amp;rsquo;s new in Maple 2026. There are many more improvements across the math library, programming tools, and performance.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;To learn more about all the new features and enhancements in Maple 2026, visit the &lt;a href="http://www.maplesoft.com/products/maple/new_features/index.aspx"&gt;What&amp;rsquo;s New in Maple&lt;/a&gt;&amp;nbsp;page on our website.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;
</description>
      <guid>234338</guid>
      <pubDate>Wed, 11 Mar 2026 16:26:39 Z</pubDate>
      <itunes:author>Karishma</itunes:author>
      <author>Karishma</author>
    </item>
    <item>
      <title>Announcing Maple Flow 2025.2</title>
      <link>http://www.mapleprimes.com/maplesoftblog/234189-Announcing-Maple-Flow-20252?ref=Feed:MaplePrimes:Maplesoft%20Blog</link>
      <itunes:summary>&lt;p&gt;We&amp;#39;ve reached quite a &lt;span&gt;&lt;span&gt;rhythm&amp;nbsp;&lt;/span&gt;&lt;/span&gt;with Maple Flow - we update frequently, we add lots of improvements and we move fast.&lt;/p&gt;

&lt;p&gt;What does this mean for you? It means that the feedback loop between development, the user experience and course correction has a fast time constant.&lt;/p&gt;

&lt;p&gt;Without you being loud and vociferous, the feedback loop breaks. So don&amp;#39;t be shy - tell us what you want!.&lt;/p&gt;

&lt;p&gt;The new 2025.2 update builds on the theme of connectivity with two popular tools - Excel and Python. On top of that, we also have many other features and fixes that you&amp;#39;ve asked for.&lt;/p&gt;



&lt;p&gt;Earlier versions of Maple Flow let you&amp;nbsp;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;import and and export Excel data from Excel spreadsheets&lt;/li&gt;
	&lt;li&gt;run Maple Flow worksheets in Excel with a &lt;a href="https://www.mapleprimes.com/maplesoftblog/231627-Your-Calculations-Supercharged-Meet"&gt;mouse-driven UI to generate the communication glue&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With the 2025.2 update, you can now copy and paste data from Excel into a Flow worksheet.&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;img height="571" src="/view.aspx?sf=234189_post/PastefromExcel-ezgif.com-optimize(1).gif" width="531"&gt;&lt;/p&gt;

&lt;p&gt;To be blunt, this is type of cross-application copy-paste behaviour is a no-brainer. It&amp;#39;s such a natural workflow.&lt;/p&gt;



&lt;p&gt;We&amp;#39;ve increasignly found that Python is now being used to script the interaction and data flow between different engineering tools. With Maple Flow 2025.2, you can now execute Maple Flow worksheets from a Python script.&amp;nbsp;&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;img height="566" src="/view.aspx?sf=234189_post/Python.png" width="653"&gt;&lt;/p&gt;

&lt;p&gt;From Python, you can change and export any parameters and results defined in the worksheet&lt;/p&gt;



&lt;p&gt;This gives me the dopamine hit of watching CPU utilization spike in the Task Manager (hey..I get my kicks where I can)&lt;/p&gt;

&lt;p&gt;You can now do your parameter sweeps more quickly by executing the same worksheet in parallel, changing parameters for every run.&lt;/p&gt;

&lt;p&gt;This is easy to set up - no special programming is needed.&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;img height="471" src="/view.aspx?sf=234189_post/parallel.png" width="509"&gt;&lt;/p&gt;



&lt;ul&gt;
	&lt;li&gt;Print Extents can now be set globally for all sessions, or just for the current session.&lt;/li&gt;
	&lt;li&gt;Any user-installed fonts used in the worksheet are now respected in the PDF export&lt;/li&gt;
	&lt;li&gt;Worksheets execute faster&lt;/li&gt;
	&lt;li&gt;The update includes fixes to many user-reported issues&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can install the Flow 2025.2 update via Help &amp;gt; Check for Updates (or if you&amp;#39;re not already in the race, then grab a trial &lt;a href="https://www.maplesoft.com/products/mapleflow/free-trial/"&gt;here&lt;/a&gt; and take Flow for a spin).&lt;/p&gt;

&lt;p&gt;We&amp;#39;re not pulling back on this aggresive development velocity, but we need you to point us in the right direction. Let&amp;#39;s keep the feedback time constant small!&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;We&amp;#39;ve reached quite a &lt;span&gt;&lt;span&gt;rhythm&amp;nbsp;&lt;/span&gt;&lt;/span&gt;with Maple Flow - we update frequently, we add lots of improvements and we move fast.&lt;/p&gt;

&lt;p&gt;What does this mean for you? It means that the feedback loop between development, the user experience and course correction has a fast time constant.&lt;/p&gt;

&lt;p&gt;Without you being loud and vociferous, the feedback loop breaks. So don&amp;#39;t be shy - tell us what you want!.&lt;/p&gt;

&lt;p&gt;The new 2025.2 update builds on the theme of connectivity with two popular tools - Excel and Python. On top of that, we also have many other features and fixes that you&amp;#39;ve asked for.&lt;/p&gt;



&lt;p&gt;Earlier versions of Maple Flow let you&amp;nbsp;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;import and and export Excel data from Excel spreadsheets&lt;/li&gt;
	&lt;li&gt;run Maple Flow worksheets in Excel with a &lt;a href="https://www.mapleprimes.com/maplesoftblog/231627-Your-Calculations-Supercharged-Meet"&gt;mouse-driven UI to generate the communication glue&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With the 2025.2 update, you can now copy and paste data from Excel into a Flow worksheet.&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;img height="571" src="/view.aspx?sf=234189_post/PastefromExcel-ezgif.com-optimize(1).gif" width="531"&gt;&lt;/p&gt;

&lt;p&gt;To be blunt, this is type of cross-application copy-paste behaviour is a no-brainer. It&amp;#39;s such a natural workflow.&lt;/p&gt;



&lt;p&gt;We&amp;#39;ve increasignly found that Python is now being used to script the interaction and data flow between different engineering tools. With Maple Flow 2025.2, you can now execute Maple Flow worksheets from a Python script.&amp;nbsp;&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;img height="566" src="/view.aspx?sf=234189_post/Python.png" width="653"&gt;&lt;/p&gt;

&lt;p&gt;From Python, you can change and export any parameters and results defined in the worksheet&lt;/p&gt;



&lt;p&gt;This gives me the dopamine hit of watching CPU utilization spike in the Task Manager (hey..I get my kicks where I can)&lt;/p&gt;

&lt;p&gt;You can now do your parameter sweeps more quickly by executing the same worksheet in parallel, changing parameters for every run.&lt;/p&gt;

&lt;p&gt;This is easy to set up - no special programming is needed.&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;img height="471" src="/view.aspx?sf=234189_post/parallel.png" width="509"&gt;&lt;/p&gt;



&lt;ul&gt;
	&lt;li&gt;Print Extents can now be set globally for all sessions, or just for the current session.&lt;/li&gt;
	&lt;li&gt;Any user-installed fonts used in the worksheet are now respected in the PDF export&lt;/li&gt;
	&lt;li&gt;Worksheets execute faster&lt;/li&gt;
	&lt;li&gt;The update includes fixes to many user-reported issues&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can install the Flow 2025.2 update via Help &amp;gt; Check for Updates (or if you&amp;#39;re not already in the race, then grab a trial &lt;a href="https://www.maplesoft.com/products/mapleflow/free-trial/"&gt;here&lt;/a&gt; and take Flow for a spin).&lt;/p&gt;

&lt;p&gt;We&amp;#39;re not pulling back on this aggresive development velocity, but we need you to point us in the right direction. Let&amp;#39;s keep the feedback time constant small!&lt;/p&gt;
</description>
      <guid>234189</guid>
      <pubDate>Thu, 12 Feb 2026 17:33:54 Z</pubDate>
      <itunes:author>Samir Khan</itunes:author>
      <author>Samir Khan</author>
    </item>
    <item>
      <title>Meet Mathy</title>
      <link>http://www.mapleprimes.com/maplesoftblog/234163-Meet-Mathy?ref=Feed:MaplePrimes:Maplesoft%20Blog</link>
      <itunes:summary>&lt;p&gt;&lt;img alt="Mathy" src="/view.aspx?sf=234163_post/PXL_20260128_180706834.jpg" style="float:right; width:45%; max-width:420px; height:auto; margin:0 0 16px 32px; display:block;"&gt; If one of our posts showed up in your social media feed recently, you may have found yourself staring at a giant maple leaf with feet and thinking,&amp;nbsp;&amp;ldquo;&lt;em&gt;Wait&amp;hellip; who (or what) is that?&lt;/em&gt;&amp;rdquo;&amp;nbsp;you&amp;rsquo;re&amp;nbsp;not alone.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Yes, that big, cheerful leaf&amp;nbsp;you&amp;rsquo;ve been seeing&amp;nbsp;is very real.&amp;nbsp;&lt;br&gt;
And yes, they have a name.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Meet Mathy.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;We officially introduced Mathy to the world a&amp;nbsp;couple of weeks ago&amp;nbsp;at JMM 2026 in Washington, DC, but their story&amp;nbsp;actually started&amp;nbsp;much earlier.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Mathy was originally created by one of our developers, Marek&amp;nbsp;Krzeminski,&amp;nbsp;a few years&amp;nbsp;ago&amp;nbsp;as a fun internal character.&amp;nbsp;Over time, they quietly became our in-office, local&amp;nbsp;mathscot,&amp;nbsp;popping up as mini 3D-printed Mathys around the office and even as a custom emoji someone created.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Then, sometime last year, someone had what can only be described as a bold idea:&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What if we brought Mathy to life?&amp;nbsp;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;And just like that, the giant maple leaf went from concept to costume.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;Mathy is fun, curious, and a little playful.&amp;nbsp;That&amp;rsquo;s&amp;nbsp;very intentional.&amp;nbsp;That&amp;rsquo;s&amp;nbsp;what math should feel like.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;We&amp;nbsp;believe&amp;nbsp;math matters.&amp;nbsp;We&amp;nbsp;also believe math should be approachable, joyful, and a place where curiosity is rewarded. Mathy reminds us, and hopefully others, that math&amp;nbsp;doesn&amp;rsquo;t&amp;nbsp;have to be intimidating. It can be fun, and it can inspire awe.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;I&amp;rsquo;ll&amp;nbsp;be honest. When we decided to bring Mathy to&amp;nbsp;JMM, I was a little nervous. Conferences are busy, serious places.&amp;nbsp;Would people really want to interact with a seven-foot-tall maple leaf?&amp;nbsp;&lt;/p&gt;

&lt;p&gt;As it turns out, yes. Very&amp;nbsp;much&amp;nbsp;yes.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Researchers (from postdocs to seasoned academics), educators, and undergraduate and graduate students all stopped, smiled, laughed, and asked for photos. At one point, people were actually lining up to take pictures with Mathy.&lt;/p&gt;

&lt;p&gt;Let&amp;rsquo;s&amp;nbsp;just say: Mathy was a hit.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;&lt;strong&gt;How tall is Mathy?&amp;nbsp;&lt;/strong&gt;&lt;br&gt;
About 7 feet.&amp;nbsp;They are&amp;nbsp;hard to miss.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What does Mathy love (besides math)?&amp;nbsp;&lt;/strong&gt;&lt;br&gt;
Dancing. Very much dancing.&amp;nbsp;&lt;br&gt;
You can see for yourself here:&amp;nbsp;&lt;a href="https://youtube.com/shorts/CGL-9ABhBgo"&gt;Mathy&amp;#39;s got moves!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Does Mathy talk?&amp;nbsp;&lt;/strong&gt;&lt;br&gt;
You bet they do.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;Now that Mathy has officially been introduced to the world,&amp;nbsp;you&amp;rsquo;ll&amp;nbsp;be seeing them more often on social media, at events, and in a few other fun places&amp;nbsp;we&amp;rsquo;re&amp;nbsp;cooking up.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;So&amp;nbsp;if you spot a giant maple leaf dancing, waving, or talking math, now you know who they are.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;If you spot Mathy,&amp;nbsp;don&amp;rsquo;t&amp;nbsp;be shy, say hi.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;&lt;img alt="Mathy" src="/view.aspx?sf=234163_post/PXL_20260128_180706834.jpg" style="float:right; width:45%; max-width:420px; height:auto; margin:0 0 16px 32px; display:block;"&gt; If one of our posts showed up in your social media feed recently, you may have found yourself staring at a giant maple leaf with feet and thinking,&amp;nbsp;&amp;ldquo;&lt;em&gt;Wait&amp;hellip; who (or what) is that?&lt;/em&gt;&amp;rdquo;&amp;nbsp;you&amp;rsquo;re&amp;nbsp;not alone.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Yes, that big, cheerful leaf&amp;nbsp;you&amp;rsquo;ve been seeing&amp;nbsp;is very real.&amp;nbsp;&lt;br&gt;
And yes, they have a name.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Meet Mathy.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;We officially introduced Mathy to the world a&amp;nbsp;couple of weeks ago&amp;nbsp;at JMM 2026 in Washington, DC, but their story&amp;nbsp;actually started&amp;nbsp;much earlier.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Mathy was originally created by one of our developers, Marek&amp;nbsp;Krzeminski,&amp;nbsp;a few years&amp;nbsp;ago&amp;nbsp;as a fun internal character.&amp;nbsp;Over time, they quietly became our in-office, local&amp;nbsp;mathscot,&amp;nbsp;popping up as mini 3D-printed Mathys around the office and even as a custom emoji someone created.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Then, sometime last year, someone had what can only be described as a bold idea:&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What if we brought Mathy to life?&amp;nbsp;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;And just like that, the giant maple leaf went from concept to costume.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;Mathy is fun, curious, and a little playful.&amp;nbsp;That&amp;rsquo;s&amp;nbsp;very intentional.&amp;nbsp;That&amp;rsquo;s&amp;nbsp;what math should feel like.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;We&amp;nbsp;believe&amp;nbsp;math matters.&amp;nbsp;We&amp;nbsp;also believe math should be approachable, joyful, and a place where curiosity is rewarded. Mathy reminds us, and hopefully others, that math&amp;nbsp;doesn&amp;rsquo;t&amp;nbsp;have to be intimidating. It can be fun, and it can inspire awe.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;I&amp;rsquo;ll&amp;nbsp;be honest. When we decided to bring Mathy to&amp;nbsp;JMM, I was a little nervous. Conferences are busy, serious places.&amp;nbsp;Would people really want to interact with a seven-foot-tall maple leaf?&amp;nbsp;&lt;/p&gt;

&lt;p&gt;As it turns out, yes. Very&amp;nbsp;much&amp;nbsp;yes.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Researchers (from postdocs to seasoned academics), educators, and undergraduate and graduate students all stopped, smiled, laughed, and asked for photos. At one point, people were actually lining up to take pictures with Mathy.&lt;/p&gt;

&lt;p&gt;Let&amp;rsquo;s&amp;nbsp;just say: Mathy was a hit.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;&lt;strong&gt;How tall is Mathy?&amp;nbsp;&lt;/strong&gt;&lt;br&gt;
About 7 feet.&amp;nbsp;They are&amp;nbsp;hard to miss.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What does Mathy love (besides math)?&amp;nbsp;&lt;/strong&gt;&lt;br&gt;
Dancing. Very much dancing.&amp;nbsp;&lt;br&gt;
You can see for yourself here:&amp;nbsp;&lt;a href="https://youtube.com/shorts/CGL-9ABhBgo"&gt;Mathy&amp;#39;s got moves!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Does Mathy talk?&amp;nbsp;&lt;/strong&gt;&lt;br&gt;
You bet they do.&amp;nbsp;&lt;/p&gt;



&lt;p&gt;Now that Mathy has officially been introduced to the world,&amp;nbsp;you&amp;rsquo;ll&amp;nbsp;be seeing them more often on social media, at events, and in a few other fun places&amp;nbsp;we&amp;rsquo;re&amp;nbsp;cooking up.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;So&amp;nbsp;if you spot a giant maple leaf dancing, waving, or talking math, now you know who they are.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;If you spot Mathy,&amp;nbsp;don&amp;rsquo;t&amp;nbsp;be shy, say hi.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
      <guid>234163</guid>
      <pubDate>Wed, 04 Feb 2026 20:08:04 Z</pubDate>
      <itunes:author>Karishma</itunes:author>
      <author>Karishma</author>
    </item>
    <item>
      <title>Contest problem: area under quadratic inside a square</title>
      <link>http://www.mapleprimes.com/maplesoftblog/234159-Contest-Problem-Area-Under-Quadratic?ref=Feed:MaplePrimes:Maplesoft%20Blog</link>
      <itunes:summary>&lt;p&gt;Many problems in mathematics are easy to define and conceptualize, but take a bit of deeper thinking to actually solve. Check out the Olympiad-style question (from &lt;a href="https://www.linkedin.com/feed/update/urn:li:activity:7374456358026387458/?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAXrVTkBzqr63f8TcnW34ZjEauVxwFAjEoQ"&gt;this link&lt;/a&gt;) below:&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/square_1.png" style="width:33.33%;"&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Former Maplesoft co-op student &lt;a href="https://www.mapleprimes.com/users/5046879"&gt;Callum Laverance&lt;/a&gt; decided to make a &lt;a href="https://learn.maplesoft.com/d/MLBLHUPQKNCSMNILANCIJSDROSHUASDQPSCTIJOUCPCFPPPMIGLQPPMJMUPHGODSOOJNJGCGGNHREKEJLSDLLSHGFSIKEKOLFTFP"&gt;document in Maple Learn&lt;/a&gt; to de-bunk this innocent-looking problem and used the powerful tools within Maple Learn to show step-by-step how to think of this problem. The first step, I recommend, would be to play around with possible values of a and b for inspiration. See how I did this below:&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/Slider.gif" style="width:40.0%;"&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
Based on the snippet above, we might guess that a = 0.5 and b = 1.9. The next step is to think of some equations that may be useful to help us actually solve for these values. Since the square has a side length of 4, we know its area must be 4&lt;sup&gt;2&lt;/sup&gt; = 16. Therefore, the Yellow, Green and Red areas must add exactly to 16. That is,&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/square_2.png" style="width:33.33%;"&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
With a bit of calculus and Maple Learn&amp;#39;s context panel, we can integrate the function f(x) = ax&lt;sup&gt;2&lt;/sup&gt; from x = -2 to x = 2 and set it equal to this value of 8/3. This allows us to solve for the value of a.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/Finding_a.gif" style="width:45.0%;"&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
We see that a = 1/2. Since the area of the Red section must be three times that of the Yellow (which we determined above to be 8/3), we get Red = (8/3)*3 = 8.&lt;/p&gt;

&lt;p&gt;The last step is to find the value of b. In the figure below, we know that the line y = 4 and the curve y = bx&lt;sup&gt;2&lt;/sup&gt;&amp;nbsp;intersect when bx&lt;sup&gt;2&lt;/sup&gt;&amp;nbsp;= 4 (i.e. when x =&amp;nbsp;&amp;plusmn; 2/sqrt(b)).&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/square_4.png" style="width:33.33%;"&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Since we know the area of the red section is 8 square units, that must be the difference between the entire area underneath the horiztonal line at y = 4 and the curve y = bx&lt;sup&gt;2&lt;/sup&gt;&amp;nbsp;on the interval [-2/sqrt(b), 2/sqrt(b)]. We can then write the area of the Red section as an integral in terms of b, then solve for the value of b, since we know the Red area is equal to 8.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/Integral.gif" style="width:45.0%;"&gt;&lt;/p&gt;

&lt;p&gt;Voila! Setting a = 1/2 and b = 16/9&amp;nbsp;&amp;asymp; 1.8 guarantees that the ratio of Yellow to Green to Red area within the square is 1:2:3, respectively. Note this is quite close to our original guess of a = 0.5 and b = 1.9. With a bit of algebra and solving a couple of integrals, we were able to solve a mathematics Olympiad problem!&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Many problems in mathematics are easy to define and conceptualize, but take a bit of deeper thinking to actually solve. Check out the Olympiad-style question (from &lt;a href="https://www.linkedin.com/feed/update/urn:li:activity:7374456358026387458/?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAXrVTkBzqr63f8TcnW34ZjEauVxwFAjEoQ"&gt;this link&lt;/a&gt;) below:&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/square_1.png" style="width:33.33%;"&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Former Maplesoft co-op student &lt;a href="https://www.mapleprimes.com/users/5046879"&gt;Callum Laverance&lt;/a&gt; decided to make a &lt;a href="https://learn.maplesoft.com/d/MLBLHUPQKNCSMNILANCIJSDROSHUASDQPSCTIJOUCPCFPPPMIGLQPPMJMUPHGODSOOJNJGCGGNHREKEJLSDLLSHGFSIKEKOLFTFP"&gt;document in Maple Learn&lt;/a&gt; to de-bunk this innocent-looking problem and used the powerful tools within Maple Learn to show step-by-step how to think of this problem. The first step, I recommend, would be to play around with possible values of a and b for inspiration. See how I did this below:&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/Slider.gif" style="width:40.0%;"&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
Based on the snippet above, we might guess that a = 0.5 and b = 1.9. The next step is to think of some equations that may be useful to help us actually solve for these values. Since the square has a side length of 4, we know its area must be 4&lt;sup&gt;2&lt;/sup&gt; = 16. Therefore, the Yellow, Green and Red areas must add exactly to 16. That is,&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/square_2.png" style="width:33.33%;"&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
With a bit of calculus and Maple Learn&amp;#39;s context panel, we can integrate the function f(x) = ax&lt;sup&gt;2&lt;/sup&gt; from x = -2 to x = 2 and set it equal to this value of 8/3. This allows us to solve for the value of a.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/Finding_a.gif" style="width:45.0%;"&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
We see that a = 1/2. Since the area of the Red section must be three times that of the Yellow (which we determined above to be 8/3), we get Red = (8/3)*3 = 8.&lt;/p&gt;

&lt;p&gt;The last step is to find the value of b. In the figure below, we know that the line y = 4 and the curve y = bx&lt;sup&gt;2&lt;/sup&gt;&amp;nbsp;intersect when bx&lt;sup&gt;2&lt;/sup&gt;&amp;nbsp;= 4 (i.e. when x =&amp;nbsp;&amp;plusmn; 2/sqrt(b)).&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/square_4.png" style="width:33.33%;"&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Since we know the area of the red section is 8 square units, that must be the difference between the entire area underneath the horiztonal line at y = 4 and the curve y = bx&lt;sup&gt;2&lt;/sup&gt;&amp;nbsp;on the interval [-2/sqrt(b), 2/sqrt(b)]. We can then write the area of the Red section as an integral in terms of b, then solve for the value of b, since we know the Red area is equal to 8.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=234159_post/Integral.gif" style="width:45.0%;"&gt;&lt;/p&gt;

&lt;p&gt;Voila! Setting a = 1/2 and b = 16/9&amp;nbsp;&amp;asymp; 1.8 guarantees that the ratio of Yellow to Green to Red area within the square is 1:2:3, respectively. Note this is quite close to our original guess of a = 0.5 and b = 1.9. With a bit of algebra and solving a couple of integrals, we were able to solve a mathematics Olympiad problem!&lt;/p&gt;
</description>
      <guid>234159</guid>
      <pubDate>Tue, 03 Feb 2026 18:07:15 Z</pubDate>
      <itunes:author>callumneily</itunes:author>
      <author>callumneily</author>
    </item>
  </channel>
</rss>