Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline Ber7  
#1 Posted : 31 December 2016 10:11:54(UTC)
Ber7


Rank: Advanced Member

Groups: Registered
Joined: 15/07/2010(UTC)
Posts: 437
Man
Israel
Location: Beer-Sheva

Was thanked: 520 time(s) in 288 post(s)
The procedure for constructing a circle by three points in 3D
Idea of ​​the algorithm taken from the publication of Alexey Ivanov
http://www.mapleprimes.c...sts/207697-Circle-In-3d-
The calculation algorithm
1. The three points are vertices of the triangle. Write three linear equations:
two equations of planes passing through the midpoints of the two sides of the triangle
perpendicular to these sides: f1 = 0, f3 = 0
and the equation of the plane which contains the triangle: f2 = 0.
2. Solve the system of equations and find the center of a circle with coordinates Cen xCen, ... zCen.
3. Find the circle radius R of the equation of a sphere with radius R and center at Cen
4. Construct a circle as the line of intersection of the sphere with the plane of the triangle (Draghilev method)

Okruzhnost'3.sm (56kb) downloaded 77 time(s).

Edited by user 21 October 2018 20:18:14(UTC)  | Reason: Not specified

thanks 2 users thanked Ber7 for this useful post.
on 02/01/2017(UTC),  on 25/11/2017(UTC)

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline Ber7  
#2 Posted : 24 January 2017 19:22:48(UTC)
Ber7


Rank: Advanced Member

Groups: Registered
Joined: 15/07/2010(UTC)
Posts: 437
Man
Israel
Location: Beer-Sheva

Was thanked: 520 time(s) in 288 post(s)
Modified the program


OkruzhnostMod.pdf (244kb) downloaded 120 time(s).
OkruzhnostMod.sm (68kb) downloaded 53 time(s).

Edited by user 29 January 2017 13:15:28(UTC)  | Reason: Not specified

thanks 3 users thanked Ber7 for this useful post.
on 25/01/2017(UTC),  on 25/01/2017(UTC),  on 25/11/2017(UTC)
Offline Ber7  
#3 Posted : 24 November 2017 12:43:33(UTC)
Ber7


Rank: Advanced Member

Groups: Registered
Joined: 15/07/2010(UTC)
Posts: 437
Man
Israel
Location: Beer-Sheva

Was thanked: 520 time(s) in 288 post(s)
Changes:
1. Circle is constructed by matrix transformation, and not Draghilev Method
2. The normal to the surface passing through the given points is shown.

OkruzhnostMod3.sm (55kb) downloaded 53 time(s).

Edited by user 21 October 2018 20:18:49(UTC)  | Reason: Not specified

thanks 3 users thanked Ber7 for this useful post.
on 24/11/2017(UTC),  on 24/11/2017(UTC),  on 25/11/2017(UTC)
Offline Jean Giraud  
#4 Posted : 25 November 2017 16:33:16(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Thanks Ber7, saved.
Offline Ber7  
#5 Posted : 25 November 2017 18:21:20(UTC)
Ber7


Rank: Advanced Member

Groups: Registered
Joined: 15/07/2010(UTC)
Posts: 437
Man
Israel
Location: Beer-Sheva

Was thanked: 520 time(s) in 288 post(s)
Hi, Jean, thanks for the support.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.