I am doing matrix operations on large matrices in my C++
program. I need to verify the results that I get, I used to use WolframAlpha
for the task up until now. But my inputs are very large now, and the web interface does NOT accept such large values (textfield
is limited).
I am looking for a better solution to quickly cross-check/do math problems.
I know there is Matlab
but I have never used it and I don't know if thats what will suffice my needs and how steep the learning curve would be?
Is this the time to make the jump? or there are other solutions?