From: cchuang <cc...@ma...> - 2005-06-21 01:58:41
|
Hi, I had released a booklet about VPython and Pygame. All are written within TeXmacs with its Python plugin and shell plugin. In this booklet, there are some vpython examples including: 1. a 3D reflected Brownian partitle travels within a box, (Neuman condition). As the RBM particle hits one of the walls, the hitting sound will be rendering by pygame.sound. 2. Runge-Kutta method for ODE.s. Model the projectile of baseball and Rutherford Scattering Experiment. The file can be downloaded from: ftp://math.cgu.edu.tw/pub/KNOPPIX/game4.pdf In this file server, we also apply some variant KNOPPIX bootable DVD image file, based on knoppix-3.8. Python Environment is also included, for example, visual, scipy etc. User can easily extend his/her need with the help of unionfs in KNOPPIX. In other words, users can read, write even install the packages on the DVD-linux. Hope this really help to you! |