I ran into a bit of a roadblock trying to code a program to perform simple matrix operations. The catch was that I wanted to be able to let the user specify the dimension of the matrices on the fly.
I have a static array called p. I need to make p dynamic and then give it different values. Can't get it to work. All help appreciated. Thanks.