Algorithm and C++
Budget: $30 – $250 USD
1. Explanation and algorithm how to add/subtract/multiply/divide/remainder two polynomials.
Matrix is a special two dimensional array where all rows are of the same length. MATLAB is a tool based on matrix manipulation.
Discuss class Matrix from the point of view of design: variables and methods (adding / subtracting two
matrices, scalar multiplication, multiplying two matrices, inverse of matrices (which may not exist even for
square matrices).
2. Code in c++ Question 1.use Class Matrix. Implement at least a few matrix methods (a minimum of add, subtract, multiply, inverse leading to division).
and answer the question: Do they already have class Matrix or the users have to implement their class Matrix?
Matrix is a special two dimensional array where all rows are of the same length. MATLAB is a tool based on matrix manipulation.
Discuss class Matrix from the point of view of design: variables and methods (adding / subtracting two
matrices, scalar multiplication, multiplying two matrices, inverse of matrices (which may not exist even for
square matrices).
2. Code in c++ Question 1.use Class Matrix. Implement at least a few matrix methods (a minimum of add, subtract, multiply, inverse leading to division).
and answer the question: Do they already have class Matrix or the users have to implement their class Matrix?