Hi, i'm fairly new to maple and i'm trying to create a list of equations to solve but I can't see where I'm going wrong.



![w:=[ 4/9, 1/9, 1/9, 1/9, 1/9, 1/36, 1/36, 1/36, 1/36 ]](http://www.mapleprimes.com/MapleImage.ashx?f=32b8c1babea1752f1e527860bd51386e.gif)
![feq:=i->rho_wall * w[i]](http://www.mapleprimes.com/MapleImage.ashx?f=f69810de5c3446c092532b824559e2a0.gif)
I think this is the bit im messing up with:


At the point I declare col, i'm trying to create the system of equations
fn_1 = (1-1/tau)*fp_1+ 1/tau*feq(1)
fn_2 = (1-1/tau)*fp_2 + 1/tau*feq(2)
... etc
Is this the correct way to go about this, or is there a better solution? Thanks in advance,
Kieran