in

“Hello World!” using linear algebra and polynomial curve fitting

"Hello World!" using linear algebra and polynomial curve fitting | ProgrammerHumor.io
"Hello World!" using linear algebra and polynomial curve fitting

Content

2 4 Odef f(x) : return int (round ( 72.0 – 5601.5239800168910000 15839.254309410564000 pow (X, 2) – 17990.084740472780000 pow(x, 3) 11078.251208553862000 pow (x, 4) – 4157.1945722233930000 pow (2, 5) 1004.3607769364212000 pow (x, 6) – 159.60952876624610000 pow (2, 16.592823896982345000 pow (2, 8) – 1.0862681759576835000 pow (2, 9) 0.0406327155961238650 pow(, 10) 0.0006620771128961875 pow(x, 11) 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 )) msg for x in range (12) : msg chr (f (x)) print (msg) Hello World!