Problem 45179. The length of the equal sides of an isoceles triangle is 'a'.For all the possible (integer) values of the remaining side,find the associated angles between the two equal sides.
the remaining side may have many possible values.only assume integer ones for simplicity.
Solution Stats
Problem Comments
-
4 Comments
@Gergely
my mistake..sorry
@Asif
The test suite still doesn't consider equilateral triangle as an isosceles triangle. I suggest either you update your test suite or mentioned the condition in the problem statement.
On top of what's been said already, please also don't use isequal() to compare floating point numbers, and please use isempty() to check for an empty result.
Solution Comments
Show commentsProblem Recent Solvers22
Suggested Problems
-
104430 Solvers
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
50123 Solvers
-
Project Euler: Problem 16, Sums of Digits of Powers of Two
141 Solvers
-
Sum the entries of each column of a matrix which satisfy a logical condition.
163 Solvers
-
811 Solvers
More from this Author165
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!