Talk:Law of cosines - triples: Difference between revisions

Content added Content deleted
(→‎How to verify the number of triangles for the   extra credit?: The two different python methods that I developed together)
Line 129: Line 129:


I guess the next thing to do is compare Houts dict based solution and look at the differences. [[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]])
I guess the next thing to do is compare Houts dict based solution and look at the differences. [[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]])
: As far as I can see, by writing your output to file, the first 8 values generated by your uneven 60 degree stream are: (3, 7, 8)
:(5, 7, 8)
:(5, 19, 21)
:(6, 14, 16)
:(7, 13, 15)
:(7, 37, 40)
:(9, 21, 24)
:(9, 61, 65)
: The first two of those look familiar, but do the next six match the A2 + B2 - AB = C2 pattern that you are looking for ? [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 19:25, 26 September 2018 (UTC)