You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
1002 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

话题12。
后来年轻的高斯Johann Gauss1777-1855把这种表达方式引入高次方程的研究高斯在他的博士论文中给出了代数基本定理用代数因子乘积的方法清晰地构建了高次方程的基本结构。对于一个n次多项式
f(x) = xn + an-1 xn-1 + … + a1 x + a0
其中a0a1…, an-1 为多项式的系数x 表示未知数。代数基本定理述说了这样一个基本事实存在n个实数或者复数x1xn,使得
f(x) = (x - x1) … (x - xn)。
这样很容易验证x1xn 都是方程f(x) = 0的根。也就是说代数基本定理给出了一个非常重要的结果在复数范围内n次方程必然有n个根并且这些根是由系数唯一确定的。
顺便说一句,二次方程因式分解中的十字相乘法不是本质的、因而是不重要的,因为通过求根公式可以得到方程的根,然后用上述高斯的方法就可以写成两个因式的乘积。