User Portlet
Discussions |
---|
Hi , so I've seen systems of simultaneous equations solved using Table and NSolve, but I've forgotten the appropriate syntax : I have M = 5 eqs = Table[q[i] == Sum[ Boole[i!=j] / (q[i] - q[j]) , {j, M}], {i, M}] ... |