I have a project whre I have to use a 20 x 30 matrix of numbers and do mathmatical operations on the elements. The matrix is in a file at a website. I would like some tips on how I could load this matrix into my program, without having to manually enter each element, and also some tips on how to do math operations on it. I am sure that I would use a for loop. Any advice would be greatly appreciated!!
Robert
Robert