20 August 2023 8:10:12.946 AM triangle_analyze(): FORTRAN77 version: Analyze properties of a triangle whose vertex coordinates are read from a file. Read header of "tex6.txt". Spatial dimension DIM_NUM = 2 Number of points NODE_NUM = 3 Read the data in "tex6.txt". Node coordinates: Row 1 2 Col 1: 1.00000 0.00000 2: 2.00000 2.00000 3: 3.00000 4.00000 ANGLES (radians): 1: 0.0000000 2: 3.1415927 3: 0.0000000 ANGLES (degrees): 1: 0.0000000 2: 180.00000 3: 0.0000000 AREA: 0.00000 CENTROID: 2.00000 2.00000 CIRCUM_RADIUS: -1.00000 CIRCUM_CENTER: 0.00000 0.00000 EDGE_LENGTHS: 1: 2.2360680 2: 2.2360680 3: 4.4721360 IN_RADIUS: 0.00000 IN_CENTER: 2.00000 2.00000 ORIENTATION: Degenerate Distinct Colinear Points. ORTHO_CENTER: Could not be computed. QUALITY: 0.00000 triangle_analyze(): Normal end of execution. 20 August 2023 8:10:12.947 AM