Author | Zhang Ying
Source | "First Year of Mathematics"
"Dayan Finding One Technique" is an outstanding achievement in ancient Chinese mathematics. It provides an effective method to find the special solution of integers of in binary equations.
This article introduces the algorithm and mathematical principles of "Dayan Find One Technique", which is suitable for middle school students' extracurricular reading.
(a) Why does "Dayan Find One Technique" need?
"Dayan Find One Technique" algorithm is proposed by my country's mathematician Southern Song Dynasty Qin Jiushao in his book "Hangml4 Number Book Nine Chapters " and is used to find the "key numbers" in the "Sun Tzu's Theorem".
Take the "nothing knows the number" problem in " Sun Zi Calculate the Jing " as an example:
It is known that the remainder of the positive integer divided by is , respectively, find the remainder of the division of by .
Suppose that the key number has been obtained to satisfy
. According to the principle of remainder operation, there is
because , respectively , it can be seen that , find , is equivalent to , so that , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , For example, the song written by the Ming Dynasty mathematician Cheng Dawei in "Algorithm Tongzong" is:
Three people travel together with seventy,
Five trees and 21 plum blossoms;
Seven sons reunite in half a month,
Exceeding 105 will be known.
The goal of "Dayan Find One Technique" is to solve this key problem, namely:
solves first congruent equation
where is the positive integer of mutual value .
(Bi) "Dayan Find One Technique" is the point of
For positive integer pairs of mutual elements, the "Dayan Find One Technique" algorithm actually gives a set of non-negative integer solutions to the binary first equation
the previous article "How to find the greatest common factor" ("First Year of Mathematics" public account October 9, 2022). Using the more phase subtraction process of finding the greatest common factor, a simple step-by-step improvement algorithm for finding a set of non-negative integer solutions to the above binary first equation is given.
The reason why Qin Jiushao wanted to create a new algorithm like "Dayan Seek One Technique" is closely related to the calculation technology of ancient Chinese mathematics.
uses calculation to perform a more phase subtraction process to find the greatest common factor, which is inconvenient to retain the intermediate process. Therefore, after the more phase subtraction process is stopped, it is actually impossible to gradually fall back on the improvement solution using the boost algorithm. The advantage of
"Dayan Find One Technique" is that as the transition division progresses,
is obtained and satisfies
in the first step (assuming the remainder is ) and finally, when the transition division stops in the first step (it may need to add a step to adjust the division),
is just obtained, so it is a set of solutions.
(III) "Dayan Find One Technique" algorithm and explanation
Let it be a positive integer of mutual element. The target of the "Dayan Find One Technique" algorithm of
is: find a set of non-negative integer solutions to the equation
algorithm. The result of each step is a table of numbers of two rows and three columns. For example,
, its upper and lower rows meet the conditions respectively:
, the initial state of of
, is set to:
, if , then meet the requirements.
Set the first two steps of
to describe the algorithm according to the and sequential situation.
case :
. Suppose the result of division with remainder divided by :
uses the quotient obtained to multiply the two numbers corresponding to , respectively in the initial number table and add the result to the two numbers corresponding to , and then update , to the remainder to obtain the result of step 1:
is easy to verify, and the meaning of the first row of the number table is:
. If , then the algorithm ends.Suppose the result of the division with remainder divided by :
uses the quotient obtained to multiply the two numbers corresponding to , and add the result to the two numbers corresponding to , and then update to the remainder to obtain the result of step 2:
is easy to confirm, the meaning of the second row of the number table is:
, the situation two :
. Suppose the result of the division with remainder divided by , and use the quotient obtained to multiply the two numbers corresponding to , respectively in the initial number table and add the result to the two numbers corresponding to , and then update to the remainder to obtain the result of step 1:
is easy to confirm, the meaning of the second row of the number table is:
. Suppose the result of the division with remainder to be:
. Suppose the result of the division with remainder is:
. Suppose the result of the division with remainder is:
. Suppose the result of the division with remainder is:
. Suppose the result of the division with remainder is:
. The result of division with remainder is:
uses the quotient obtained to multiply the two numbers corresponding to , and add the result to the two numbers corresponding to , and then update it to the remainder to obtain the result of step 2:
is easy to confirm, and the meaning of the first row of the number table is:
. Generally, the results of each step of the "Dayan Find One Technique" algorithm, or the form of
, respectively, represent the following equation:
or form of
, respectively, represent the following equation:
. This process continues and the conditions for terminating at
are: the number of the right column of the uplink of the number table
. In particular, if the process of dividing and diversion ends at the downlink (at this time) It is necessary to add a "division" artificially. requires that remainder equal to , i.e.:
, where the algorithm terminates immediately, obtain the number table:
, the algorithm terminates : At this time, the number in the right column of the number table is up, so there is the equation
, which gets the non-negative integer solution
, and the note : It should be noted that the initial setting of Qin Jiushao's "Dayan Find One Technique" and the result of each step of operation are two rows and two columns of numbers, and only the required value can be obtained. This article adds an intermediate column to find the value at the same time.
(IV) "Dayan Find One Technique" Example
This section demonstrates the process of the "Dayan Find One Technique" algorithm through examples.
Example 1 finds a set of positive integer solutions.
initial number table
| 0 | 20 |
| 0 | 27 |
Step 1 result
| 0 | 20 |
| 7 |
Step 2 result
67 Step 3 result
66 The result of step 4
| 23 | 17 |
Therefore, a set of positive integer solutions are obtained, that is, a set of positive integer solutions found in
example 2.
initial number table
| 0 | 96 |
| 0 | 0 | 67 |
Step 1 results
|
| 29 |
| 0 | 0 | 67 |
Step 2 result
| 29 |
| 9 |
Step 3 result
| 7 | 10 |
| 9 |
Step 4 results
| 7 | 10 |
|
|
|
html ml1130| 43 |
Step 5 result
| 37 | 53 |
| 30 | 43 |
Therefore, a set of positive integer solutions are obtained That is, there is
to practice 1 to find a set of positive integer solutions to the equation.
Practice 2 to find a set of positive integer solutions to the equation.
(5) "Dayan Find One Technique" original text
Qin Jiushao's "Nine Chapters of the Numbers" original text is:
Dayan Find One Technique Cloud : Set the top right of the strange and settle down the bottom right. It is one with Tianyuan on the upper left. First, divide the upper right and the lower right, and the quotient obtained is generated with the upper left and enter the lower left. Then, the right traverses up and down, the less traverses are divided, and the quotients are then transferred to each other, and the quotients are then transferred to each other and multiplied, and the left traverses are transferred to each other. The upper right end must be made to stop strangely. Then check the obtained from the upper left to be considered as the multiplication rate.
It should be noted that "dividing" means "removing", not "dividing by".
The current mathematics textbooks in primary and secondary schools in my country simplify "dividing by" to "dividing", which is a big mistake.
Understand the detailed interpretation of the original text of "Dayan Seeking One Technique", please refer to:
Shen Kangshen "The History of Chinese Mathematics·Volume 5 Two Songs" Chapter 4
proof of the principle of "Dayan Seeking One Technique", please refer to:
Wan Zhexian "Sunzi theorem and Dayan Seeking One Technique" Higher Education Press , 1989.5
(VI) Conclusion
"Dayan Seeking One Technique" provides a key tool for solving the system of congruent equations, thus playing an important role in the calculation of "Shangyuan Accumulation Years" in the ancient Chinese calendar.
However, after the middle of the Ming Dynasty , the "Dayan Quizan" was almost lost, and it was not until the 19th century that it was re-examined and slightly improved.
From the perspective of modern mathematics , "Dayan Find One Technique" can help understand the structure of the famous matrix group.
"Dayan seeks one technique" brings together the past and the present. It comes from history and leads us into the beautiful garden of mathematics.
education Latest News
-
In recent years, my country's general higher education has obviously experienced a surplus of talents. The problem of "employment difficulties" for ordinary undergraduate graduates and even graduate students has become increasingly serious. In contrast, there is a general shortag - DayDayNews
-
During this period, the reputation of the Scottish education system was enhanced not only within Scotland itself, but also became increasingly respected and recognized in its neighboring countries, England, Europe and the North American continent. - DayDayNews
-
At the beginning, I naively believed that there was no need to prepare anything for my children when they were promoted from infancy to infancy. After all, this is not an era of exam-oriented education, and schools would teach them from scratch. - DayDayNews
-
Universities in Britain and Ireland felt the effects of the First World War, and in 1919, as a student at the University of London declared in a journal: "A shadow has fallen over the whole earth, and nowhere is it darker than in the universities." - DayDayNews
-
[Source: China Education Online Henan Station_Vocational Education] On the afternoon of December 30, Zhengzhou Vocational College of Finance, Taxation and Finance participated in the 2023 Individual Examination Enrollment Qualification Assessment Online Reporting Symposium organi - DayDayNews
-
[Source: Leshan Municipal Education Bureau_School Fax] Recently, the weather was fine. Under the leadership of the teachers, all the students in the fourth class of the sixth grade of the Musician's Affiliated Primary School once again entered the "Starry Sky Pastoral Labor Pract - DayDayNews
-
[Source: Luohe Education Network_Zhaoling District] In order to further enrich students’ extracurricular cultural life, strengthen the construction of harmonious and united campus civilization, and demonstrate students’ positive and optimistic, brave and vigorous spirit of fighti - DayDayNews
-
□ Zibo Daily/Zibo Evening News/Expo News Reporter Pan Yu Correspondent Geng Xuefeng On January 2, the reporter learned that the Shandong Provincial Education Admissions Examination Authority issued the "Warm Tips for the 2023 Summer College Entrance Examination Foreign Language L - DayDayNews
-
[124] On March 16, 2022, Lu Cewu of Shanghai Jiao Tong University and Kay M. Tye of Howard Hughes Medical Institute in the United States jointly published a research paper titled "Cortical ensembles orchestrate social competition through hypothalamic outputs" in Nature online. Th - DayDayNews
-
What are the ways to study in Korea after working? Many students who want to study abroad have worked in China for a few years. After gaining some work experience and some savings, they can go to study abroad. But what are the ways to go in this situation? Today, Mr. Zhang Zhang - DayDayNews
Site article recommendation
-
Whether you are a couple or a couple, if you want your relationship to last long, you must maintain it carefully. Insufficient protective measures for couples in the same room may cause both parties to contract diseases, such as gynecological and andrological inflammation, which - DayDayNews
-
Author: Taylor, Editor: Xiaoshimei On January 4, the building materials sector saw eye-catching gains, with Mona Lisa and Diou Home Furnishing hitting their daily limit, and Senying Window Industry, Beixin Building Materials, Keshun Co., Ltd., Oriental Yuhong, Holley Co., Ltd., J - DayDayNews
-
Announcement from the Hengqin Marathon Organizing Committee on the postponement of the 2022 Hengqin Life Hengqin Marathon Dear runners: Our appointment with you on January 8 will have to be adjusted again. - DayDayNews
-
However, I have to admit that during the daily limit, Brother Hui reduced his position once in the morning and once in the afternoon. The purpose of reducing positions in the morning is just to find other targets and avoid extreme situations. - DayDayNews
-
According to sources from Taiwanese media such as Taiwan's "Central News Agency", cited by Global Network, unlike the same group's Evergreen Line, which gives a year-end bonus of more than four or five months of monthly salary, and EVA Air, which gives a year-end bonus of three m - DayDayNews
-
According to "Watch Taiwan Sea", more than a hundred ground staff of Taiwan's EVA Air recently asked for leave because they were dissatisfied with the year-end salary distribution, causing a large number of flight delays at Taoyuan Airport and affecting thousands of passengers. - DayDayNews