Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 445 Bytes

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