Top
Back: powerN
Forward: Jacobi
FastBack: atkins_lib
FastForward: hyperel_lib
Up: crypto_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.12.3.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";
ring R = 0,x,dp;
chineseRem(list(24,15,7),list(2,3,5));
==> 12


Top Back: powerN Forward: Jacobi FastBack: atkins_lib FastForward: hyperel_lib Up: crypto_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-2, Oct 2010, generated by texi2html.