File:Federpendel.gif

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
Source: Wikipedia, the free encyclopedia.

Original file(986 × 652 pixels, file size: 880 KB, MIME type: image/gif, looped, 36 frames, 3.6 s)

Summary

Description
English: Simple spring pendulum, animated
Deutsch: Einfaches Federpendel, animiert
Date
Source Own work
Author And1mu

Source Code

created with LaTeX and PGF/TikZ
Source code for a single frame is available at the corresponding page.

Script to generate the animation:

#!/bin/bash

set -eu
DIR="animate"
FILE="Federpendel"

NUM=0
rm -f ${DIR}/frame???.png
for ANG in $(seq 0 10 359) ; do
    echo "Creating frame $NUM ..."
    POS=$(echo "-3+0.8*c($ANG/45*a(1))" | bc -l)
    echo $POS $ANG
    sed -i "s/\\\def\\\myx{.\+}/\\\def\\\myx{$POS}/" ${FILE}.tex
    pdflatex -shell-escape ${FILE}.tex 1> /dev/null
    echo "Convert to png ..."
    NUMSTR=$(printf "%03d" $NUM)
    convert -density 256 ${FILE}.svg -shave 3 ${DIR}/frame${NUMSTR}.png
    NUM=$(($NUM+1))
done
cd $DIR
convert -delay 10 -loop 10000 frame*.png  Federpendel.gif
cd -

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

30 March 2016

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:13, 30 March 2016Thumbnail for version as of 08:13, 30 March 2016986 × 652 (880 KB)And1muUser created page with UploadWizard
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Global file usage

The following other wikis use this file: