ans = 
simplify() with dirac and All = true Doesn't Work?
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 10 Déc 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
le 12 Déc 2023
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Assumptions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!