|
-
Nov 1st, 2001, 02:18 PM
#1
Thread Starter
New Member
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.
-
Nov 1st, 2001, 04:00 PM
#2
transcendental analytic
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.
-
Nov 1st, 2001, 04:19 PM
#3
Thread Starter
New Member
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?
-
Nov 1st, 2001, 04:28 PM
#4
transcendental analytic
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.
-
Nov 1st, 2001, 05:22 PM
#5
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|