josephcslater / mousai

Harmonic balance solvers
BSD 3-Clause "New" or "Revised" License
21 stars 11 forks source link

[DOC] Second or First order Derivative #17

Closed vhuber closed 3 years ago

vhuber commented 5 years ago

In https://josephcslater.github.io/mousai/tutorial/demos/Theory_and_Examples.html Do you use \ddot{z} or \dot{z} ?

2019-04-19_9-16-16

VS

2019-04-19_9-16-47

josephcslater commented 5 years ago

Yes. It depends on the code. I have one for each. There are multiple notebooks showing each being used.

josephcslater commented 5 years ago

Did you find the variable eqform='second_order'? You can set it to first order or second order form.

josephcslater commented 3 years ago

Answer is documented.