1547 in Ireland
| |||||
Centuries: |
| ||||
---|---|---|---|---|---|
Decades: |
| ||||
See also: | Other events of 1547 List of years in Ireland |
Events from the year 1547 in Ireland.
Events
- January 28 – Edward VI becomes King of England and Ireland upon the death of Henry VIII; start of Edwardian Reformation in Ireland (lasting until 1553).[1]
- Summer – Patrick O'More and Brian O'Connor ravage Kildare but are driven back by Sir Edward Bellingham, ordered to Ireland in late May to restore order.[2]
- Athlone Castle is reconstructed by Sir William Brabazon.[2]
Births
- Richard Stanihurst, translator, poet and historian (d. 1618)
Deaths
- January 28 – Henry VIII, King of Ireland (b. 1491)
gollark: ```haskellimport Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '```
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...
gollark: d o n ' t c h a n g e p e r
References
- Moody, T. W.; Martin, F. X., eds. (1967). The Course of Irish History. Cork: Mercier Press. p. 370.
- Moody, T. W.; et al., eds. (1989). A New History of Ireland. 8: A Chronology of Irish History. Oxford University Press. ISBN 978-0-19-821744-2.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.