Solving systems of linear equations with an unknown 'a' using matrices and elementary row operations
Came across this one the other day... while I can narrow 'a' down I can't seem to find an exact/ optimised figure. For example 'a' cannot equal 1/3, 'a' must be less than 0.5...
Anyway, here's the problem. I've got a 3x3 matrix by a 3x1 which equates to a 3x1.
{0.6, 0.2, a},{0.4, 0.3, a},{0.0, 0.5, 1-2a}.{x, y, z} = {1360, 1260, 2000}