Heya budding Data Scientists, today you are going to work along a guided project which will enable you to get answers to questions using basic python concepts. You will learn to get hold of concepts of function and classes in python and how to use it.
You are expected to make a calculator that can handle 'complex number' operations.
-
-
Argument: The argument of a complex number C=a+ ib is defined by this
But for this task you can simply take it as,
-
Here is a resource to help you with the underlying maths behind these operations.
- Data structures
- Working knowledge with class and functions
- Working knowledge of operators in python
- Application of basic mathematics
Note:
- You are not allowed to use any internal
complex number
library or a python package that handle complex numbers. - You can use other internal libraries if you like.