Mupad simplify Invalid argument of type 2
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hao Sun
el 8 de Nov. de 2019
Comentada: Walter Roberson
el 9 de Nov. de 2019
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???
0 comentarios
Respuesta aceptada
Walter Roberson
el 8 de Nov. de 2019
OutputType is an option for the MuPAD function Simplify (capital-S) not for the MuPAD function simplify (lower-case S)
2 comentarios
Walter Roberson
el 9 de Nov. de 2019
It has to be Proof not proof -- I ran into this myself last night.
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MuPAD en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!