Results 1 to 5 of 5

Thread: What is the use of matrices?

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2001
    Posts
    4

    Question What is the use of matrices?

    I'm new to this concept and I wanted to know how useful is to use a matrix. Give me an example of a simple problem and a difficult problem that could be solved with this tool.
    Last edited by Gray Duck; Nov 1st, 2001 at 04:51 PM.

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    matrices are used to mathematically express systems of linear equations, used in many fields of physics and most important, for calculations done with computers, since matrices are fast and effective to operate. What are you going to study?
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2001
    Posts
    4
    I don't know exactly what am I going to study, but something around physics and/or mathematics.

    I already found many mathematic-related books about this and that. Yesterday I found one about matrices which interested me because it said matrices were very used in computers.

    I'm still in highschool so I need to know if it's a good idea to invest my time in this or not. What you said is still a bit vage to me, can you give a more concret example?

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    matrices start to show up at uni now, in electronics and control Engineering, i expect they show up everywhere where you do more advanced calculations on physical systems.
    You won't have need for them soon, but if you really want something interesting, try making your own 3d-engine, and you'll see how usefull matrices are for rotation movement and projections
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    Lively Member
    Join Date
    Jun 2001
    Location
    Banana Republic
    Posts
    115
    u can solve linear equations using matrix..
    try this java applet
    http://www.ma.psu.edu/~herzog/applets/lin_equation/
    Marriage - is not a word, but a sentence.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width