JuliaSymbolics / SymbolicUtils.jl

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

Sorry to disturb you #363

Closed liushang0322 closed 3 years ago

liushang0322 commented 3 years ago

Sorry to disturb you, I am trying to use SymbolicUtils to write a symbolic rule for elliptic integrals. How do you make the customer input f(x) without calculating the specific value, the output is f(x), and f(x) Include an expression, that is, get a function name that contains an expression, and the expression can be calculated when substitute is used. This is a question that confuses me, please help me answer if it is convenient for you

ChrisRackauckas commented 3 years ago

@register f(x)?

liushang0322 commented 3 years ago

thank you so much !!!!!!