网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

【抽象代数】用Mathematica判定代数整数

时间:2024-10-12 04:04:24

1、判断Sqrt[2] + Sqrt[3] 是不是代数整数的方法是:AlgebraicIntegerQ[Sqrt[2] + Sqrt[3] ]返回结果是True,则表示它是代数整数。

【抽象代数】用Mathematica判定代数整数

3、(Sqrt[2] + 1)/2不是代数整数,所以返回的结果是False。AlgebraicIntegerQ[(Sqrt[2] + 1)/2]

【抽象代数】用Mathematica判定代数整数

5、圆周率π不是代数整数:AlgebraicIntegerQ[Pi]

【抽象代数】用Mathematica判定代数整数
© 一点资料