sect1.1.7.mw
>
restart:
>
N:=3;
(1)
>
for i from 1 to N do #Use the shift enter key to add each new line.
diff(y[i](t),t)=(y[i+1](t),-y[i-1](t));
od;
(2)
>