Talk:Law of cosines - triples: Difference between revisions

From Rosetta Code
Content added Content deleted
(question)
 
Line 1:
== Showing the sides in order? ==
I see the samples show the 60 degree triangles with the sides in ascending order, however the ( a, b, c ) = ( 5, 7, 8 ) isn't a solution of
a^2 + b^2 - ab = c^2.<br>
Where the task says "show the solutions in order", presumably this should be in order of ascending first (lowest) side?

Revision as of 13:32, 23 September 2018

Showing the sides in order?

I see the samples show the 60 degree triangles with the sides in ascending order, however ( a, b, c ) = ( 5, 7, 8 ) isn't a solution of a^2 + b^2 - ab = c^2.
Where the task says "show the solutions in order", presumably this should be in order of ascending first (lowest) side?

--Tigerofdarkness (talk) 13:28, 23 September 2018 (UTC)