1#Sum of the multiplicities of all roots in a circle 
    2cohn_schur := proc(po,
ce,ra)
 
    3local 
p1,
de,
deg,
ep,
ld,
lc,
di,
c0,
p2,
coun,
k,
b;
 
    7    p1:=sort(expand(eval(po,
z=ra*
z+
ce)))
 
   15if 
ld<infinity and 
ld>0 then
 
   27userinfo(3,spa,‘NoName‘,‘Case I‘,‘Degree‘,degree(
p1),‘Count‘,
coun)
 
   30userinfo(3,spa,‘NoName‘,‘Case II‘,‘Degree‘,degree(
p1),‘Count‘,
coun)
 
   39p1:=sort(expand((
z^
k+2*
b/evalf(abs(
b)))*
p1));
 
   51userinfo(3,spa,‘NoName‘,‘Case III‘,‘Degree‘,degree(
p1),‘Count‘,
coun)
 
   54userinfo(3,spa,‘NoName‘,‘Case IV‘,‘Degree‘,degree(
p1),‘Count‘,
coun)
 
   62if (Re(
c0)^2+Im(
c0)^2)<(Re(
lc)^2+Im(
lc)^2) then
 
   64userinfo(3,spa,‘NoName‘,‘Case I‘,‘Degree‘,0,‘Count‘,
coun)
 
   68userinfo(1,spa,‘NoName‘,‘cohn_schur‘,
coun);
 
c0 z
Definition Laguerre15m_or.h:21
p2 de j *z j
Definition Laguerre15m_or.h:23
cohn_schur ra local deg
Definition Laguerre15m_or.h:3
cohn_schur ra local de
Definition Laguerre15m_or.h:3
cohn_schur ra local ep
Definition Laguerre15m_or.h:3
cohn_schur ra local di
Definition Laguerre15m_or.h:3
cohn_schur ra local ld
Definition Laguerre15m_or.h:3
cohn_schur ra local lc
Definition Laguerre15m_or.h:3
cohn_schur ra local p2
Definition Laguerre15m_or.h:3
cohn_schur ra local b
Definition Laguerre15m_or.h:3
cohn_schur ra local p1
Definition Laguerre15m_or.h:3
cohn_schur ce
Definition Laguerre15m_or.h:2
if ld< infinity and ld > then z z fi
Definition Laguerre15m_or.h:17
cohn_schur ra local c0
Definition Laguerre15m_or.h:3
cohn_schur ra local coun
Definition Laguerre15m_or.h:3
cohn_schur ra local k
Definition Laguerre15m_or.h:3