How to get dimension of normalization
Yoshihiko Sakai · Thu Aug 11, 2005 5:31 pm
Dear SINGULAR Team,
I am not familiar with programing on SINGULAR.
So, maybe simple question...
R is a base ring and I is an ideal in R.
S is normalization of R/I.
I want to calculate the dimension of S as vector space
over R/I.
I typed
ring R = 0, (x,y), dp;
ideal I = polynomial in x and y;
list S = normal( I );
def S1 = S[1]; setring S1; norid; normap;
def S2 = ...
Then How do I?
email: sakai@ocsi.co.jp
Posted in old Singular Forum on: 2001-06-21 05:02:17+02
I am not familiar with programing on SINGULAR.
So, maybe simple question...
R is a base ring and I is an ideal in R.
S is normalization of R/I.
I want to calculate the dimension of S as vector space
over R/I.
I typed
ring R = 0, (x,y), dp;
ideal I = polynomial in x and y;
list S = normal( I );
def S1 = S[1]; setring S1; norid; normap;
def S2 = ...
Then How do I?
email: sakai@ocsi.co.jp
Posted in old Singular Forum on: 2001-06-21 05:02:17+02