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

⟦70c7b7da1⟧ TextFile

    Length: 170 (0xaa)
    Types: TextFile
    Names: »RL-KREDS.MOD«

Derivation

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

TextFile

// model : rl-kreds

IF SIN(w*t) > 0 THEN
 U := U0
ELSE
 U := 0
ENDIF

UR := I * R
UL := U - UR
dI := (1/L) * UL * dt
 I := I + dI
 t := t + dt
IR := U/R