Please,does anyone knows a function in free libraries to compute a matrix which every terms are:
e^(-iBC)
where:
-i means complex
B and C are terms that I know
Thanks!
This is a discussion on Help with Function within the C Programming forums, part of the General Programming Boards category; Please,does anyone knows a function in free libraries to compute a matrix which every terms are: e^(-iBC) where: -i means ...
Please,does anyone knows a function in free libraries to compute a matrix which every terms are:
e^(-iBC)
where:
-i means complex
B and C are terms that I know
Thanks!
And you can't code a couple of lines of math on your own?
Take a look at GSL though I am not very sure it is what you need.
Btw if you are using c99, it supports complex numbers.