;!0L 2B6(QC\Graf 1 - raftitelx aksey akse00"Arial"Arial"Arial"Arialxyteen3  4@@059e1 - 2064e100501 _ 59621 dhΪ?~G7 oIT *;PL Klar - Lkke;P&-{Kasteparabel} dt := 0.01 v0 := 10 vinkel := 45 t := 0 x := 0 y := 0 vx := v0*cos(vinkel/180*pi) vy := v0*sin(vinkel/180*pi) ax := 0 ay := -9.82{EULER's integrationsmetode} vx := ax*dt + vx vy := ay*dt + vy x := vx*dt + x y := vy*dt + y t := t + dt pause(0.02) if t>2 then stop