ans = 
simplify() with dirac and All = true Doesn't Work?
Mostrar comentarios más antiguos
Why does the second call to simpify cause an error? Is that a bug?
syms x real
simplify(dirac(x)) % works
simplify(dirac(x),'All',true) % error
2 comentarios
Walter Roberson
el 10 de Dic. de 2023
I replicate the problem.
You might be amused to examine
regexprep(char(feval(symengine, 'expose', 'simplify')), '\\n', '\n')
but the result is a bit long, and it is not immediately obvious to me where the problem is.
Paul
el 12 de Dic. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Assumptions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!