JuliaSymbolics / SymbolicUtils.jl

Symbolic expressions, rewriting and simplification
https://docs.sciml.ai/SymbolicUtils/stable/
Other
536 stars 107 forks source link

simplify simplify_fractions maybe too weak for polyform #399

Closed liushang0322 closed 2 years ago

liushang0322 commented 2 years ago

Another problem is that when the expression has many operations, it is difficult to simplify the expression to something like matlab, especially when numden is used in matlab, the arguments seem to be very weak, and only a single operator can be simply taken out. Operands, but cannot be decomposed well, especially when the final form is polynomial/polynomial.

shashi commented 2 years ago

I could not figure out what the problem is from your description. Could you please post an example?

liushang0322 commented 2 years ago

https://github.com/JuliaSymbolics/SymbolicUtils.jl/issues/397

liushang0322 commented 2 years ago

could not figure out what the problem is from your description. Could you please post an example?

could you please have a look ? thank you too much! https://github.com/JuliaSymbolics/SymbolicUtils.jl/issues/397