Please , as Matlab, can c++ be used in solving matrices and non linear equation systems? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please , as Matlab, can c++ be used in solving matrices and non linear equation systems?

7th Nov 2016, 5:16 PM
Okechukwu Kenechukwu
Okechukwu Kenechukwu - avatar
5 Answers
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. :)
7th Nov 2016, 8:18 PM
Ullrich Franke
Ullrich Franke - avatar
0
thanks
7th Nov 2016, 8:25 PM
Okechukwu Kenechukwu
Okechukwu Kenechukwu - avatar
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.
7th Nov 2016, 8:36 PM
Ullrich Franke
Ullrich Franke - avatar
0
thanks once again
7th Nov 2016, 9:07 PM
Okechukwu Kenechukwu
Okechukwu Kenechukwu - avatar
0
OK thanks
13th May 2017, 4:37 PM
Okechukwu Kenechukwu
Okechukwu Kenechukwu - avatar