I am writing a c++ project to row reduce matrices. I was wondering if the following line would work to find the absolute value of the largest...
:2thumbsup dont know what I was thinking..swap rows then cout again :)
I think I am now becoming confused as well. Let me try again. Yes I have tried to do cout<<value; for example.. The program asks how many...
Thanks...ok let me try to explain what I meant. That question wasn't worded correctly.. I meant to say how would you use a cout<< statement to...
Is there any way to check to determine the greatest value that is chosen to be the pivot using this sample code you provided? How would you swap...
Thank you!! Yes I knew about the 0...49 but thanks for reminding me. -------Hmm, at n=50 that will be 2500 values. This will be...
Ok that sounds easy enough...I am guessing I would need to use a for loop to do this? How would I go about looking at each individual value in the...
I just had a question about a project I am working on. I am supposed to design a program that will solve up to fifty simultaneous equations using...
Ok thanks again for all your help with this problem. Have a great day.
Thanks for the "smartie points" code help :D. I will see what he has to say about that. I still am confused though on one thing. The 10.0,...
Would this be the correct formula to calculate the surface area of Box b? double Box::area() { return((2*length * width)+(2*width *...
The 10,20,30 are just values that my professor threw into the problem for default values. I definately see where you are coming from and would...
I am using dev c++ 4.9.9.2.. So the Rectangle::Rectangle(double=1.0,double=1.0) should be more like Rectangle::Rectangle(double l,double w)?...
Separate names with a comma.