DavidIbrahim/AsuMathLabG26

Supporting Complex Class

Closed this issue · 0 comments

1- write the complex class .... you will find an example in the slides of ch.2 ...... u shouldn't write evth in the slides just what you think we will need later ........
2 - test the operations on the complex number very well compare the results with octave (https://octave-online.net/) ............
3 - change the CMatrix class to use a double array of CComplex objects instead of double ...... and modify all the operations to support that .

Note : ur branch has been already created just pull it and happy coding :)