Maths layperson in need of help

  • Thread starter Thread starter larashka
  • Start date Start date
AI Thread Summary
Belinda seeks assistance in understanding a formula for converting Western calendar years to Chinese years, specifically looking for simple explanations and examples. The formula involves using the remainder function to calculate values for e, a, and k based on the Western year. Users discuss the remainder function, clarifying that it involves dividing and finding the largest integer that fits within the division, followed by a calculation to determine the remainder. There is a request for further clarification on the specific variables x and y within the context of the formula. The conversation highlights the need for accessible explanations of mathematical concepts for laypersons.
larashka
Messages
3
Reaction score
0
Hi, I need some help understanding a formula I found on a website to convert the Western calendar to the Chinese one. I'm looking for anyone who can explain it to me in simple terms with clear examples. Any help at all would be much appreciated.

The relevant section from the website is pasted below but I have also included the link for more information.

Thanks in advance,
Belinda

--
For converting Western years into Chinese, for any positive integers x and y, let rem(x,y) denote the remainder on dividing x by y (i.e., rem(x,y) = x mod y). Then given a Western year n, the Chinese year (e,a,k) may be determined as follows: Let i*=*rem(n+6,10) if n is even, rem(n+6,10) - 1 otherwise. Then e = ½*i. (Note that rem(n+6,10) is simply the last digit of n+6.) a*=*rem(n+8,12), and k*is the largest integer k' such that 60k' <= n + 2756 (provided that n >= -2696). Having determined e and a by these means, the element name and the animal name are obtained from the above correspondence.
--
URL: http://www.hermetic.ch/cal_stud/ch_year.htm
 
Last edited:
Mathematics news on Phys.org
Let n=1994
Then i=rem(2000,10)=0
e=1/2*0=0
a=rem(2002,12) =10 (166*12=1992)
k<=(1994+2756)/60=79,...
so k=79

We have then Chinese year (0,10,79)

If this was a bit too quick for you, post again.
 
Thanks Arildno, but I'm still at little unclear. I understand k and e but the rem() function in a and i is totally over my head.
 
I guess what you want is an easy way to understand how to calculate the remainder function.
Now given x>y, you shall first find the largest integer n so that y*n<=x
How to do that?
Simply calculate x/y, and throw away the decimals after the point; there you have n!

Now, the remainder is given by x-n*y
 
It's also the same remainder you always got when you used to do long division in elementary school.

cookiemonster
 
Thanks that's great, but could you tell me what are x and y in relation to the rest of the whole? For example, n = western year
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

2
Replies
60
Views
11K
3
Replies
102
Views
10K
Replies
33
Views
8K
Replies
42
Views
10K
2
Replies
67
Views
11K
3
Replies
114
Views
10K
2
Replies
86
Views
13K
2
Replies
64
Views
15K
Replies
51
Views
10K
Back
Top