Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -0,0 +1,6 @@
|
|||
hex(s)=my(a=10,b=11,c=12,d=13,e=14,f=15);subst(Pol(eval(Vec(s))),'x,16);
|
||||
n1=hex("200000");n2=hex("1fffff");
|
||||
v1=digits(n1,256)
|
||||
v2=digits(n2,256)
|
||||
subst(Pol(v1),'x,256)==n1
|
||||
subst(Pol(v2),'x,256)==n2
|
||||
Loading…
Add table
Add a link
Reference in a new issue