matlab怎么样化简三角函数?

问题描述:

matlab怎么样化简三角函数?
cos(x)*cos(y+z)+cos(x)+2cos(y+z)-sin(x)sin(y+z)这个式子在MATLAB中如何化简
1个回答 分类:综合 2014-09-30

问题解答:

我来补答
syms x y z
simplify(cos(x)*cos(y+z)+cos(x)+2*cos(y+z)-sin(x)*sin(y+z))
ans =
cos(x + y + z) + 2*cos(y + z) + cos(x)
 
 
展开全文阅读
剩余:2000
上一页:pass..
下一页:复合函数求值域