mathnet / mathnet-symbolics

Math.NET Symbolics
http://symbolics.mathdotnet.com
MIT License
341 stars 66 forks source link

How to get the inverse function #113

Open siyuanAUV opened 2 months ago

siyuanAUV commented 2 months ago

Hi, How to get the inverse function? The Expression: "y=x*5+10"

i just want get the function: "x=(y-10)/5"

do we support?