HOME

TheInfoList



OR:

A calendrical calculation is a
calculation A calculation is a deliberate mathematical process that transforms a plurality of inputs into a singular or plurality of outputs, known also as a result or results. The term is used in a variety of senses, from the very definite arithmetical ...
concerning
calendar date A calendar date is a reference to a particular day, represented within a calendar system, enabling a specific day to be unambiguously identified. Simple math can be performed between dates; commonly, the number of days between two dates may be ca ...
s. Calendrical calculations can be considered an area of
applied mathematics Applied mathematics is the application of mathematics, mathematical methods by different fields such as physics, engineering, medicine, biology, finance, business, computer science, and Industrial sector, industry. Thus, applied mathematics is a ...
. Some examples of calendrical calculations: * Converting a Julian or
Gregorian calendar The Gregorian calendar is the calendar used in most parts of the world. It went into effect in October 1582 following the papal bull issued by Pope Gregory XIII, which introduced it as a modification of, and replacement for, the Julian cale ...
date to its
Julian day The Julian day is a continuous count of days from the beginning of the Julian period; it is used primarily by astronomers, and in software for easily calculating elapsed days between two events (e.g., food production date and sell by date). Th ...
number and vice versa . * The number of days between two dates, which is simply the difference in their Julian day numbers. * The dates of moveable holidays, like Christian
Easter Easter, also called Pascha ( Aramaic: פַּסְחָא , ''paskha''; Greek: πάσχα, ''páskha'') or Resurrection Sunday, is a Christian festival and cultural holiday commemorating the resurrection of Jesus from the dead, described in t ...
(the calculation is known as
Computus As a moveable feast, the date of Easter is determined in each year through a calculation known as – often simply ''Computus'' – or as paschalion particularly in the Eastern Orthodox Church. Easter is celebrated on the first Sunday after th ...
) followed up by Ascension Thursday and
Pentecost Pentecost (also called Whit Sunday, Whitsunday or Whitsun) is a Christianity, Christian holiday which takes place on the 49th day (50th day when inclusive counting is used) after Easter Day, Easter. It commemorates the descent of the Holy Spiri ...
or
Advent Advent is a season observed in most Christian denominations as a time of waiting and preparation for both the celebration of Jesus's birth at Christmas and the return of Christ at the Second Coming. It begins on the fourth Sunday before Chri ...
Sundays, or the Jewish
Passover Passover, also called Pesach (; ), is a major Jewish holidays, Jewish holiday and one of the Three Pilgrimage Festivals. It celebrates the Exodus of the Israelites from slavery in Biblical Egypt, Egypt. According to the Book of Exodus, God in ...
, for a given year. * Converting a date between different calendars. For instance, dates in the
Gregorian calendar The Gregorian calendar is the calendar used in most parts of the world. It went into effect in October 1582 following the papal bull issued by Pope Gregory XIII, which introduced it as a modification of, and replacement for, the Julian cale ...
can be converted to dates in the
Islamic calendar The Hijri calendar (), also known in English as the Islamic calendar, is a lunar calendar consisting of 12 lunar months in a year of 354 or 355 days. It is used to determine the proper days of Islamic holidays and rituals, such as the Ramad ...
with the Kuwaiti algorithm. * Calculating the day of the week. Calendrical calculation is one of the five major
Savant syndrome Savant syndrome ( , ) is a phenomenon where someone demonstrates exceptional aptitude in one domain, such as art or mathematics, despite significant social or intellectual impairment. Those with the condition generally have a neurodevel ...
characteristics.


Examples

Numerical methods were described in the ''Journal of the Department of Mathematics,'' Open University, Milton Keynes, Buckinghamshire ''(M500)'' in 1997 and 1998.''Journal of the Department of Mathematics, M500'' (ed. A D Forbes) Issue 157 (September 1997) p 21, Issue 160 (February 1998) pp 19-20 (contains typographical errors, corrected version below) and Issue 161 (April 1998) p 21. The M500 Society, Open University, Milton Keynes, Buckinghamshire. The following algorithm gives the number of days (''d'') in month ''m'' of year ''y''. The value of ''m'' is given on the right of the month in the following list: January 11 February 12 March 1 April 2 May 3 June 4 July 5 August 6 September 7 October 8 November 9 December 10. The algorithm enables a computer to print calendar and diary pages for past or future sequences of any desired length from the reform of the calendar, which in England was 3/14 September 1752. The article
Date of Easter As a moveable feast, the date of Easter is determined in each year through a calculation known as – often simply ''Computus'' – or as paschalion particularly in the Eastern Orthodox Church. Easter is celebrated on the first Sunday after the ...
gives algorithms for calculating the date of Easter. Combining the two enables the page headers to show any fixed or movable festival observed on the day, and whether it is a bank holiday. The algorithm utilises the integral or floor function: thus \left\lfloor\right\rfloor is that part of the number ''x'' which lies to the left of the decimal point. It is only necessary to work through the complete function when calculating the length of February in a year which is divisible by 100 without remainder. When calculating the length of February in any other year it is only necessary to evaluate the terms to the left of the fifth + sign. When calculating the length of any other month it is only necessary to evaluate the terms to the left of the third - sign. d=30+\left\lfloor\right\rfloor-\left\lfloor\right\rfloor-2\left\lfloor\right\rfloor+\left\lfloor\right\rfloor\left\lfloor\right\rfloor :+\left\lfloor\right\rfloor\left\lfloor\right\rfloor To find the length of, for example, February 2000 the calculation is :d=30+\left\lfloor\right\rfloor-\left\lfloor\right\rfloor-2+\left\lfloor\right\rfloor +\left\lfloor\right\rfloor-1 =30+7-7-2+\left\lfloor\right\rfloor+\left\lfloor\right\rfloor-1 =28+1+1-1 =29.


See also

'' Calendrical Calculations''


References

* Edward M. Reingold and
Nachum Dershowitz Nachum Dershowitz () is an Israeli computer scientist, known e.g. for the Dershowitz–Manna ordering and the Path_ordering_(term_rewriting), multiset path ordering used to prove Rewriting#Termination, termination of term rewrite systems. Educat ...
. '' Calendrical Calculations: The Ultimate Edition''.
Cambridge University Press Cambridge University Press was the university press of the University of Cambridge. Granted a letters patent by King Henry VIII in 1534, it was the oldest university press in the world. Cambridge University Press merged with Cambridge Assessme ...
; (2018). Calendar algorithms {{Mathapplied-stub