olof3

Results 37 comments of olof3

> Are they not both valid norms and operator norms? >I think that they should probably be invoked by opnorm(sys, p=2) The system 2-norms aren't induced norms (and not submultiplicative),...

> Matlab understands norm(G), norm(G,2) and norm(G, inf) which is what we currently have.. This is certainly something to take into consideration, but I don't think we should give it...

> I think that we should follow the interface defined here: https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/#LinearAlgebra.norm https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/#LinearAlgebra.opnorm wherever it makes sense "For any iterable container A (including arrays of any dimension) of numbers (or...

The toolbox only supports the case of infinite horizon and constant system dynamics, which can be solved as an algebraic Riccati equation. Time-varying LQR is more involved. In continuous time...

> I think u in the non-function case should be a matrix of size (ns, length(t)) for both, if you want a constant it is easy to generate a function...

> it would be easy to solve by saying either that we run with u(t) and u(uout, t) as one and two argument options, or we run with u(x, t)...

> So for the above suggestion we go with u(t) / u(uout, t) then. Yes, I think that is the right way to go. But we would need some `sim_statefeedback`/`sim_statefb`...