I had to call `vec` below for the constructor to accept my parameter `K`, which is a matrix. ```julia ODESystem(connections, t, ϕ, vec(K), systems=[armsys,motorsys]) ``` It's not a huge problem, but the friction could be reduced by handling that automatically.