- #1
- 15
- 0
Is it possible to put these three equations into a matrix equation
w*a = b -2a + e
w*b = c -2b + a
w*c = d -2c + b
of the style w*u = T*u where u is a vector, u = {a, b, c} and T is a matrix. w is just a number.
w*a = b -2a + e
w*b = c -2b + a
w*c = d -2c + b
of the style w*u = T*u where u is a vector, u = {a, b, c} and T is a matrix. w is just a number.