0
Please , as Matlab, can c++ be used in solving matrices and non linear equation systems?
5 Respostas
0
You can write a program that does in C++. C++ as a programming language has absolutely no concept of what non linear equation systems are (and strictly speaking not even of matrices). But you can write a program, that does. A program like Matlab. :)
0
thanks
0
I really need to add: You won't get the same functionality as Matlab. After all, these guys write math-software for a living. However, there are a couple of open source libraries for mathematics. Check boost's math toolkit and the Wikipedia entry for Matlab.
0
thanks once again
0
OK thanks