DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦6addfa65a⟧ TextFile

    Length: 159 (0x9f)
    Types: TextFile
    Names: »FIGEN.MOD«

Derivation

└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
    └─⟦this⟧ »MODEL3\FIGEN.MOD« 

TextFile

// Model : Figen

z0:=z0+dz0
z:=z0
i:=0
while i<50 and abs(z)<20 do
  z:=z*z-a
  i:=i+1
endwhile

//grafen skal tegnes med prikker (F5)