What is M? system of linear equations

hawaiidude
Messages
41
Reaction score
0
what is M?
x1+x2=2x3+4x4=5
2x1+2x2=3x3+x4=3
3x1+3x2-4x3-2x4=1

why does M={ 1 1 -2 4 5 }
2 2 -3 1 3
3 3 -4 -2 1

i know how they got this but how do you get
~{ 1 1 -2 4 5 } { 1 1 0 -10 -9
0 0 1 -7- 7 ~~~ 0 0 1 -7 -7 ?? HOW?
0 0 2 -14 -14} 0 0 0 0 0
 
Physics news on Phys.org
What is Q? What is P?

Come on, If you don't know enough to say WHAT the problem is, you are in real trouble!

I absolutely guarantee that the problem in your textbook doesn't say just "What is M?" without any explanation. You are given as system of linear equations and asked to find a MATRIX (which you happened to have called M- You could just as easily have called it "Fred" and asked "What is Fred?") consisting of the coefficients of the unknowns in the system of equations.

It looks to me like you haven't even copied the problem correctly. Did your equations really have those "=" in the middle? Do you really have 5 equations or 3? I'm betting 3.

Since you have 3 equations if 4 unknowns, you system will look like this when it is converted to "matrix" form:
[ a b c d][x1] [5]
[ e f g h][x2]= [3]
[ i j k l][x3] [1]
[x4]

Now multiply the matrices on the lefthand side. What do you get?
(You should have learned how to multiply matrices long ago if you are expected to do problems like this.) Compare the rows of the product matrix with the system of equation you are given. What do a, b, c, etc. have to be in order that the rows and equations are the same?
It should be obvious that the numbers in each row have to be exactly the coefficients in the equations. Once you have that, just add the "right hand side" of the equations as a fifth column.

Do you know what row operations are? Certainly if your textbook is doing problems like this "row operations" should be in the previous chapter or section. Look them up! Go to your instructor and throw yourself on his/her mercy!

Starting from [1 1 -2 4 5]
[2 2 3 1 3]
[3 3 -4 -2 1]
your objective is to arrive at [1 0 0 * *]
[0 1 0 * *]
[0 0 1 * *]
which would correspond to x1= * etc.

There are many different ways to do this. Just as you work with an entire equation at a time when solving equations, so you work with an entire row at a time (row operations). First: subtract twice the first row from the second: [ 1 1 -2 4 5 ]
[2-2(1) 2-2(1)3-2(-2) 1-2(4) 3-2(5)]
[3 3 -4 -2 1 ]
or [1 1 -2 4 5]
[0 0 7 -7 -7]
[3 3 -4 -2 -1]. The purpose was to get that "0" in the second row, first column.

Now subtract 3 time the first row from the third row to get a 0 in the first column of the third row: the result is
[1 1 -2 4 5]
[0 0 7 -7 -7]
[0 0 2 -14 -16]
Hmmm those "0"s in the second row look like trouble!
 
o no sorry i got it...i was watching MIT's linear algebra lectures and i know...thanks.
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...

Similar threads

Replies
2
Views
3K
Replies
2
Views
201
Replies
3
Views
1K
Replies
1
Views
1K
Replies
2
Views
3K
Replies
7
Views
1K
Replies
9
Views
2K
Back
Top