What is the explanation behind matrices in Algebra?

  • Thread starter Thread starter eNathan
  • Start date Start date
  • Tags Tags
    Matrices Work
AI Thread Summary
Matrices are defined as tables with m columns and n rows containing numbers, and they are essential for solving linear systems of equations. Common methods for solving these systems include Gaussian elimination and Cramer's rule. Matrices also serve as ordered data structures and can represent various physical states or properties. Understanding concepts like minors, cofactors, and determinants is crucial for deeper matrix applications. Their real-world uses span numerous fields, including physics and engineering, making them a vital topic in algebra.
eNathan
Messages
351
Reaction score
2
I am currently working on Matrices in my Algebra. I have not seen much talk about it on these forums. Can somebody please explain it? They look like

|5 6 2 0|
|5 0 4 8|
|5 5 7 6|
|8 4 6 1|
 
Mathematics news on Phys.org
Simply put, a matrix is a table of m columns and n rows in which you place numbers.
The applications are very different, solving lineair systems is a very common one.
 
What good do matrices do in the real world? I.E. what are they used for?

How do you compute matrix set? I have a question here that asks "the cofactor of a_22 = 5 is?" :rolleyes: it all seems confusing. I learned about 3*3 matrices a few months ago, but I heard that they get a lot harder when n > 3 and m > 3.
 
As I said, one of the most common (and important) uses is that you can use matrixes to solve systems of lineair equations (by, for example, using gaussian elimination or Cramer's rule for square matrices).

To fully understand minors/cofactors, you'll need to know what determinants are, do you?
 
TD said:
Simply put, a matrix is a table of m columns and n rows in which you place numbers.
The applications are very different, solving lineair systems is a very common one.

That's an "array" or a "tableau". Any definition of matrices has to include the ability to add and multiply them.
 
Which is why I said "simply put" :smile:
 
You can also think of a matrix as an ordered data structure. A matrix often describes a physical state or property of matter.
 
eNathan said:
What good do matrices do in the real world? I.E. what are they used for?
Too many things to list. From using them with kirchhoffs laws, to the cross product rule, to determining the amount of solutions within the system of equations.
 
eNathan said:
I have not seen much talk about it on these forums.
Have you looked?!
 
  • #10
Matrices are important because a great many things can be represented as matrices.

The first example people learn is that of a linear transformation, when dealing with vector spaces. A linear transformation T is a function satisfying:

T(αx + βy) = αT(x) + βT(y)

where α and β are scalars. (If the scalars are, for example, real numbers, we say that this is an R-linear transformation)

Linear transformations are important because they respect the indicated algebraic operations.
 
  • #11
eNathan said:
I have not seen much talk about it on these forums.

Check the "Linear and Abstract Algebra" forum!
 

Similar threads

Replies
24
Views
3K
Replies
8
Views
1K
Replies
8
Views
3K
Replies
4
Views
1K
Replies
55
Views
5K
Replies
7
Views
1K
Replies
8
Views
2K
Back
Top