-
and finish cubic_polynomial, time-reversed van der pol, and the starburst pattern from smark.
-
For a 1D map can we have some functions to return a boolean value (TRUE or FALSE)
the function may be named
is.chaotic()
or
is.quasiPeriodical()
Judging by width of 'peaks' might work. A…
-
Currently, `gram_schmidt` only returns the Q matrix. The R matrix is used in the [shift selection for the LRADI method](https://github.com/pymor/pymor/blob/1aeccb428700fa140cb6faa7490bdaf87a9754a3/src…
-
We have a lot of lists that don't need to be lists in `geometry/cone.py`, potentially slowing things down and wasting a bit of memory. This is especially prevalent in my own doctests (oops).
Two th…
-
Hi @sdrave, @ftalbrecht, @renemilk! I think my `lti_sys_mor` branch is ready to be added here as a development branch. There are still some issues to resolve (like #285) and I would very much apprecia…
-
Hello,
I'm having a problem on configure ibex 2.8.0 for windows 10 and run the foo.cpp example available at this [link](http://www.ibex-lib.org/doc/install.html#compiling-a-test-program).
I've m…
-
@pmli, @ftalbrecht, to solve a simpler sub-problem of #531, I would like to first try to unify what the output of a `Model` should be.
Currently, `StationaryModel` and `InstationaryModel` define `o…
-
Hi, let's consider the following problem:
```
x1' = a - b*(x1 + 1)*x2 - a*x2
x2' = b * (x1+1) *x2 - c*x2
```
We want to find a Lyapunov function as you did in `sosdemo2.jl` file, so we only …
-
The last code-block, namely
` using QuantEcon
norm(our_solution - solve_discrete_lyapunov(A, Σ * Σ')) `
is failing in the notebook with error:
> Info: Recompiling stale cache file /home/…
-
I'd like to get rid of the old QPController implementation since it's no longer used on the robot or in any simulation examples except the running and jumping demos. To do that, I'll need to:
- [ ] ex…