Forgot password?
 Register account
View 2666|Reply 7

代数数化为方程的根RootReduce

[Copy link]

682

Threads

110K

Posts

910K

Credits

Credits
90973
QQ

Show all posts

kuing Posted 2013-7-27 20:09 |Read mode
In[1]:= RootReduce[Sqrt[2] + Sqrt[3]]
Out[1]= Root[1 - 10 #1^2 + #1^4 &, 4]

反过来可以用 ToRadicals

411

Threads

1619

Posts

110K

Credits

Credits
11813

Show all posts

abababa Posted 2014-6-21 08:16
回复 1# kuing
这里的#1就相当于x的意思吧,后面那个&,还有4表示的是什么呢?

682

Threads

110K

Posts

910K

Credits

Credits
90973
QQ

Show all posts

 Author| kuing Posted 2014-6-21 12:24
回复 2# abababa

4好像表示第4个根……至于根按什么规则来排列我也不清楚……有空查查帮助看看有没有

411

Threads

1619

Posts

110K

Credits

Credits
11813

Show all posts

abababa Posted 2014-6-21 17:13
回复 3# kuing
谢谢,试了几个确实都表示根的次序。

459

Threads

952

Posts

9843

Credits

Credits
9843

Show all posts

青青子衿 Posted 2014-6-26 20:19
回复 1# kuing
In[1]:= RootReduce[Sqrt[2] + Sqrt[3]]
Out[1]= Root[1 - 10 #1^2 + #1^4 &, 4]
反过来可以用 ToRadicals ...
kuing 发表于 2013-7-27 20:09
In[1]:=MinimalPolynomial[Sqrt[2] + Sqrt[3], x]
Out[1]:=1 - 10 x^2 + x^4

768

Threads

4685

Posts

310K

Credits

Credits
35004

Show all posts

isee Posted 2017-10-12 14:28
Last edited by isee 2017-10-12 14:34回复 5# 青青子衿


    太强大了!如何按降幂排列?即 MinimalPolynomial[Sqrt[2] + 1, x] // TraditionalForm

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

hbghlyj Posted 2023-4-29 19:34
青青子衿 发表于 2014-6-26 13:19
In[1]:=MinimalPolynomial[Sqrt[2] + Sqrt[3], x]
Out[1]:=1 - 10 x^2 + x^4
西西的10道题第9道:
若 $p$ 和 $q$ 是不同的素数, 证: $[\mathbb Q(\sqrt{p}, \sqrt{q}):\mathbb Q]=4$, 并且 $\mathbb Q(\sqrt{p}, \sqrt{q})=\mathbb Q(\sqrt{p}+\sqrt{q})$

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

hbghlyj Posted 2023-4-29 23:13
kuing 发表于 2014-6-21 05:24
4好像表示第4个根……至于根按什么规则来排列我也不清楚……
查查帮助看看
$\tt Root[f,k]$ represents the exact kth root of the polynomial equation $\tt f[x]==0$.
Image_15.gif
The root indexing representation $\tt Root[f,k]$ applies to polynomial functions $\tt f$ only. The indexing of roots takes the real roots first, in increasing order. For polynomials with rational coefficients, the complex conjugate pairs of roots have consecutive indices.

Mobile version|Discuz Math Forum

2025-6-5 01:15 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit