complex polynomials
显示 更早的评论
I currently have a polynomial, where each term is associated with terms of the form exp(1i*t*w*2), exp(1i*t*w*3) etc. When i raise this polynomial to any power, the product of exp(1i*t*w*2) and exp(1i*t*w*3) does not give me a compact term exp(1i*t*w*5), but continues to show it as the product of the two terms. I have used 'expand' and 'simplify' to no avail. How do i get around this problem?
2 个评论
the cyclist
2011-6-7
It would help immensely if you actually showed us your code.
Walter Roberson
2011-6-7
In Maple,
simplify(exp(I*w*t*2)*exp(I*w*t*3))
is all that is needed.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Polynomial Creation 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!