solve simultaneous linear equations in 3 variables
Engine: Boost uBLAS
http://www.boost.org/
example:
\(8x + 3y + 5z = 26\)
\(7x + 5y + 8z = 33\)
\(3x + 5y + 8z = 25\)
result(x, y, z):
2, 15, -7
\(x + \)
\(y + \)
\(z = \)
\(x + \)
\(y + \)
\(z = \)
\(x + \)
\(y + \)
\(z = \)
solve
result(x, y, z):
top
numerical science tools