Skip to content

Semester project for the subject of Analytical Geometry, a subject taken at the Centro Universitário FEI. Calculation and information from vector data input.

License

Notifications You must be signed in to change notification settings

antuniooh/analytical-geometry-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub language count GitHub repo size GitHub last commit GitHub


Logo

Math Python Graph

Table of Contents
  1. About The Project
  2. How To Run

💻 About The Project

The project consists of a vector calculator. The input reads the two points entered by the user, as well as the values ​​that make up the plane's equation. From these data it is possible to calculate: Obtained Line, Vector Equation, Line Equation, N Vector, Relative Position, Distance, Line and Plane Graph

app

🚀 How To Run

# Clone the repository
$ git clone https://github.com/antuniooh/analytical-geometry-calculator.git

# Access the project folder in your terminal / cmd
$ cd analytical-geometry-calculator

# In both Windows and Linux, the execution is done by executing the following line in the terminal, or using an IDE of your choice. It is necessary to install certain libraries before running the project itself.
$ pip install numpy
$ pip install -U Pillow
$ pip install matplotlib && pip install --upgrade matplotlib

# Open project
$ python main.py

About

Semester project for the subject of Analytical Geometry, a subject taken at the Centro Universitário FEI. Calculation and information from vector data input.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages