Back to Forum | View unanswered posts | View active topics
Topic review - ring delaration |
Author |
Message |
|
|
Post subject: |
Re: ring delaration |
|
|
Hi, you can try using Code: list L = ringlist(r); and change the field component (L[1]) with it coming from a ring with appropriate field. Afterwards create a new ring out of it, e.g. with Code: def NEW = ring(L); setring NEW; Cheers, Oleksandr
Hi,
you can try using [code]list L = ringlist(r);[/code] and change the field component (L[1]) with it coming from a ring with appropriate field. Afterwards create a new ring out of it, e.g. with [code]def NEW = ring(L); setring NEW;[/code]
Cheers, Oleksandr
|
|
|
|
Posted: Tue Dec 04, 2012 9:36 pm |
|
|
|
|
|
Post subject: |
ring delaration |
|
|
I have a ring called r and want to create a copy of this ring, but with a different characteristic. Is there some working alternative to Code: int newchar = 5; ring r = newchar,(varstr(r)),dp;
? Thanks, Lars
I have a ring called r and want to create a copy of this ring, but with a different characteristic. Is there some working alternative to [code] int newchar = 5; ring r = newchar,(varstr(r)),dp; [/code] ?
Thanks, Lars
|
|
|
|
Posted: Mon Dec 03, 2012 11:54 pm |
|
|
|
|
|
It is currently Fri May 13, 2022 11:02 am
|
|