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 - It is possible to an ideal contain fractions?
Author Message
  Post subject:  Re: It is possible for an ideal to contain fractions?  Reply with quote
Quote:
> Can an ideal contain fractions?

No. Fractions are not elements of the ring of polynomials (but of the field of rational functions).

Quote:
>Moreover, what does singular with the following input:
>
Code:
ring R=0,(x,y,z,w),dp;
ideal I=x^2+y-w,(x^2+z)/(1-y-z^2),(x^3-y)/(x+y+z+w);
std(I);


The division is performed in the ring of polynomials giving zero as the second and the third generators of I.

If you want to solve the system of equations
x^2+y-w = 0,
x^2+z = 0,
x^3-y = 0,
1-y-z^2 <> 0,
x+y+z+w <> 0,
we recommend the following:
Code:
ring R=0,(x,y,z,w),dp;
ideal I = x^2+y-w,x^2+z,x^3-y;
ideal J = 1-y-z^2, x+y+z+w;
facstd(I,J);


See the description of facstd for details.

Regards,
Post Posted: Thu Aug 11, 2005 8:55 pm
  Post subject:  It is possible to an ideal contain fractions?  Reply with quote
Can an ideal contain fractions? Moreover, what does singular with the following input:

ring R=0,(x,y,z,w),dp;
ideal I=x^2+y-w,(x^2+z)/(1-y-z^2),(x^3-y)/(x+y+z+w);
std(I);



email: lmzb@uevora.pt
Posted in old Singular Forum on: 2002-12-20 18:43:57+01
Post Posted: Thu Aug 11, 2005 5:31 pm


It is currently Fri May 13, 2022 10:57 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group