Jump to content

Matrices


Recommended Posts

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

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

  • 3 months later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.