Skip to main content

Questions tagged [ssstriangle]

The tag has no usage guidance.

1 vote
1 answer
55 views

Leading significant digits

Given that the initial area in a Sierpinski triangle is A_0 and the subsequent areas $$(A_n) =A_0 (3/4)^n$$ , what is the formula to calculate the leading ...
Rubens Vilhena Fonseca's user avatar
6 votes
6 answers
822 views

Is there a better way to find the equation for finding the coordinates of the three vertices of a known triangle and its circumscribed circle?

Given the coordinates p1, p2, and p3 of the three vertices of a triangle, find the standard equation for the circumscribed circle of the triangle ...
csn899's user avatar
  • 4,521
4 votes
1 answer
81 views

Maximization problem with SSSTriangle

Recall that SSSTriangle[a,b,c] is the symbolic representation of a triangle with sides $a$, $b$, and $c$. One can compute its area by (for instance): ...
David G. Stork's user avatar