フィルターのクリア

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 Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by