필터 지우기
필터 지우기

Mupad simplify Invalid argument of type 2

조회 수: 1 (최근 30일)
Hao Sun
Hao Sun 2019년 11월 8일
댓글: Walter Roberson 2019년 11월 9일
Mupad
simplify((( x^3+a*x+b) -(y^3+a*y+b) )^2/(x-y)^4, OutputType="Proof")
Error: Invalid type of argument number 2.
Evaluating: simplify
what is wrong here???

채택된 답변

Walter Roberson
Walter Roberson 2019년 11월 8일
OutputType is an option for the MuPAD function Simplify (capital-S) not for the MuPAD function simplify (lower-case S)
  댓글 수: 2
Hao Sun
Hao Sun 2019년 11월 9일
okay with uppercase S Simplify still gives me the error
Simplify((( x^3+a*x+b) -(y^3+a*y+b) )^2/(x-y)^4, OutputType="proof")
Error: Invalid type of argument number 2.
Evaluating: Simplify
Walter Roberson
Walter Roberson 2019년 11월 9일
It has to be Proof not proof -- I ran into this myself last night.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MuPAD에 대해 자세히 알아보기

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by