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 Center および File ExchangeGet 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