Problems using the equality indicator. Matlab returns 0 when I check the equality of 2 terms. At the same time it returns 1 for the ratio of the same terms.

1 次查看(过去 30 天)
mu1 =
(k^psi*(b - 1)*(psi - 1))/(y2 + k^psi - b*k^psi - b*psi*y2)
>> mu2
mu2 =
-(psi - 1)/((y2*(b*psi - 1))/(k^psi*(b - 1)) + 1)
>> simplify(mu1)==simplify(mu2)
ans =
0
>> simplify(mu1/mu2)
ans =
1

采纳的回答

Andrei Bobrov
Andrei Bobrov 2012-2-28
factor(mu1) == factor(mu2)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by