Skip to content
Skip to main navigation
Skip to first column
Skip to second column
Singular
Search
Download 4-3-0
Try Online
Online Manual
Graphical Interface
Report Bugs
Books
Teams
Join Us
Home
Online Manual
D.12.2.7 chineseRem
Procedure from library
crypto.lib
(see
crypto_lib
).
Usage:
chineseRem(T,L);
Return:
x such that x = T[i] mod L[i]
Note:
chinese remainder theorem
Example:
LIB "crypto.lib"; chineseRem(list(24,15,7),list(2,3,5)); ==> 12
Main
Home
News
Publications
How to cite Singular
Community
Forum
Trac
Events
Mailing List
Blog
System
New Libraries
Source Code
Open Tasks
Third-party software
Misc
Links
Contact
Impressum
Internal