On Sun, Jan 8, 2017 at 11:54 PM, Till Bovermann <lf...@lfsaw.de> wrote:
> Thanks for the investigation, Radoslaw,
>
> I try to apply a matrix operation (matrix A) to change x = (x_0, x_1, x_2) by
>
> dx_i/dt = x_i sum(A_ij (1-x_j))
>
>
> (the sum is over j)
>
>
> what do you mean by Use A(int(x))?

I actually meant what you wrote here above.
Since one of the arguments is subject to recursive operator ~ (x input
number 1) and thus not a constant expression, that argument cannot be
used directly in take.
You would have to rewrite it in a new letrec form to work.
I haven't used that form yet, so cannot help you with that.

R.Sz.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to