Changes between Initial Version and Version 1 of Ticket #2529


Ignore:
Timestamp:
2014-01-07T09:58:48Z (11 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2529 – Description

    initial v1  
    66protected
    77  parameter Real phi[m] = linspace(0,1,m);
    8   parameter Real t[2, m] = 2/m*{ cos(phi), sin(phi)}; // Cannot elaborate the trig. functions here
     8  parameter Real t[m] = cos(phi);
    99algorithm
    1010  y := sum(t);