Skip to content

Commit 6990e51

Browse files
committed
mention Symbolics.jl in readme
1 parent 1e42e70 commit 6990e51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44
Utilities for
5-
- Working with [ControlSystems.jl](https://github.com/JuliaControl/ControlSystems.jl/) types with SymPy.jl symbols as coefficients.
5+
- Working with [ControlSystems.jl](https://github.com/JuliaControl/ControlSystems.jl/) types with SymPy.jl and Symbolics.jl symbols as coefficients.
66
- Generation of C-code for filtering with LTI systems.
77

8-
This package exports the names `s,z` for the Laplace and Z-transform variables. These can be used to build symbolic transfer functions.
8+
This package exports the names `s,z` of type `SymPy.Sym` for the Laplace and Z-transform variables. These can be used to build symbolic transfer functions. To build symbolic transfer functions with Symbolics.jl symbols, create `s` or `z` using `using Symbolics; @variables s`.
99

1010
## Usage examples
1111
```julia

0 commit comments

Comments
 (0)