![]() |
|
|
#540 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
33×37 Posts |
.. Opening with the first course ..
"tal .. busone di x" Code:
x=2^1024*100-2^1024;d=#divisors(x);for(y=1,ceil(d/2),print(divisors(x)[y]"\t\t\t "divisors(x)[d-(y-1)]));forstep(y=ceil(d/2),1,-1,print(divisors(x)[y]"\t\t\t "divisors(x)[d-(y-1)])) |
|
|
|
|
#541 | |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
33·37 Posts |
Quote:
"You can count on ... there are no problems, you tell us what to do, and we do " Pine washing machine it (><><><) .. Last fiddled with by cmd on 2011-12-15 at 07:52 |
|
|
|
|
|
#542 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
33·37 Posts |
.. spaghetti (paste ..
Code:
b=1024;x=2^b*100-2^b;d=#divisors(x);for(y=1,ceil(d/2),print(divisors(x)[y]"\t\t\t "divisors(x)[d-(y-1)]));print(" - - - - -");forstep(y=ceil(d/2),1,-1,print(divisors(x)[d-(y-1)]"\t\t\t "divisors(x)[y]))
Last fiddled with by cmd on 2011-12-15 at 10:01 Reason: b=var_val_bin i.e. : 16 .. 1024 but also 3 .. |
|
|
|
|
#543 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
11111001112 Posts |
.. torciglioni saltati in sinuosa salza ..
( attention to the curvature ) Code:
j=4*.5;s="\n\n\n\n\n";forstep(y=479,479,j,print(s" "s" "s" "s" "s);p=factor(y);if(p[1,1]==y,q=y^j+j*y;plot(x=1,y,sin(q*x*Pi),j-3.5,j-.5))) |
|
|
|
|
#544 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
33×37 Posts |
.. "paccheri" the four cheeses ..
Code:
j=4*.5;s="\n\n\n\n";forstep(y=3,99999,j,p=factor(truncate(y));if(p[1,1]==y,q=y^j+j*y;print(s" "s" "s" "s" "s);plot(x=1,y,sin(q+x*Pi),j-3.5,j-.5))) BTW .. sm::, if willing, to optimize for the first (forprime) Code:
j=4*.5;s="\n\n\n\n";forprime(y=j,5*10^5,q=y^j+j*y;print(s" "s" "s" "s" "s);plot(x=1,y,sin(q-x*Pi),j-3.5,j-.5)) Last fiddled with by cmd on 2011-12-17 at 15:37 Reason: bt\/\/ |
|
|
|
|
#545 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
33·37 Posts |
foretaste of the random generation of "rice and peas" IT (risi e bisi)
Code:
seed()=r=895551777012;for(x=1,11111111,m(x)=(random()+r)*10^12+random(r));i=m(random(11111111)+1);while(i=l,l=m(random(11111111)+1);print(eval(concat(concat(Str(l),"00-"),Str(i)))"8"i"0"l)) Last fiddled with by cmd on 2011-12-18 at 15:05 |
|
|
|
|
#546 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
99910 Posts |
.. experience .. ( Last fiddled with by cmd on 2011-12-19 at 23:23 |
|
|
|
|
#547 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
33×37 Posts |
good night .. "Nutt has to be passed to 'Peppi' ...
|
|
|
|
|
#548 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
33×37 Posts |
scary
Last fiddled with by cmd on 2011-12-20 at 01:20 |
|
|
|
|
#549 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
33×37 Posts |
... |_|s can ...
|
|
|
|
|
#550 |
|
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^
33×37 Posts |
only for today (treatment previously reserved for "cmd" on this forum)
("IT") interpretation of the practical application of "maximum" mathematical theories exposed to journalists ... (to be translated, to affect the common people) |
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fedora gedit for bash has become useless | EdH | Linux | 11 | 2016-05-13 15:36 |
| Useless SSE instructions | __HRB__ | Programming | 41 | 2012-07-07 17:43 |
| Useless DC assignment | lycorn | PrimeNet | 16 | 2009-09-08 18:16 |
| Useless p-1 work | jocelynl | Data | 4 | 2004-11-28 13:28 |