Setting up a matrix from a linear equation

Click For Summary
SUMMARY

This discussion focuses on setting up a matrix from the linear equations y=25x+70 and y=35x+40. The correct approach involves rewriting the equations as 25x - y = -70 and 35x - y = -40. The participants emphasize the importance of matrix multiplication rules, specifically that the number of columns in the first matrix must equal the number of rows in the second matrix for multiplication to be defined. The correct matrix setup is crucial for solving simultaneous equations effectively.

PREREQUISITES
  • Understanding of linear equations
  • Familiarity with matrix notation
  • Knowledge of matrix multiplication rules
  • Basic algebra skills
NEXT STEPS
  • Learn how to convert linear equations into matrix form
  • Study matrix multiplication techniques in detail
  • Explore solving simultaneous equations using matrices
  • Investigate the properties of matrix dimensions and conformability
USEFUL FOR

Students studying algebra, mathematics educators, and anyone interested in understanding matrix operations and their applications in solving linear equations.

Llewelyn
Messages
2
Reaction score
1

Homework Statement


I need some help with a question on my assignment. It asks to set up a matrix from the linear equations, y=25x+70 and y=35x+40.

Homework Equations


How do I set this matrix up?

The Attempt at a Solution


I think that I have to rewrite it as 25x-y=-70 and 35x-y=-40. But then I am stuck. How do you set up the matrix?
 
Physics news on Phys.org
Do you know how to do matrix multiplication? Write out:

##\begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} e \\ f \end{bmatrix}##

and fill in ##a, b, c, d, e, f##.
 
Thank you
 
Llewelyn said:
Thank you
No metion please, you can extend the same method for solving simultaneous equations with more number of variables provided that the number of equations available is same as the number of unknown variables. [emoji4]
 
Dick said:
Do you know how to do matrix multiplication? Write out:

##\begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} e \\ f \end{bmatrix}##

and fill in ##a, b, c, d, e, f##.
Make sure that the number of rows of first matrix is equal to the number of columns of the second matrix that are multiplied
Then multiply the corresponding elements of row of matrix_1 with that of elements of columns of matrix_2 and add them together.
Do the same with the available columns of matrix_2
Do the same for all the rows and columns and you will get the matrix with its order as( no. of columns of matrix_1 * no. of rows of matrix_2)
Hope that helps
 
jishnu said:
Make sure that the number of rows of first matrix is equal to the number of columns of the second matrix
No, this is incorrect. For matrix multiplication to be defined, the number of columns of the first matrix has to equal the number of rows in the second matrix. For example, if A is 3x2 (i.e., 3 rows and 2 columns) and B is 2x4, the resulting product matrix will be 3x4.

If A were 2x3 (2 rows and 3 columns), and B were 4x2 we have the number of rows of the first matrix (A) being equal to the number of columns of the second matrix (B as you said, but the multiplication is not conformable (not defined).
 
Mark44 said:
No, this is incorrect. For matrix multiplication to be defined, the number of columns of the first matrix has to equal the number of rows in the second matrix. For example, if A is 3x2 (i.e., 3 rows and 2 columns) and B is 2x4, the resulting product matrix will be 3x4.

If A were 2x3 (2 rows and 3 columns), and B were 4x2 we have the number of rows of the first matrix (A) being equal to the number of columns of the second matrix (B as you said, but the multiplication is not conformable (not defined).
Yeah, this is the correct way which I actually tried to express but got messed up with the row and column and unknowingly was interchanged, I apologize for the same
 

Similar threads

  • · Replies 69 ·
3
Replies
69
Views
9K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
Replies
14
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K