Feeds
已回答
solve the following system of 3 linear equation in unknowns x, y and z? How do I accomplish this?
A = [2 3 4; 5 6 7; 1 1 0]; B = [43; 65; 11]; V = A\B;
solve the following system of 3 linear equation in unknowns x, y and z? How do I accomplish this?
A = [2 3 4; 5 6 7; 1 1 0]; B = [43; 65; 11]; V = A\B;
2 years 前 | 0