Changes between Version 1 and Version 2 of Ticket #3066, comment 4


Ignore:
Timestamp:
2015-01-09T10:17:10Z (10 years ago)
Author:
Willi Braun

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3066, comment 4

    v1 v2  
    3030  parameter Integer p(fixed = false);
    3131initial equation
    32   der(y) = y + p;
     32  der(y) = y + p^2;
    3333equation
    3434  der(y) = sin(time);