Skip to content

This application explore the complex plane with a heat map of the roots of a polynomial equation. Three graphics are ploted, roots on complex plane, polynomial and absolute polynomial visualization.

Notifications You must be signed in to change notification settings

Eduardo-M-Martins/ComplexPlaneGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

ComplexPlaneGraph

By Eduardo Machado Martins

Description

This application aims to explore the complex plane visualization with a heat map of the roots of a polynomial equation. Three graphics are ploted, the first with the roots on the complex plane, the second is the polynomial visualization and the last is the absolute polynomail visaulization. On the complex plane graph, when a root is located right on the white axis, that means that the root is real, otherwise is a complex root. The polynomial equation is deffined in the code and can be modified. In addition, the animations is made by adding a 'i' value on the equation, to pause the animation press space key. For a plot without animation just remove the 'i' value from the polynomial equation.

Dependencies

This application uses Python, Numpy, Matplotlib and Keyboard.

Execution

The following command execute the application.

python3 complex.py

Result preview

About

This application explore the complex plane with a heat map of the roots of a polynomial equation. Three graphics are ploted, roots on complex plane, polynomial and absolute polynomial visualization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages