{"id":26505073,"url":"https://github.com/energytim/complex-function-grapher","last_synced_at":"2025-03-20T20:58:26.460Z","repository":{"id":281230300,"uuid":"944623682","full_name":"EnergyTim/Complex-Function-Grapher","owner":"EnergyTim","description":"This is a simple complex function grapher","archived":false,"fork":false,"pushed_at":"2025-03-07T17:34:30.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T18:31:52.758Z","etag":null,"topics":["complex-numbers","complexity-analysis","graphing","mathematics","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EnergyTim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-07T17:14:31.000Z","updated_at":"2025-03-07T17:59:23.000Z","dependencies_parsed_at":"2025-03-07T18:43:46.783Z","dependency_job_id":null,"html_url":"https://github.com/EnergyTim/Complex-Function-Grapher","commit_stats":null,"previous_names":["energytim/complex-function-grapher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnergyTim%2FComplex-Function-Grapher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnergyTim%2FComplex-Function-Grapher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnergyTim%2FComplex-Function-Grapher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnergyTim%2FComplex-Function-Grapher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnergyTim","download_url":"https://codeload.github.com/EnergyTim/Complex-Function-Grapher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244689337,"owners_count":20493984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["complex-numbers","complexity-analysis","graphing","mathematics","python"],"created_at":"2025-03-20T20:58:25.640Z","updated_at":"2025-03-20T20:58:26.452Z","avatar_url":"https://github.com/EnergyTim.png","language":"Python","readme":"# Complex function grapher.\n\n## This python script graphs complex argument functions using HSL.\n\n## Instructions:\n1. You can change the function by changing the fz variable (z is the complex argument).\n2. You can change the graphing bounds by changing np.linspace() bounds in x and y.\n3. n is the number of pixels per axis.\n4. Now you can launch the script and see the function.\n\n![Figure_3](https://github.com/user-attachments/assets/37157080-aa94-4288-a8c7-b4cc4f62aaf9)\n\nfz = 1/z\n\n![Figure_5](https://github.com/user-attachments/assets/801ff3c2-62da-475c-81ad-86de14430f9f)\n\nfz = z + 1/z\n\n![Figure_7](https://github.com/user-attachments/assets/969c3cc8-a132-4104-ab56-8e6a1c87b32e)\n\nfz = np.log(z)\n\n![Figure_8](https://github.com/user-attachments/assets/57eb51d3-fd2c-4f03-84c6-b11cd01c974f)\n\nfz = (z**2 - 1)*(z - complex(2, 1))**2/(z**2 + complex(2, -2))\n\n![Figure_9](https://github.com/user-attachments/assets/91a3db18-0c30-471d-b401-1e94867ecb4c)\n\nfz = np.e**(-np.e**(-z))\n\n![Figure_2](https://github.com/user-attachments/assets/bdec257f-6139-48b2-8382-4c4b788616df)\n\nfz = z**5 - 1\n\n![Figure_10](https://github.com/user-attachments/assets/eae3e113-43be-4e92-910a-cd8720aabb5d)\n\nfz = np.sin(z)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenergytim%2Fcomplex-function-grapher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenergytim%2Fcomplex-function-grapher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenergytim%2Fcomplex-function-grapher/lists"}