Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - Simplifying expressions in a quotient ring
Author Message
  Post subject:  Re: Simplifying expressions in a quotient ring  Reply with quote
Closing this, for the record:

Justin wrote:
Is there any way to pursuade Singular to take account of the fact (in this case) that x^2 is -2? The simplify() and reduce() calls don't do this.


'reduce()' is, in fact, the way to do it. I managed to gloss over this in my first readiing (the remedial reading course, mentioned earlier, obviously hasn't helped), but
Code:
> reduce(x^2, std(0));
-2

shows what I was after.

Thanks to Viktor, again, for his help.

Justin
Post Posted: Sat Jun 23, 2007 6:19 am
  Post subject:  Simplifying expressions in a quotient ring  Reply with quote
Hi,

With my ncalgebra definition in good shape, I now want to verify some computations that I've made by hand.

For example, in addition to the "nc" relation xy + yx + x + 1=0, I have a relation x^2+2=0. Singular uses the former
Code:
> y*x;
-xy-x-1

whereas it seems to ignore the latter
Code:
> x^2;
x2

It seems that Singular(Plural) opts for an expression in terms of variables, rather than scalars.

Is there any way to pursuade Singular to take account of the fact (in this case) that x^2 is -2? The simplify() and reduce() calls don't do this.

Thanks!

Justin
Post Posted: Wed Jun 20, 2007 6:43 pm


It is currently Fri May 13, 2022 11:03 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group