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

⟦d26f8458f⟧ TextFile

    Length: 131 (0x83)
    Types: TextFile
    Names: »SPRING.MOD«

Derivation

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

TextFile

// model : spring

x := x + dx

y := 1/((x + 1) * (x - 2))

IF (ABS(x + 1) < 0.04) OR

   (ABS(x - 2) < 0.04) THEN STOP