ahmedibrahim6 / AsuMathLabG03

C++ project describes MATLAB software
0 stars 1 forks source link

implement functions in CMatrix class that support some mathematical expressions #4

Closed ahmedibrahim6 closed 6 years ago

ahmedibrahim6 commented 6 years ago

expressions : (./) , (.*) , (.+) , (.-) , (.^)

MohamedRaheem commented 6 years ago

CMatrix.txt

This file has the following mathematical expressions (.+ ./ .* .- .^)

example.txt

This file has the test cases for the mathematical expressions in the above file

output.txt

This file has the output of the above test cases