《MATLAB在控制系统中的应用》实例程序

源代码在线查看: 例1.81.txt

软件大小: 65 K
上传用户: maryyxl
关键词: MATLAB 控制系统 中的应用 实例程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				例1.81   进行合并同类项执行。
				>> syms x
				>> collect(3*x^3-0.5*x^3+3*x^2)
				    ans=
				    5/2*x^3+3*x^2)
				进行因式分解执行。
				>> factor(3*x^3-0.5*x^3+3*x^2)
				  ans=
				1/2*x^2*(5*x+6)
							

相关资源