SymbolicControlSystems.jl icon indicating copy to clipboard operation
SymbolicControlSystems.jl copied to clipboard

How to use with Symbolics.jl variables is not documented.

Open freemin7 opened this issue 11 months ago • 1 comments

Currently this package depends on SymPy, Conda, ... but according to the readme Symbolics.jl is also suppported. This raises the question of "why?"

Is the Symbolics.jl interface somehow inferior?

Currently this package exports SimPy variables which i guess means that heavy dependecy can't be removed without maybe breaking some existing code.

freemin7 avatar Mar 18 '25 13:03 freemin7

Is the Symbolics.jl interface somehow inferior?

Yes, Symbolics.jl is not as feature complete as sympy and the interface here hasn't been developed as much.

Currently this package exports SimPy variables which i guess means that heavy dependecy can't be removed without maybe breaking some existing code.

correct, most functionality depends on sympy.

baggepinnen avatar Mar 18 '25 13:03 baggepinnen