Skip to content

knuekim98/complex-number-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

complex-number-graph

matplotlib, numpy, cmath를 이용하여 구현한 복소수 차원의 함수 그래프입니다.

run.py는 Re(x)를 x축, Im(x)를 y축에 배치하여 Re(y)를 z축, Im(y)를 rbga로 표현합니다.
run-3d.py는 Re(x)를 x축, Im(x)를 y축에 배치하여 복소수 y의 크기를 z축에 표현합니다.

examples

2x^2+2x+2의 4차원, 3차원 그래프입니다.
graph1 graph2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages