#[LaTeX] I need help understanding what this latex is supposed to be
24 messages · Page 1 of 1 (latest)
Can you copy/paste it by chance? Can check it out in #bots
$$ \qquad \qquad \left \lgroup \matrix{w_{k+1} \cr f_{k+1} \cr n_{k+1} } \right\rgroup= \left \lgroup \matrix{ 1 & 1/4 & 0 \cr 0 & 3/4& 1/2 \cr 0 & 0 & 1/2 }\right\rgroup \left \lgroup \matrix{ w_{k} \ f_{k} \ n_{k} }\right\rgroup . $$
For short, we write $y_{k+1} = Ay_k$.
Jukelyn
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Looks like a matrix multiplication
[1 1/4 0]
[0 3/4 1/2]
[0 0 1/2]
Is the matrix A
Seems like the prof is using outdated Latex?
So are you still having trouble with understanding the question?
I get the matrix is above
and the rest are just vectors?
right?
so Ax = b
b is $(w_{k+1}, f_{k+1}, n_{k+1})^T$
Ye
dope
Jukelyn
Can find the next state using the previous one