From: darkknight on
Hi,
In the eight order matrix A, there are two unknown variables namely 'v' and 'b'(i.e. each element is a function of v, b and some constants). The 'b' is an array of eight complex numbers. This 'b' is also a variable in another eight order P matrix. The unknown variable array b and eigenvectors B are calculated for an assumed value of 'v'(real number)[by driving the determinants of A and P matrix to zero]. The solved values of 'b' and 'B' are substituted to find the corresponding value of P. This is a numerical method...my question is how should I initialize 'b' before I use it in program??