Zekeriya SARI

Results 8 comments of Zekeriya SARI

The aim was to construct a hexagon. Calling the constructor directly, I think, solves the problem. ```julia using StaticArrays using GeometryBasics hexagon = GeometryBasics.Ngon(@SVector [Point(BigFloat(cos(θ)), BigFloat(sin(θ))) for θ in 0...

Hi @sdwfrost Let me answer this first. > I'm also not sure how to feed the initial state You cannot because the `StaticSystem` is used to model systems that are...

Hi @sdwfrost The function signatures for the right-hand-side of a `DiscreteSystem` must be of the form ```julia function righthandside(dx, x, u, t) # update dx end ``` So, to be...

I am very glad that you give a shot to `Jusdl` @freemin7 > I also found no way to check whether i missed to add some branch, `Jusdl` is still...

Looks great :) I wonder the details of the subject (i.e. the wind-up effect). Would you mind providing me some docs or related sources?

Thank you for the devotion of your time and explanation.

Thank you for your kind words. I just want to let you know that the package is under renaming, but I could not come up with a good name yet....