What is a Matrix? - Examples & Explanations

  • Context: High School 
  • Thread starter Thread starter nickthrop101
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the concept of matrices, exploring their definitions, examples, and applications in mathematics. Participants share their understanding of matrices, including their structure and functionality in various mathematical contexts.

Discussion Character

  • Conceptual clarification
  • Technical explanation
  • Exploratory

Main Points Raised

  • One participant questions whether a matrix must be a 2-D number, indicating uncertainty about the dimensionality of matrices.
  • Another participant clarifies that a matrix is a collection of numbers and provides an example of using a matrix to track coordinates on a graph.
  • A different viewpoint suggests that a 2 by 2 matrix can be understood as a linear function from R^2 to R^2, emphasizing the functional aspect of matrices.
  • Another contribution highlights the use of matrices as transformation entities, describing how they can transform vectors from one set to another.
  • An example of a specific 2x2 matrix is provided, along with a description of its structure and the types of numbers it can contain.
  • One participant suggests that manipulating matrices through operations like addition and subtraction is a beneficial way to learn about them.

Areas of Agreement / Disagreement

Participants express various perspectives on the definition and application of matrices, with no clear consensus on a single viewpoint. The discussion includes both conceptual and functional interpretations of matrices.

Contextual Notes

Some participants rely on different definitions and interpretations of matrices, which may lead to varying understandings of their applications and properties. There is also a lack of consensus on the best methods for learning about matrices.

nickthrop101
Messages
95
Reaction score
0
I have found out what a matrice is, but i cannot think wat an example of it would be, I've been thinkning and about it, would it have to be a 2-D number?
 
Physics news on Phys.org


A matrix isn't a number, a matrix is more of a collection of numbers. For example, if want to keep track of the coordinates for a bunch of points on a graph, you can use a matrix with two rows and store the X coordinates in the first row, and the Y coordinates in the second. Matrices are useful for many things, including transformations and solving systems of equations. You will go more in depth with matrix algebra in math classes in school.
 


You can think of a 2 by 2 matrix as a linear function from R^2 to R^2. In general, it is better to think of matrices as (linear) functions rather than numbers.
 


One of the most powerful ways to use a matrix is as a transformation entity analogous to a function. A matrix transforms one vector [ 1 x n matrix] into another vector in A x = b
where x and b are vectors
In this sense, a matrix acts as a multi-dimensional function, transforming a set of "n" variables/values into another set of "n" variables/values.
 


This is a matrix:

\begin{bmatrix} 2 & 4 \\ 0 & 3 \end{bmatrix}

This particular matrix is a 2x2 matrix. That is; 2 rows and 2 columns. You could have any number of rows and columns. It is basically an array of numbers, and they can be integers, rational numbers, real numbers, or whatever you want.

If you haven't seen examples of matrices seeing examples and manipulating matrices is definitely the best way to learn. You should try doing some basic operations like adding and subtracting on matrices of various sizes.
 
Last edited:

Similar threads

  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K