Is KMath going to have general purpose equation so...
# mathematics
m
Is KMath going to have general purpose equation solving and simplification as sympy does?
a
Currently general purpose symbolic optimization is not planned. There is SimJa integration here: https://github.com/SciProgCentre/kmath/tree/dev/kmath-symja. But it is not quite developed. You can contribute new features.
MST is a powerful tool to incorporate symbolic operations as well as numeric ones. But someone have to implement algorithms.
Actually, it seems that integration has all necessary parts. You can generate type-safe MST expression in KMath, optimize it in SymJa and convert back. Need only a simple extension method for that.