Python Forum
calculate circle sector - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: calculate circle sector (/thread-20960.html)



calculate circle sector - Bloody_geek - Sep-08-2019

Hey there Smile

I'm developing a little application in windows, where you can calculate the properties of a circle with two given values.
Possible values: radius, angle, arc length, circular yearn, arc, area.
I got some problems calculating the circle in the following two cases: "circular yearn and arc given" and "arc and area given"

I have no clue how to integrate the calculations into my code or even calculate the properly at all.
My only guess is that I have to do a numeric calculation but I have no idea how to manage this.

ps: I'm using tkinter, mpmath and sympy

I'm greatfull for any hint!

greetings Big Grin


RE: calculate circle sector - micseydel - Sep-11-2019

I'm having a hard time understanding your question here. It sounds like it's a math question, not a Python question, is that right?


RE: calculate circle sector - Larz60+ - Sep-11-2019

Quote:ps: I'm using tkinter, mpmath and sympy
for display use matplotlib