coneill-math / m2r

Macaulay2 interface for R
5 stars 5 forks source link

Add support for maps #195

Open coneill-math opened 7 years ago

coneill-math commented 7 years ago

Useful for monomial maps, etc.

R = QQ[a,b,c]; S = QQ[t];
I = kernel map(S,R,{t^6, t^9, t^20})