Easy Sequences 106: Counting Pythagorean Triangles inside a Circle - MATLAB Cody - MATLAB Central

Problem 57949. Easy Sequences 106: Counting Pythagorean Triangles inside a Circle

Difficulty:Rate
Pythagorean Triangle is a right triangle all sides of which are represented by integers. Examples are triangles with sides and .
Our goal in this exercise is to write a function that outputs the maximum number of unique pythagorean triangles that can fit inside a circle of radius R, with overlaps are allowed.
For example if , the following unique pythagorean triangles can fit inside the circle: , , , , , and . Hence, for , the function should return 6.
--------------------
NOTE: Unique means that congruent triangles, even if rotated or reflected, are counted only once.

Solution Stats

50.0% Correct | 50.0% Incorrect
Last Solution submitted on Jun 12, 2023

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers1

Suggested Problems

More from this Author116

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!