I thought I'd take a crack at base = 1/2
#6
(09/29/2021, 04:44 PM)Ember Edison Wrote:
Quote:*** read: Warning: INIT_NEUTRAL.DAT not written for a 64 bit architecture.



Oh, Shit, Why don't you use a txt-based gp file to store beta_taylor, it's 2021! Who will install x86-32 applications on the system


Code:
beta_init(n) = {
local(fileobject_beta_taylor);
 beta_taylor = Phi_Inv(w,l,n);
   write1("E:/Temp/beta_taylor_(E^-E).gp",""); 
   fileobject_beta_taylor = fileopen("E:/Temp/beta_taylor_(E^-E).gp","a"); 
   filewrite(fileobject_beta_taylor, "beta_taylor = " beta_taylor ";"); 
   fileclose(fileobject_beta_taylor);
 print("Done initializing beta.");
}

For large files (>512kb?), use "filewrite" "fileclose" as the write command. Then just use 7zip to pack it up, even a 700MB text file is no match for 7zip.
The user may have to be reminded to execute

Quote:default(parisize, 1048576000)


Do not think that Pari-GP is very intelligent, it idiotic design as many, only txt-based is your real god

===========================================================================

Quote:gp > beta(2,1)

*** Pol: incorrect priority in gtopoly: variable t11 < l

What's up with this?

Not too sure, but t11 is the storage of the variable l

I realized, after talking to sheldon today, I initialized beta with 32 bit architecture rather than 64 bit. You just have to run beta_init(100) and everything should work the same.

I apologize again, I'm a horrible programmer lol.
Reply


Messages In This Thread
RE: I thought I'd take a crack at base = 1/2 - by JmsNxn - 09/30/2021, 03:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [2sinh] exp(x) - exp( - (e-1) x), Low Base Constant (LBC) 1.5056377.. tommy1729 3 5,911 04/30/2023, 01:22 AM
Last Post: tommy1729
  Base -1 marraco 15 37,515 07/06/2022, 09:37 AM
Last Post: Catullus
Big Grin Repetition of the last digits of a tetration of generic base Luknik 12 19,843 12/16/2021, 12:26 AM
Last Post: marcokrt
  On the [tex]2 \pi i[/tex]-periodic solution to tetration, base e JmsNxn 0 3,534 09/28/2021, 05:44 AM
Last Post: JmsNxn
  A different approach to the base-change method JmsNxn 0 3,925 03/17/2021, 11:15 PM
Last Post: JmsNxn
  I thought I'd compile some of the things I know... JmsNxn 15 22,562 02/01/2021, 11:20 PM
Last Post: tommy1729
  New Quantum Algorithms (Carleman linearization) Finally Crack Nonlinear Equations Daniel 2 5,767 01/10/2021, 12:33 AM
Last Post: marraco
  Complex Tetration, to base exp(1/e) Ember Edison 7 23,440 08/14/2019, 09:15 AM
Last Post: sheldonison
  b^b^x with base 0<b<e^-e have three real fixpoints Gottfried 1 9,448 11/07/2017, 11:06 AM
Last Post: sheldonison
Question Analytic matrices and the base units Xorter 2 10,388 07/19/2017, 10:34 AM
Last Post: Xorter



Users browsing this thread: 13 Guest(s)