Skip to content

4yuub/computor-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Computor-v1

Overview

Welcome to Computor-v1, a simple and efficient command-line calculator developed in Python. This project is designed to solve mathematical equations.

Features

  • Linear Equation Solver: Computor-v1 can efficiently solve linear equations of the form AX + B = 0.
  • Quadratic Equation Solver: The calculator handles quadratic equations of the form AX^2 + BX + C = 0.
  • Flexible Input: Computor-v1 accepts equations in a user-friendly format.
  • Error Handling: The application provides informative error messages to guide users in case of invalid input.

Getting Started

Prerequisites

  • Ensure you have Python 3.x installed on your system.

Installation

  1. Clone the Computor-v1 repository:

    git clone https://github.com/4yuub/computor-v1.git
  2. Navigate to the project directory:

    cd computor-v1
  3. Run Application:

    python3 computor.py "2 * X = 3"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages