Forgot password
 Register account
View 265|Reply 1

[函数] 三次方程的根的平方根之和

[Copy link]

3222

Threads

7840

Posts

52

Reputation

Show all posts

hbghlyj posted 2024-4-13 15:55 |Read mode
三次方程$x^3+px^2+qx+r$的根的平方根之和的极小多项式为
$x^8+4px^6+2 \left(3 p^2-4 q\right)x^4+4 \left(p(p^2-4q)+16 r\right)x^2+\left(p^2-4 q\right)^2$

$p^2=4q$时,三次方程$x^3+px^2+qx+r$的根的平方根之和的极小多项式为
$x^6+4px^4+16qx^2+64 r$

3222

Threads

7840

Posts

52

Reputation

Show all posts

original poster hbghlyj posted 2024-4-13 16:10
$p^2=4q$时,三次方程$x^3+px^2+qx+r$的根的平方根,一个等于其余两个之和

  1. -Sqrt[Root[1+#1+2 #1^2+#1^3&,1,0]]-Sqrt[Root[1+#1+2 #1^2+#1^3&,2,0]]+Sqrt[Root[1+#1+2 #1^2+#1^3&,3,0]]//RootReduce
Copy the Code
0
  1. -Sqrt[Root[#^3+p #^2+p^2/4 #+r&,1,0]]-Sqrt[Root[#^3+p #^2+p^2/4 #+r&,2,0]]+Sqrt[Root[#^3+p #^2+p^2/4 #+r&,3,0]]/.{p->RandomReal[],r->RandomReal[]}//RootReduce
Copy the Code
0

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-21 16:16 GMT+8

Powered by Discuz!

Processed in 0.016275 seconds, 31 queries