normalizing a symbolic expression?

조회 수: 22 (최근 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