// Run: dymola dymola-test.mo model kruhovy_test Real x(start=1); // pocatecni podminka Real y; equation der(x) = y; // x' = y der(y) = -x; // y' = -x end kruhovy_test;