What exactly are matrices used for?
Watch
Announcements
Page 1 of 1
Skip to page:
What real world applications are they used in? I understand how they work but what sort of application would they be used for?
0
reply
Report
#2
(Original post by AishaGirl)
What real world applications are they used in? I understand how they work but what sort of application would they be used for?
What real world applications are they used in? I understand how they work but what sort of application would they be used for?
"Data that can be organized in rows and columns can be represented as a matrix. In computer science, matrices are used in the projection of three dimensional images into two dimensional screens. Scholastic matrices are used by page rank algorithms*. Cryptography is also implemented using matrices.
In physics, matrices are applied in optics, quantum mechanics and electrical circuits. Matrices can also be used to represent real-world data like the traits or habits of a population. Matrices are also applied in economics to study stock market trends and to optimize profit and minimize loss, in chemistry to find quantities in a chemical solution, and in genetics to work out the selection process."
Link.
*Page rank algorithms are used by internet search engines e.g. Google.
2
reply
Report
#3
(Original post by AishaGirl)
What real world applications are they used in? I understand how they work but what sort of application would they be used for?
What real world applications are they used in? I understand how they work but what sort of application would they be used for?
Matrices can be used to solve systems of equations. Solving simultaneous equations with four variables can be tedious enough, but when there is data that introduces many more variables, it'd be a complete mess to do it by hand. Row reductions can be performed on matrices to make this much more simpler. So data handling using matrices is quite a good one. The Jacobean matrix is also quite a useful one when it comes to looking at ordinary differential equations - which themselves have many real-world applications. It's also useful for looking at integrals in more than one dimension where variable transformations are needed - again, multiple integrals themselves have important real world applications (e.g. pressure-volume / gaussian surfaces in physics).
From what I've seen, I'd also say that matrices are just generally very good tools in making much more advanced maths (and mathematical physics) simpler. So a lot of other applications can also be found in how they form incredible forms of machinery that allow for other 'steps' in maths/physics to be made.
0
reply
So are matrices used mostly for data management rather than actually solving a specific problem?
0
reply
Report
#5
(Original post by AishaGirl)
So are matrices used mostly for data management rather than actually solving a specific problem?
So are matrices used mostly for data management rather than actually solving a specific problem?
There is not just one specific use but many ...
0
reply
Report
#6
(Original post by AishaGirl)
So are matrices used mostly for data management rather than actually solving a specific problem?
So are matrices used mostly for data management rather than actually solving a specific problem?
As a particular instance, images are a common example of something typically represented as a rectangular arrangement of data, but not really having anything to do with matrices.
But anything where you applying a linear transformation to something is typically going to be represented by a matrix. And it's more than just linear problems in practice; we solve a huge number of non-linear problems by assuming that for small changes, we can treat the problem as linear (and then add up the result of lots and lots of small changes).
That said, if I'm completely honest, most people aren't ever going to use matrices once they leave academia. I work in computer graphics and its surprising how many people I work with aren't at all confident with matrix math.
1
reply
Report
#7
When you say 'real world' it depends on whether you mean it in an everyday sense or, generally, 'the world'.
As others have said, matrices are used extensively in STEM subjects.
Those who are doing advanced maths A-level (or whatever it's called... the one with matrices in it) but don't continue on to do anything more technical, will probably not ever make use of matrices in the wider world.
As others have said, matrices are used extensively in STEM subjects.
Those who are doing advanced maths A-level (or whatever it's called... the one with matrices in it) but don't continue on to do anything more technical, will probably not ever make use of matrices in the wider world.
0
reply
(Original post by Pessimisterious)
When you say 'real world' it depends on whether you mean it in an everyday sense or, generally, 'the world'.
As others have said, matrices are used extensively in STEM subjects.
Those who are doing advanced maths A-level (or whatever it's called... the one with matrices in it) but don't continue on to do anything more technical, will probably not ever make use of matrices in the wider world.
When you say 'real world' it depends on whether you mean it in an everyday sense or, generally, 'the world'.
As others have said, matrices are used extensively in STEM subjects.
Those who are doing advanced maths A-level (or whatever it's called... the one with matrices in it) but don't continue on to do anything more technical, will probably not ever make use of matrices in the wider world.
0
reply
Report
#9
They are used for solving equations, making multiple computations faster, storing data.
One of their cooler uses are Markov chains, which are very important in both math and computer science
One of their cooler uses are Markov chains, which are very important in both math and computer science
0
reply
Report
#10
(Original post by AishaGirl)
I mean in the real world with physical items like developing computers, iphones, processors, satellites, sonar, radar etc. I assume there is a lot of math that goes into developing tech, how much of that is dependent on matrices I wonder.
I mean in the real world with physical items like developing computers, iphones, processors, satellites, sonar, radar etc. I assume there is a lot of math that goes into developing tech, how much of that is dependent on matrices I wonder.
0
reply
Report
#11
(Original post by AishaGirl)
I mean in the real world with physical items like developing computers, iphones, processors, satellites, sonar, radar etc. I assume there is a lot of math that goes into developing tech, how much of that is dependent on matrices I wonder.
I mean in the real world with physical items like developing computers, iphones, processors, satellites, sonar, radar etc. I assume there is a lot of math that goes into developing tech, how much of that is dependent on matrices I wonder.
For example there's information theory, which is almost entirely about matrix manipulation. One aspect is known as coding theory, which is the study of sending information in coded form, in such a way that the information can be decoded even if the data received has been scrambled along the way.
In the real world, most information is sent as binary code. The code has to be sent as a kind of analogue signal, like a radio wave or whatever. If the radio wave is scrambled or goes through some kind of natural interference, the code received may be different form what was sent.
You can use decoding matrices to figure out the correct information that was sent.
For example (and without going into any detailed explanation), have a look at this.
Take the decoding matrix:

and an 'error code'

Now,

Keep in mind that final result: (0,1).
Now imagine a different code was sent to someone. They don't know what information was first sent, but they received the code

This can be checked for errors by using the decoding matrix.

This is the same result as was achieved using the (0,1,0,0) error code, and so it can be inferred that received code has a single error in the second digit.
Hence, the received code is decoded to:

This can be double checked by putting the new word through the decoding matrix:

The result is (0,0), meaning there is no error in that information, hence (1,1,1,0) is definitely what should have been received.
So to sum things up: The code (1,0,1,0) was received, but the person on the receiving end knows with certainty that it should actually have been (1,1,1,0).
From this I hope you can see how matrices are used in the coding and decoding of information. An error can be detected and decoded from damaged or fuzzy information.
This is absolutely vital in all areas of digital communication. Basically the internet itself and all information transmission relies entirely on these principles.
2
reply
Report
#12
There are tensors that were made in 1969 and can only be used recently. They are many matrices together like a Rubik's cube that are really powerful for data handling and can be used to make games perform amazingly but they require computing power squared proportional to the size of the tensor.
0
reply
X
Page 1 of 1
Skip to page:
Quick Reply
Back
to top
to top