Elliptic Curve Plotter is a free and open source plotting application for Linux, Windows and MacOS.
It is a sophisticated graphical interface meticulously crafted to visually unveil the elliptic curves. Elliptic curves, an indispensable mathematical abstraction of paramount importance in the realm of number theory, stand as a fulcrum in contemporary research endeavors. Their multifaceted applications extend far and wide, permeating pivotal domains such as Elliptic Curve Cryptography (ECC) and integer factorization.
It facilitates the preservation of your visual insights, empowering you to archive these revelations in high-fidelity images, supporting both PNG and SVG formats.
Download Elliptic Curve Plotter [Windows, MacOS]
How to Install Elliptic Curve Plotter on Ubuntu
To install Elliptic Curve Plotter on your system, open the terminal application (ctrl+alt+t) and run below Elliptic Curve Plotter snap install command.
sudo snap install elliptic-curve-plotter
After the installation, you can open Elliptic Curve Plotter using below command or via the Show Apps application menu.
elliptic-curve-plotter
And you can also uninstall it using below command.
sudo snap remove elliptic-curve-plotter
Install Elliptic Curve Plotter via Flatpak:
You can also install Elliptic Curve Plotter via flatpak package file from the flathub. In the terminal app run below flatpak install command. It will install the latest Elliptic Curve Plotter on your system.
flatpak install flathub de.unifreiburg.ellipticcurve
And open it using below command.
flatpak run de.unifreiburg.ellipticcurve
Note: If you don’t already have flatpak and flathub installed,then install them on your system using the commands provided below. After the installation, restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And you can also uninstall it using below commands.
flatpak uninstall de.unifreiburg.ellipticcurve
[OR]
sudo flatpak uninstall de.unifreiburg.ellipticcurve