ans = 
simplify() with dirac and All = true Doesn't Work?
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 10 Dez. 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
am 12 Dez. 2023
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Assumptions finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!