Sree Narayanapuram Thrikkayil Temple

Sree Narayanapuram Thrikkayil Temple (Malayalam: ശ്രീ നാരായണപുരം തൃക്കയിൽ ക്ഷേത്രം) is one of the oldest temples in Perissery. The divine idol installed here represents the world–enchanting form of Krishna endowed with the four lustrous arms carrying the conch, the discus, the mace and the lotus. Adorned with the divine Thulasi garland and pearl necklaces, the idol represents the majestic form of Vishnu as revealed to Vasudeva and Devaki at the time of Krishnavatharam.

ശ്രീ നാരായണപുരം തൃക്കയിൽ ക്ഷേത്രം
Religion
AffiliationHinduism
DistrictAlappuzha
DeityVishnu
Festivalsപന്ത്രണ്ട് വിളക്ക് മഹോത്സവം
Location
LocationPerissery
StateKerala
CountryIndia
Website
ശ്രീ നാരായണപുരം തൃക്കയിൽ ക്ഷേത്രം
gollark: you PENGUINS.
gollark: HAS YOUR NOSE EXPLODED?
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])

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.