Is there any way to calculate $3$ sides of any triangles $(a,b,c)$, If we know Area $S$, Perimeter $P$, Circumradius $R$ and inradius $r$.
I took a deep look in to Wikipedia page, but no clue: https://en.wikipedia.org/wiki/Triangle
Thanks for reading my question.
Inradius $r=\dfrac{S}{P/2}$ so this information is useless
$R=\dfrac{a b c }{4S}$
Let $p=P/2$ by Heron formula
$p(p-a)(p-b)(p-c)=S^2$
which leads to
$\begin{cases} a+b+c=P \\ abc=4RS \\(b+c-a) (a + b - c) (a - b + c) (a + b + c)=16S^2\\\end{cases}$
Then solve the $12$th degree system and you are done!
Hope this helps