paulo1913 Posted December 9, 2008 Share Posted December 9, 2008 What are matrices actually used for practically? (if at all) Link to comment Share on other sites More sharing options...
the tree Posted December 9, 2008 Share Posted December 9, 2008 Solving systems of linear equations and systems that can be approximated to linear equations. Do you really need more detail than that? Link to comment Share on other sites More sharing options...
Bignose Posted December 10, 2008 Share Posted December 10, 2008 At the barest minimum, they are a very compact notation. Sure, turning [math]y_1 = a_{11}x_1 + a_{12}x_2 +b_1[/math] [math]y_2 = a_{21}x_1 + a_{22}x_2 +b_2[/math] into [math]\mathbf{y}=\mathbf{A}\cdot\mathbf{x}+\mathbf{b}[/math] doesn't look like much savings, but what if there were 1000 variables? I'd much rather write out [math]\mathbf{y}=\mathbf{A}\cdot\mathbf{x}+\mathbf{b}[/math] than 1000 equations with 1000 variables. And yes, people do work with 1000 variable systems. Computational fluid dynamics is one area where many thousands of equations are solved simultaneously. In short, matrices are used quite a lot in mathematics. Studying them is well worth it. Link to comment Share on other sites More sharing options...
PlaneGraph88 Posted December 10, 2008 Share Posted December 10, 2008 Well ,wherever you have many variables ,matrices is usually a very good way to go.For instance ,if you have a linear equations system ,with many many variables ,matrices give you the tools to study and solve them systematically and efficiently.But their field of applications ,does not stop there.The elements of a matrix can be vector coordinates ,so they are useful in some geometry applications too.They can relate to function variables ,polynomials etc.They are useful in handling problems in various fields of Mathematics ,with linear algebra methods. Link to comment Share on other sites More sharing options...
ajb Posted December 10, 2008 Share Posted December 10, 2008 They are also useful as representations of things like groups and algebras. Link to comment Share on other sites More sharing options...
Bignose Posted March 16, 2009 Share Posted March 16, 2009 Matrices are used in just about every real world multidimensional problem! Why are you posting in threads that haven't been posted in for several months? The other one you gave an answer to a problem that was asked back in October! I sincerely hope that the OPs have moved on in the several months since these threads have last been active, and I don't really know what you are trying to accomplish... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now