Hi everybody,
Just a little begginer mathematical computing calcultation question :
I have a matrix which contain 500 quintic polynomial equations (5 colomn containing a,b,c,d,e,f and 500 row). I have a vector containing the 500 value of the unknown variable (x).
I can simply do a loop and calculate the results of each formula.
But how to quickly calculate this like vvvv do with spread calcultation? What is the most efficient way in term of computing calcultation ?
Thanks for your help :)