math-expert
math-expert copied to clipboard
Complex numbers
- [x] Addition
- [x] Subtraction
- [x] Multiplication
- [ ] Polar form conversion
- [ ] Polar form operations
- [ ] nth root of unity
It's currently handled through python's operations, so nothing complex can be done, and the j notation should be used.
Because of the use of NumPy it is possible to do some advanced operations like sin(1j). Despite that, I didn't test nth root of unity yet.