博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
线性代数与矩阵论 习题 1.2.2
阅读量:7113 次
发布时间:2019-06-28

本文共 1041 字,大约阅读时间需要 3 分钟。

试利用辗转相除法,求有理系数多项式$u(x)$和$v(x)$,使得$u(x)f(x)+v(x)g(x)=(f(x),g(x))$.

(1)$f(x)=3x^3-2x^2+x+2$,$g(x)=x^2-x+1$.

 

解:

\begin{align*}
3x^3-2x^2+x+2&=3x(x^2-x+1)+(x^2-2x+2)\\
x^2-x+1&=(x^2-2x+2)+(x-1)\\
x^2-2x+2&=x(x-1)-(x-2)\\
x-1&=x-2+1\\
\end{align*}
可见,$(f(x),g(x))=1$.由于
\begin{align*}
f(x)&=3xg(x)+(x^2-2x+2)\\
g(x)&=f(x)-3xg(x)+(x-1)\\
f(x)-3xg(x)&=x(g(x)-f(x)+3xg(x))-(x-2)\\
g(x)-f(x)+3xg(x)+f(x)-3xg(x)-x(g(x)-f(x)+3xg(x))&=1\\
\end{align*}
即$(1-x-3x^2)g(x)+xf(x)=1$

 

 

(2)$f(x)=x^4+2x^3-x^2-4x-2$,$g(x)=x^4+x^3-x^2-2x-2$.

解:
\begin{align*}
x^4+2x^3-x^2-4x-2&=(x^4+x^3-x^2-2x-2)+(x^3-2x)\\
x^4+x^3-x^2-2x-2&=x(x^3-2x)+(x^3+x^2-2x-2)\\
x^3-2x&=(x^3+x^2-2x-2)+(-x^2+2)\\
x^3+x^2-2x-2&=-x(-x^2+2)+(x^2-2)\\
-x^2+2&=-(x^2-2)\\
\end{align*}
可见,$(f(x),g(x))=x^2-2$.我们知道,
\begin{align*}
f(x)&=g(x)+x^3-2x\\
g(x)&=x[f(x)-g(x)]+(x^3+x^2-2x-2)\\
f(x)-g(x)=g(x)-x[f(x)-g(x)]+(-x^2+2)\\
g(x)-x[f(x)-g(x)]+x[f(x)-g(x)-g(x)+x[f(x)-g(x)]]=x^2-2\\
\end{align*}
即$(1-x-x^2)g(x)+x^2f(x)=x^2-2$.

转载于:https://www.cnblogs.com/yeluqing/archive/2012/11/10/3828159.html

你可能感兴趣的文章
python函数递归的几个例子
查看>>
js 简单实现 LFU
查看>>
MyBatis学习总结(三)——优化MyBatis配置文件中的配置
查看>>
BZOJ2793[Poi2012]Vouchers——枚举
查看>>
Ajax学习总结(1)——Ajax实例讲解与技术原理
查看>>
elisp片段(1)--文件保存时自动上传到远程FTP
查看>>
perl测试文件
查看>>
JavaScript强化教程——javascript性能优化
查看>>
搭建 Postfix、Dovecot 邮件服务
查看>>
日志behavior行为
查看>>
导航栏二级下拉菜单的js特效
查看>>
npm安装gulp-sass报错: checking for Python executable "python2" in the PATH
查看>>
OSI 七层模型与各层设备对应 详细解释<TCP/IP下数据是如何进行传输>
查看>>
mysql分区性能测试
查看>>
Android中设置ListView内容刷新问题
查看>>
jqgrid调整宽度自适应
查看>>
MM即兴之作
查看>>
解决Performance Dashboard 两个datetime 列的差别导致了运行时溢出
查看>>
mysql 常用命令
查看>>
检测网络通开启exe
查看>>