📄 testcrtp.m
字号:
% set up data to demonstrate CRT over polynomials% Copyright 2004 by Todd K. Moon% Permission is granted to use this program/data% for educational/research onlym{1} = [1 -1]; m{2} = [1 -4 4]; m{3} = [1 -9 27 -27];mp = conv(conv(m{1},m{2}),m{3});f1 = [1 4 5 2 3 2];a1 = tocrtpoly(f1,m);[f1,gamma] = fromcrtpoly(a1,m);f2 = [1 2 0 0];a2 = tocrtpoly(f2,m);a1a2 = tocrtpoly(polyadd(f1,f2),m);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -