<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Rem and Quo for multivariate polynomials</title>
    <link>http://www.mapleprimes.com/questions/124041-Rem-And-Quo-For-Multivariate-Polynomials</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 00:51:19 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 00:51:19 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Rem and Quo for multivariate polynomials</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Rem and Quo for multivariate polynomials</title>
      <link>http://www.mapleprimes.com/questions/124041-Rem-And-Quo-For-Multivariate-Polynomials</link>
    </image>
    <item>
      <title>Quo/Rem of multivariate polynomials over a finite field</title>
      <link>http://www.mapleprimes.com/questions/124041-Rem-And-Quo-For-Multivariate-Polynomials?ref=Feed:MaplePrimes:Rem and Quo for multivariate polynomials:Comments#answer124064</link>
      <itunes:summary>&lt;p&gt;Do you mean K(y,z)[x] or K[y,z][x] ? If the latter (i.e. you have multivariate polynomials in x,y and z) and your finite field is a prime field, have a look at &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=Prem"&gt;?PRem&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you really are looking at rational functions in y and z as your coefficient field or K is a more general field, you'll want to use &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=Domains"&gt;?Domains&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I hope this helps&lt;/p&gt;
&lt;p&gt;&amp;nbsp; -Laurent&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Do you mean K(y,z)[x] or K[y,z][x] ? If the latter (i.e. you have multivariate polynomials in x,y and z) and your finite field is a prime field, have a look at &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=Prem"&gt;?PRem&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you really are looking at rational functions in y and z as your coefficient field or K is a more general field, you'll want to use &lt;a href="http://www.maplesoft.com/support/help/view.aspx?path=Domains"&gt;?Domains&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I hope this helps&lt;/p&gt;
&lt;p&gt;&amp;nbsp; -Laurent&lt;/p&gt;</description>
      <guid>124064</guid>
      <pubDate>Fri, 22 Jul 2011 21:37:37 Z</pubDate>
      <itunes:author>laurent</itunes:author>
      <author>laurent</author>
    </item>
    <item>
      <title>I am looking for q and r as rational functions</title>
      <link>http://www.mapleprimes.com/questions/124041-Rem-And-Quo-For-Multivariate-Polynomials?ref=Feed:MaplePrimes:Rem and Quo for multivariate polynomials:Comments#comment124224</link>
      <itunes:summary>&lt;p&gt;I am looking for q and r as rational functions of y and z, and I am implementing the code for any finite field. I was told earlier on this site, though, that &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=Domains' target='_new'&gt;?Domains&lt;/a&gt; was left unfinished, and is sort of a skeleton.&lt;/p&gt;
&lt;p&gt;Basically, I am working with elements of F[x.y.z], and I have constructed them using alias(a = RootOf('irreducible polynomial mod p, of degree n')), and then using Expand() mod p and collect() to perform basic operations. For this part of the code, though, I want to treat them as being polynomials in x, and perform polynomial division. Is there an easier way to do this using Domains? I've been trying PRem, and it doesn't seem to be doing what I would like in most situations.&lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I am looking for q and r as rational functions of y and z, and I am implementing the code for any finite field. I was told earlier on this site, though, that &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=Domains' target='_new'&gt;?Domains&lt;/a&gt; was left unfinished, and is sort of a skeleton.&lt;/p&gt;
&lt;p&gt;Basically, I am working with elements of F[x.y.z], and I have constructed them using alias(a = RootOf('irreducible polynomial mod p, of degree n')), and then using Expand() mod p and collect() to perform basic operations. For this part of the code, though, I want to treat them as being polynomials in x, and perform polynomial division. Is there an easier way to do this using Domains? I've been trying PRem, and it doesn't seem to be doing what I would like in most situations.&lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>124224</guid>
      <pubDate>Thu, 28 Jul 2011 20:09:21 Z</pubDate>
      <itunes:author>Istarion</itunes:author>
      <author>Istarion</author>
    </item>
    <item>
      <title>Found answer - thanks!</title>
      <link>http://www.mapleprimes.com/questions/124041-Rem-And-Quo-For-Multivariate-Polynomials?ref=Feed:MaplePrimes:Rem and Quo for multivariate polynomials:Comments#comment124376</link>
      <itunes:summary>&lt;p&gt;So, after fighting it with a bit, I realized that the reason Prem wasn't working properly was because sometimes I would write xy instead of x*y or x y, which I'm assuming it interpreted as a whole new variable. It was really weird, because it kept saying things like r was 0, when my program was ensuring a gcd of 1 the line before.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;tl;dr version: Prem is working for me now, and it was my own error that prevented it from working properly before. Thank you very much for your help!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;So, after fighting it with a bit, I realized that the reason Prem wasn't working properly was because sometimes I would write xy instead of x*y or x y, which I'm assuming it interpreted as a whole new variable. It was really weird, because it kept saying things like r was 0, when my program was ensuring a gcd of 1 the line before.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;tl;dr version: Prem is working for me now, and it was my own error that prevented it from working properly before. Thank you very much for your help!&lt;/p&gt;</description>
      <guid>124376</guid>
      <pubDate>Thu, 04 Aug 2011 21:11:32 Z</pubDate>
      <itunes:author>Istarion</itunes:author>
      <author>Istarion</author>
    </item>
  </channel>
</rss>