Why does checking for equality sometimes fail when using the Symbolic Toolbox?
Why does checking for equality with ‘isequal’ sometimes fail when using the Symbolic Toolbox? For example:
>> syms x y
>> isequal(x*y+x, x*(y+1))
ans =
logical
0Why does checking for equality with ‘isequal’ sometimes fail when using the Symbolic Toolbox? For example:
>> syms x y
>> isequal(x*y+x, x*(y+1))
ans =
logical
0 Why does checking for equality with ‘isequal’ sometimes fail when using the Symbolic Toolbox? For example:
>> syms x y
>> isequal(x*y+x, x*(y+1))
ans =
logical
0 symbolic, comparison MATLAB Answers — New Questions