Skip to content

This repository was intended to perform some of the more tedious computations in Complex Analysis. Rather than perform these computations by hand, they were instead written in code

Notifications You must be signed in to change notification settings

ibrahimemohamed33/ComplexNumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Complex Numbers

Introduction

This repository is meant to be a convenient calculator for dealing with complex numbers, which I will refer to as C. It resulted from me noticing how many times I'd have to compute something by hand and how much I'd like to abstract this away. I was curious to see if a program was capable of computing complicated integrals in C -- the answer, it seems, is that it's too complicated.

Of course this is not meant to replace any learning. It is imperative that people learn the theory for why these computations are true before they use a calculator. The skills one learns from studying C manifest in many ways, both directly in learning new math and recognizing structures, and indirectly by developing the critical thinking skills to appreciate the depths of the world. This calculator should be useful for people that already know the theory and have to do the computations.

Supported Functions

About

This repository was intended to perform some of the more tedious computations in Complex Analysis. Rather than perform these computations by hand, they were instead written in code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages