How to switch the sign between numerator and denominator in a symbolic expression
3 次查看(过去 30 天)
显示 更早的评论
Hello.
I have an expression of the form
TL_theta =
I would like to express the previous equation in a form where the numerator and denominator have opposite signs as shown. In other words extract or multiply by (-1/-1).
Thanks in advance for your help.
0 个评论
回答(1 个)
Pranav Verma
2020-9-17
Hi Aider,
The symbolic math toolbox does some manipulations internally and carries out the simplification to convert the expression that is best suited for it to proceed for further calculations but it'll provide the correct results to the calculations that it is supposed to do. Eventually it'll cancel out the negative signs from the expression internally.
Please refer to the below discussion on the same lines:
Thanks
1 个评论
Walter Roberson
2020-9-17
Good tracking, Pranav Verma; I think that is still the most complete examination of the matter that I have seen anywhere.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!