<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, please help to solve this equation</title>
    <link>http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 20:55:51 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 20:55:51 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, please help to solve this equation</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, please help to solve this equation</title>
      <link>http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation</link>
    </image>
    <item>
      <title>isolve</title>
      <link>http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation?ref=Feed:MaplePrimes:please help to solve this equation:Comments#answer128874</link>
      <itunes:summary>&lt;p&gt;Use isolve to get integer solutions. Then you will need to remove solutions which are not in NxN.&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;res:=isolve(61*a^2+1=b^2);&lt;br&gt;#The solutions as a list of lists [a,b]&lt;br&gt;RES:=map(subs,[res],[a,b]):&lt;br&gt;#The global _Z1 can take any integer value, so here are the integer solutions corresponding to _Z1 values from -3 to 3:&lt;br&gt;seq(normal(RES,expanded),_Z1=-3..3):&lt;br&gt;#However, these are not all pairs of positive integers, so:&lt;br&gt;ListTools:-FlattenOnce([%]);&lt;br&gt;select(type,%,[posint,posint]);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Use isolve to get integer solutions. Then you will need to remove solutions which are not in NxN.&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;res:=isolve(61*a^2+1=b^2);&lt;br&gt;#The solutions as a list of lists [a,b]&lt;br&gt;RES:=map(subs,[res],[a,b]):&lt;br&gt;#The global _Z1 can take any integer value, so here are the integer solutions corresponding to _Z1 values from -3 to 3:&lt;br&gt;seq(normal(RES,expanded),_Z1=-3..3):&lt;br&gt;#However, these are not all pairs of positive integers, so:&lt;br&gt;ListTools:-FlattenOnce([%]);&lt;br&gt;select(type,%,[posint,posint]);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>128874</guid>
      <pubDate>Fri, 16 Dec 2011 20:59:23 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>natural numbers</title>
      <link>http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation?ref=Feed:MaplePrimes:please help to solve this equation:Comments#answer128877</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation#comment128870"&gt;@Markiyan Hirnyk&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In my experience (French high school), N stands for the natural numbers while N* stands for N\{0}, that's N without the zero element. That would be my guess here.&lt;/p&gt;
&lt;p&gt;so if my interpretation is correct, the last line of Preben's code would be select(type,%,[posint,integer]);&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation#comment128870"&gt;@Markiyan Hirnyk&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In my experience (French high school), N stands for the natural numbers while N* stands for N\{0}, that's N without the zero element. That would be my guess here.&lt;/p&gt;
&lt;p&gt;so if my interpretation is correct, the last line of Preben's code would be select(type,%,[posint,integer]);&lt;/p&gt;</description>
      <guid>128877</guid>
      <pubDate>Fri, 16 Dec 2011 22:44:16 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>thanks</title>
      <link>http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation?ref=Feed:MaplePrimes:please help to solve this equation:Comments#answer128889</link>
      <itunes:summary>&lt;p&gt;thank you very much&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;thank you very much&lt;/p&gt;</description>
      <guid>128889</guid>
      <pubDate>Sat, 17 Dec 2011 01:06:14 Z</pubDate>
      <itunes:author>mad_man10</itunes:author>
      <author>mad_man10</author>
    </item>
    <item>
      <title>Agree</title>
      <link>http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation?ref=Feed:MaplePrimes:please help to solve this equation:Comments#comment128878</link>
      <itunes:summary>&lt;p&gt;@PatrickT&amp;nbsp; Agree with you, but the asker typed N*&amp;sdot; N, not N*N. In my opinion every notion should be defined.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;@PatrickT&amp;nbsp; Agree with you, but the asker typed N*&amp;sdot; N, not N*N. In my opinion every notion should be defined.&lt;/p&gt;</description>
      <guid>128878</guid>
      <pubDate>Fri, 16 Dec 2011 22:54:30 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>whole numbers</title>
      <link>http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation?ref=Feed:MaplePrimes:please help to solve this equation:Comments#comment128879</link>
      <itunes:summary>&lt;p&gt;Actually, if wikipedia may be trusted,&lt;/p&gt;
&lt;p&gt;There is no universal agreement about whether to include zero in the setof natural numbers: some define the natural numbers to be the positive integers&lt;span class="nowrap"&gt;{1, 2, 3, ...&lt;/span&gt;}, while for others the term designates the non-negative integers&lt;span&gt; {0, 1, 2, 3, ...&lt;/span&gt;}.&lt;/p&gt;
&lt;p&gt;Some authors use the term "natural number" to exclude zero and "whole number" to include it; others use "whole number" in a way that excludes zero, or in a way that includes both zero and the negative integers.&lt;/p&gt;
&lt;p&gt;further down the page, there is confirmation of the notation N*=N\{0}.&lt;/p&gt;
&lt;p&gt;http://en.wikipedia.org/wiki/Natural_number&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Actually, if wikipedia may be trusted,&lt;/p&gt;
&lt;p&gt;There is no universal agreement about whether to include zero in the setof natural numbers: some define the natural numbers to be the positive integers&lt;span class="nowrap"&gt;{1, 2, 3, ...&lt;/span&gt;}, while for others the term designates the non-negative integers&lt;span&gt; {0, 1, 2, 3, ...&lt;/span&gt;}.&lt;/p&gt;
&lt;p&gt;Some authors use the term "natural number" to exclude zero and "whole number" to include it; others use "whole number" in a way that excludes zero, or in a way that includes both zero and the negative integers.&lt;/p&gt;
&lt;p&gt;further down the page, there is confirmation of the notation N*=N\{0}.&lt;/p&gt;
&lt;p&gt;http://en.wikipedia.org/wiki/Natural_number&lt;/p&gt;</description>
      <guid>128879</guid>
      <pubDate>Fri, 16 Dec 2011 22:55:21 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>Nonstandard analysis</title>
      <link>http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation?ref=Feed:MaplePrimes:please help to solve this equation:Comments#comment128881</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation#comment128879"&gt;@PatrickT&lt;/a&gt;&amp;nbsp; The notion *N is used in nonstandard analysis. See &lt;a href="http://en.wikipedia.org/wiki/Nonstandard_analysis"&gt;http://en.wikipedia.org/wiki/Nonstandard_analysis&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/128869-Please-Help-To-Solve-This-Equation#comment128879"&gt;@PatrickT&lt;/a&gt;&amp;nbsp; The notion *N is used in nonstandard analysis. See &lt;a href="http://en.wikipedia.org/wiki/Nonstandard_analysis"&gt;http://en.wikipedia.org/wiki/Nonstandard_analysis&lt;/a&gt;&lt;/p&gt;</description>
      <guid>128881</guid>
      <pubDate>Fri, 16 Dec 2011 23:13:36 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
  </channel>
</rss>