normalizing a symbolic expression?

21 ビュー (過去 30 日間)
Radu Trimbitas
Radu Trimbitas 2020 年 3 月 20 日
コメント済み: Walter Roberson 2020 年 3 月 27 日
Is there any corresponden in Symbolic Math Toolbox for Maple or Mupad function normal ? (normalizing a rational expression, write it with a single denominator, factored)

採用された回答

Walter Roberson
Walter Roberson 2020 年 3 月 21 日
feval(symengine, 'normal', expression)
Otherwise,
[tnum, tden] = numden(expression)
simplify(tnum) / simplify(tden)
  3 件のコメント
Radu Trimbitas
Radu Trimbitas 2020 年 3 月 27 日
I found in documentation a function simplifyFraction, which seems to be satisfactory in several situations.
Thank you again, Walter Robertson!
Walter Roberson
Walter Roberson 2020 年 3 月 27 日
I don't think I ever noticed that function!

サインインしてコメントする。

その他の回答 (0 件)

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by