Forgot password
 Register account
View 2672|Reply 7

代数数化为方程的根RootReduce

[Copy link]

673

Threads

110K

Posts

218

Reputation

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

414

Threads

1641

Posts

15

Reputation

Show all posts

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

673

Threads

110K

Posts

218

Reputation

Show all posts

original poster kuing posted 2014-6-21 12:24
回复 2# abababa

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

414

Threads

1641

Posts

15

Reputation

Show all posts

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

461

Threads

959

Posts

4

Reputation

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

764

Threads

4672

Posts

27

Reputation

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

3211

Threads

7832

Posts

52

Reputation

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})$

3211

Threads

7832

Posts

52

Reputation

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.

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-20 06:06 GMT+8

Powered by Discuz!

Processed in 0.013697 seconds, 26 queries