Skip to content

Kmortyk/go_algebra_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algebra helper

Помогает решать следующие задачи:

  1. Сравнения степени n по модулю:
    f(x) = ax^n + bx^(n-1) + ... + c = 0 (mod m)
    
  2. Сравнения первой степени с неизвестной:
    ax = b (mod m)
    
  3. Системы сравнений первой степени:
    { ax = b (mod m1)
    { cx = d (mod m2)
    { ...
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages