Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习使用单数,我以单数运行以下脚本
环 A1=(2^3,a),x,dp; 小聚; 1*a^3+1*a^1+1*a^0
我对此感到困惑,我没有指定A1环的垄断,但A1已经垄断了。
这是否意味着A1只有1个垄断所以我们不需要指定它?
沉生宇
抱歉,脚本应该是:
环 A1=(2^3,a),x,dp;
小聚;
minpoly 的结果是:
1*a^3+1*a^1+1*a^0
那么这个小众从何而来?
盛宇申