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

C-code generation and an interface between ControlSystems.jl and SymPy.jl

Results 6 SymbolicControlSystems.jl issues
Sort by recently updated
recently updated
newest added

For me SymPy.jl fails to compile on 2 of 3 PCs. Second best option would be https://github.com/jverzani/SymPyPythonCall.jl/, best option not being dependent on Python.

@juliaregistrator register

This pull request changes the compat entry for the `Latexify` package from `0.14, 0.15` to `0.14, 0.15, 0.16`. This keeps the compat entries for earlier versions. Note: I have not...

This pull request changes the compat entry for the `Symbolics` package from `4.4` to `4.4, 5`. This keeps the compat entries for earlier versions. Note: I have not tested your...

I am trying so substitute a variable inside a StateSpace{Continous,Num}. ```julia julia> Σᵤ StateSpace{Continuous, Num} A = 0 1 0 0 1 + k₁ 1 + k₂ kᵢ 1 +...

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...