hello.
First I want to thanks all the peopole who have help me for my problem.
But today there is a new problem.
I can use the function "CWMatrix1.GenEigenValueVector", but it donsen't work correctly (I suppose)
my code is
Dim varD As Variant
Dim varDi As Variant ' i for imaginary value
Dim varVi As Variant
Dim varV As Variant
call Form1.CWMatrix1.GenEigenValueVector(gsigMatrS, 1, varD, varDi, varV, varVi)
gsigMatrS contain at first :
|1 2|
|2 3| this is a symetrique matrix that I use to teste the function.
the eigenvalue for this matrix are 4.828 and -0.828
The function give 4.236 and -0.236
Why is the result not correct?
thank you
Alucard