Блог пользователя triploblastic

Автор triploblastic, история, 9 лет назад, По-английски

I have read about gaussian elimination technique from this link. http://e-maxx-eng.github.io/linear_algebra/linear-system-gauss.html . But how do we solve the equations given a prime modulo? do i need to calculate the multiplicative inverse every time i have to divide the row with a number or is there another way to do that without using multiplicative inverse?

Полный текст и комментарии »

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

Автор triploblastic, 10 лет назад, По-английски

can someone tell me what is wrong with my code? i first generated all the primes up to sqrt(10^7) and then for every prime, counted how many number are divided by it...

5797193

Полный текст и комментарии »

  • Проголосовать: нравится
  • -3
  • Проголосовать: не нравится