Skip to content

chemsoftware/solution_of_the_general_cubic_equation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Solution of the general cubic equation

Requirements

  • Operating system: Linux or Windows (Linux is recommended)
  • Python version: 3.10 or higher
  • Pip packages: SymPy

Installation

This guide is intended for Linux, it may differ for other operating systems.

  • Install SymPy

    pip install sympy
    
  • Download main.py

    wget https://raw.githubusercontent.com/ondhas/solution_of_the_general_cubic_equation/main/main.py
    
  • Run main.py

    python3 main.py
    

About

Solution of the general cubic equation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%