Symbolic Math Toolbox で定義された2つの数式が等しいか、iequal で確認すると、正しく評価できない場合があるのはなぜですか?
Show older comments
Symbolic Math Toolbox の isequal 関数を使って式が等しいか確認した時に、意図しない結果が得られる場合があります。
>> syms x y
>> isequal(x*y+x, x*(y+1))
ans =
logical
0
Accepted Answer
More Answers (0)
Categories
Find more on 仮定 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!