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 - Ideal generated by the polynomials in a list
Author Message
  Post subject:  Re: ideal generated by the polynomial in a list  Reply with quote
ideal i=l[1..size(L)];
will create the ideal i generated by the elements of the list
Post Posted: Fri Jun 29, 2007 1:31 pm
  Post subject:  Ideal generated by the polynomials in a list  Reply with quote
Hi,

How does one cast an object of type List into an "Expression List"? I have lists of polynomials from which I need to generated ideals. But if I try, for example:

> ring r=0,(x,y,z),dp;

> list l = x,y,z;

>l;

[1]:
x
[2]:
y
[3]:
z

> ideal i = l;
? `ideal` = `list` is not supported
? expected `ideal` = `ideal`
? expected `ideal` = `matrix`
? error occurred in STDIN line 40: `ideal i = l ;`
? expected ideal-expression. type 'help ideal;'

There must be some way to take the polynomials in an arbitrary list and construct an object that represents the ideal that they generate. But I can't figure out how.

- Jeff
Post Posted: Tue Jun 19, 2007 11:33 pm


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