- #1
chaoseverlasting
- 1,050
- 3
Im doing a short technical paper on matrices for my college magazine, and I am looking for some problem I can model. From what I gather, I would be using the problem/model to explain a certain concept of matrices.
I was thinking about using C++ to model it, but don't know what model to choose. Most of the people in my class don't really think much of matrices, as they are supposed to be "easy" with sure shot problems in exams. However, I want to illustrate that matrices are really a group of vectors and a square matrix of order n is actually n vectors bunched together in n dimensional space. Moreover, that the operations we perform on matrices are actually transformations of our original vectors. From what I understand, the n degree square matrix holds n vectors which define something analogous to a plane but in n dimensions.
Im pretty decent in C++ and my professor would be helping me along, but I don't even know where to begin looking. If someone could point out what specific "area" of mathematics/matrices I should look out, or point out specific problems, I would be really grateful. Its got to be a tough problem, something that would be challenging. I am kinda worked up about this.
I was thinking about using C++ to model it, but don't know what model to choose. Most of the people in my class don't really think much of matrices, as they are supposed to be "easy" with sure shot problems in exams. However, I want to illustrate that matrices are really a group of vectors and a square matrix of order n is actually n vectors bunched together in n dimensional space. Moreover, that the operations we perform on matrices are actually transformations of our original vectors. From what I understand, the n degree square matrix holds n vectors which define something analogous to a plane but in n dimensions.
Im pretty decent in C++ and my professor would be helping me along, but I don't even know where to begin looking. If someone could point out what specific "area" of mathematics/matrices I should look out, or point out specific problems, I would be really grateful. Its got to be a tough problem, something that would be challenging. I am kinda worked up about this.