Row operations on a matrixI’m working on the matrix inversion task and I almost have it. My strategy is to do this; 1 3 3...
Issues with changing values in an arrayThis a segment of the code i can post all of it if it will help I'm trying to invert a matrix i'm g...
Moving an array to another function?Made some progress [code]#include<iostream> using namespace std; #include <iomanip> //-----...
Moving an array to another function?I was wanting to move a pointer from int calc to in main but i have no idea how to do that. :( Could...
Moving an array to another function?Here is my code [code]#include<iostream> using namespace std; #include <iomanip> //---------...
This user does not accept Private Messages