An open API service indexing awesome lists of open source software.

https://github.com/iinjyi/triangles

3rd year logic programming task: Applying some basic mathematical theorems with prolog.
https://github.com/iinjyi/triangles

logic-programming prolog prolog-programming-language pythagorean-theorem triangle

Last synced: 14 days ago
JSON representation

3rd year logic programming task: Applying some basic mathematical theorems with prolog.

Awesome Lists containing this project

README

          

# Triangles
> #### Applying some mathematical theorems with prolog to define whether three sides can form a triangle and if so, is there a special trait for this triangle?
- ### Note that:
- `t` denotes valid triangle
- `ot` denotes orthogonal triangle
- `it` denotes isosceles triangle
- `et` denotes equilateral triangle

![image](https://user-images.githubusercontent.com/90464702/205962255-c6b43586-b275-4f3e-a2c5-536f4cbefe6c.png)