Topic review - number of ring variables as a parameter
Author
Message
Guest
Post subject:
think so. thanks!
think so. thanks!
Posted: Wed Dec 24, 2008 5:27 pm
dreyer
Post subject:
Does a declaration of the following form fit your needs?
Code:
int n=17; ring r=0,(x(0..n)),dp;
Best regards, Alexander
Does a declaration of the following form fit your needs?
[code]int n=17; ring r=0,(x(0..n)),dp;[/code]
Best regards, Alexander
Posted: Tue Dec 23, 2008 1:48 am
ashakeel
Post subject:
number of ring variables as a parameter
I have to study a ring as I change the no. of ring variables. Can this be parametrized? Can one declare an array with the ring variables as array elements or something? thanks
I have to study a ring as I change the no. of ring variables. Can this be parametrized? Can one declare an array with the ring variables as array elements or something? thanks