#Find all the matricies so that A*X = X*A
171 messages · Page 1 of 1 (latest)
Multiply XA and AX and equate
What do you get?
$$XA = \begin{matrix}
a & b\
c & d
\end{matrix}
\begin{matrix}
1 &0\
-1 & 1\
\end{matrix}$$
So
$$\begin{pmatrix}
a-b & b\
c-d & d
\end{pmatrix}$$
and
$$\begin{pmatrix}
a & b\
c-a & d-b
\end{pmatrix}$$
what is up with my latex
the first one i got like that
the second one i have in the down left corner -c+d
which is wrong now that i look at it
some of these are unclear make sure you get what i get
redo
i got them now
alr very good
one sec
$$a-b = a$$
$$b=b$$
$$c-d=c-a$$
$$d = d-b$$
we're going to move all of them to the left side and make a matrix afterwards
what do you get
-b right
this is the first thing i did
does it work like that
or should i only look at a = a-b without combining the expressions
that works too, but we want to deal with all 4 of the equations at once and put them in matrix form
.
also d = d because we said that b is equal to 0
moving the terms on the RHS to the LHS?
we have d = d-b right? we said that b = 0 , so d = d, if bring d to the left i get 0 = 0
before we begin solving for those, i want use to make all those 4 equations in a matrix form, then we identify free variables etc
so i get d-b-d = 0
which is just -b=0 or b=0
good
now give me the augmented matrix
the reason im going this lengthy path is to show you how you would solve parametric matrix equations
should i use abcd as the coefficient matrix?
i see
we'll use the 4 equations we just simplified (by moving the rhs to the left side)
so we have
these
wait i'll send you a pic
sure
i should use only one solution for the augmented matrix? like i would have for example my equation for a my equation for b and a 0
or two zeros?
the entries of the matrix would simply be the coefficients of a,b,c,d
so if i had equations like
3x + 4y + z = 0
2x + 5y + 2z = 0
the augmented matrix would be like
3 4 1 | 0
2 5 2| 0
but here
we simplified to
b=0
0=0
a-d=0
b=0
lmk if something is not clear
but on second thoughts my method might be too complicated for this
we might as well go with what we are given
a=d, b=0, c= anything [this anything part is what i wanted to show], d=a
I'm invested now
good ordering, but when writting up the augmented matrix we take the coefficients as the entries not the variables themselves
so 1?
,rccw
okay have you been introduced to the concept of free variables
or row reduction in general
$$\begin{pmatrix}
0 & 1 & 0 & 0 & 0\
0 & 0 & 0 & 0 & 0\
1 & 0 & 0 & -1 & 0\
0 & 1 & 0 & 0 & 0
\end{pmatrix}$$
o what do u call free variables in german
freie variabeln
nic
right
so we can just cancel it
oh i see what you mean
for c
the coefficient is always 0
which is the last row right when we do
$$\begin{pmatrix}
0 & 1 & 0 & 0 & 0\
0 & 0 & 0 & 0 & 0\
1 & 0 & 0 & -1 & 0\
0 & 0 & 0 & 0 & 0
\end{pmatrix}$$
so we can set anything
the irrelevant row
i would suggest the -1
u were close
the variable
b is well defined , a = d and c is irrelevant, so it's a and d
we can choose the value for a , then d becomes equal to that and the equation works
or the other way around
we can choose d and a is equal to that and the equation works
a variable which i can decide
what do you mean by that , not familiar with the word pivot
when doing row reduction, you pick what we call a "pivot"
what are your steps when row reducing
Why would pivot be involved
thats how you row reduce in the first place
depends on what matrix i have , but if i have let's say 3 equations and 4 uknowns i would choose one variable arbitrarly and from there i would try to get a matrix where there are only 0 on the left side of the diagonal
lets have a baby matrix
2 1
1 1
if i get a row with only 0 i wipe it away
so here i would to I - II
for the first row
1 0
for the second row
2II-I
right so that 1 would be your pivot, the leading entry
actually lemme reorder this for clarity
few row swaps
$$\begin{pmatrix}
1 & 0 & 0 & -1 & 0\
0 & 1 & 0 & 0 & 0\
0 & 0 & 0 & 0 & 0\
0 & 0 & 0 & 0 & 0
\end{pmatrix}$$
so what would i be trying to do here? there is no way for me to set the 1s or the -1 to 0
no need to do this, i just do this to see my pivots clearer, can you tell me which columns have leading entries
define a leading entry for me
the first non-zero entry in that row
it would be the 1 in the first column and row
col 2 with the 1
if i look at row wise no , but column wise there is the -1
then no
those then are your pivot columns
so what do i do with them?
the remaining others would be your free variables, and we know that we can let the free variables be anything so let c=s and d=t, s and t are real numbers
do you follow
b=?
c=?
d=?
b = 0
after that we're done
c can be whatever
and what did we say that "whatever" is
and d is whatever we set it to
anything and everything?
.
any real number?
aaaaaaaah
that last bit was the missing thing
we're done
thanks a lot man
the final one you mean
yh yh

$$\begin{pmatrix}
t & 0\
s & t\
\end{pmatrix}, s, t \in \mathbb{R}$$
you explained it very well , better the longer way than the short answer😁
glad i could help
if no other questions i can mark this as solved
everything clear, thanks again!
.solved
s and t are real numbers