How to resolve the algorithm Circles of given radius through two points step by step in the МК-61/52 programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Circles of given radius through two points step by step in the МК-61/52 programming language

Table of Contents

Problem Statement

Given two points on a plane and a radius, usually two circles of given radius can be drawn through the points.

Let's start with the solution:

Step by Step solution about How to resolve the algorithm Circles of given radius through two points step by step in the МК-61/52 programming language

Source code in the мк-61/52 programming language

П0	С/П	П1	С/П	П2	С/П	П3	С/П	П4
ИП2	ИП0	-	x^2	ИП3	ИП1	-	x^2	+	КвКор	П5
ИП0	ИП2	+	2	/	П6	ИП1	ИП3	+	2	/	П7
ИП4	x^2	ИП5	2	/	x^2	-	КвКор	ИП5	/	П8
ИП6	ИП1	ИП3	-	ИП8	*	П9	+	ПA
ИП6	ИП9	-	ПC
ИП7	ИП2	ИП0	-	ИП8	*	П9	+	ПB
ИП7	ИП9	-	ПD
ИП5	x#0	97	8	4	ИНВ	С/П
ИП4	2	*	ИП5	-	ПE	x#0	97	ИПB	ИПA	8	5	ИНВ	С/П
ИПE	x>=0	97	8	3	ИНВ	С/П
ИПD	ИПC	ИПB	ИПA	С/П


  

You may also check:How to resolve the algorithm Carmichael 3 strong pseudoprimes step by step in the Mathematica / Wolfram Language programming language
You may also check:How to resolve the algorithm Spiral matrix step by step in the Kotlin programming language
You may also check:How to resolve the algorithm Chinese zodiac step by step in the Mathematica / Wolfram Language programming language
You may also check:How to resolve the algorithm Average loop length step by step in the Ruby programming language
You may also check:How to resolve the algorithm Pointers and references step by step in the Scala programming language