Beharia

Beharia is a village in Suri II Block of the Birbhum district in West Bengal. It is administered by Purandarpur gram panchayat.[3] The total area of the village is 221.2 hectares.[4][5]

Beharia
Village
Beharia
Location in West Bengal, India
Beharia
Beharia (India)
Beharia
Beharia (India)
Coordinates: 23°49′57″N 87°36′33.4″E
Country India
StateWest Bengal
DistrictBirbhum
Languages
  OfficialBengali[1][2]
  Additional officialEnglish[2]
Time zoneUTC+5:30 (IST)
Vehicle registrationWB
Lok Sabha constituencyBirbhum
Websitebirbhum.nic.in

Demographics

The Beharia village has a population of 707 of which 360 are males while 347 are females as per Population Census 2011. Male literacy rate of Beharia village is 81.53% and female literacy rate is 65.42% averaging 73.73% literacy rate.[4][6]

Education

There is a government owned primary school Kalitala Behira Primary School.[4][7][8]

Culture

Maa Nimbabasini

There is a temple named Behira Nimbo-basini Kalitala Mondir.[9][10] [11][12]

gollark: It allocates memory and doesn't consider it a side effect.
gollark: I didn't do any horrible homoglyph hacks with THAT.
gollark: It uses the function, yes.
gollark: So, I finished that to highly dubious demand. I'd like to know how #11 and such work.
gollark: > `x = _(int(0, e), int(e, е))`You may note that this would produce slices of 0 size. However, one of the `e`s is a homoglyph; it contains `2 * e`.`return Result[0][0], x, m@set({int(e, 0), int(е, e)}), w`From this, it's fairly obvious what `strassen` *really* does - partition `m1` into 4 block matrices of half (rounded up to the nearest power of 2) size.> `E = typing(lookup[2])`I forgot what this is meant to contain. It probably isn't important.> `def exponentiate(m1, m2):`This is the actual multiplication bit.> `if m1.n == 1: return Mаtrix([[m1.bigData[0] * m2.bigData[0]]])`Recursion base case. 1-sized matrices are merely multiplied scalarly.> `aa, ab, ac, ad = strassen(m1)`> `аa, аb, аc, аd = strassen(m2)`More use of homoglyph confusion here. The matrices are quartered.> `m = m1.subtract(exponentiate(aa, аa) ** exponentiate(ab, аc), exponentiate(aa, аb) ** exponentiate(ab, аd), exponentiate(ac, аa) ** exponentiate(ad, аc), exponentiate(ac, аb) ** exponentiate(ad, аd)) @ [-0j, int.abs(m2.n * 3, m1.n)]`This does matrix multiplication in an inefficient *recursive* way; the Strassen algorithm could save one of eight multiplications here, which is more efficient (on big matrices). It also removes the zero padding.> `m = exponentiate(Mаtrix(m1), Mаtrix(m2)) @ (0j * math.sin(math.asin(math.sin(math.asin(math.sin(math.e))))), int(len(m1), len(m1)))`This multiples them and I think also removes the zero padding again, as we want it to be really very removed.> `i += 1`This was added as a counter used to ensure that it was usably performant during development.> `math.factorial = math.sinh`Unfortunately, Python's factorial function has really rather restrictive size limits.> `for row in range(m.n):`This converts back into the 2D array format.> `for performance in sorted(dir(gc)): getattr(gc, performance)()`Do random fun things to the GC.

References

  1. "52nd REPORT OF THE COMMISSIONER FOR LINGUISTIC MINORITIES IN INDIA" (PDF). nclm.nic.in. Ministry of Minority Affairs. p. 85. Archived from the original (PDF) on 25 May 2017. Retrieved 10 February 2019.
  2. "Fact and Figures". www.wb.gov.in. Retrieved 10 February 2019.
  3. "Villages-West Bengal-Birbhum, Sl no-2432, Assembly Constituency-317152". Pradhan Mantri Awas Yojana-Gramin.
  4. "India Govt Census Report 2011-Birbhum, Page-511, Sl No. 1150, assemby constituency-317152" (PDF).
  5. "Beharia Village in Suri II(Birbhum)". Beharia Village in Suri II(Birbhum) West Bengal| Villageinfo.in.
  6. "Beharia village population-Suri II, State Census 2011> District List> Birbhum".
  7. "Cooked Mid Day Meal Programme- Govt. of West Bengal. Schoolwise Chart Suri-II, Purandarpur Panchayat, Sl no-37". CMDMP|| School Wise Chart||Antarrashtriya Manav Adhikaar Nigrani.
  8. "Beharia Primary School".
  9. "The Mahatma Gandhi National Rural Employee Guarantee,Act, Sl no-34-Work code-3203018006/LD/195/11-12, Sl No-57 Work Code- 3203018006/RC/195, Sl No-64 Work code-3203018006/RC/205". 227-Mahatma Gandhi National Rural Employment Guarantee Act.
  10. Halder, Patit Paban. "Study of Baul Community Family Relation and their Philosophy: An Overview of West Bengal-International Journal of Advance research and development ,Page-91,Sl no 200," (PDF).
  11. Bhattacharya, Dr. Buddhadev. "Annual Report-Nava Nalanda Mahavira, Contributions by faculty- Page-13, Serial no 6" (PDF).
  12. Loseries, Andrea. "Tantrik Literature and Culture:Hermeneutics and Expositions, Content- Sl no -10".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.