1

I am interested in doing basic mechanical simulations, such as experimenting with the brachistochrone problem (path of quickest descent) and the motion of point particles under the influence of gravity etc.

I have a minimal knowledge of programming languages such as Python, but have no idea how I can use this or anything else to do this.

Any help or advice would be much appreciated. :)

Qmechanic
  • 220,844

2 Answers2

0

I have done many simulations on Excel spreadsheets. All the basic functions are available, variables are easily incremented, formulas can be propagated down or across the page (drag dot on lower right), and the results can be graphed. With the thoughtful use of iteration they can even be animated. If you can't afford Excel, the spreadsheet that comes with the free Open Office is almost as good.

R.W. Bird
  • 12,280
0

There is a free computational physics book that also has free source code for the many simulations done. The codes are written in Fortran and C++. I can't read C++ but Fortran is easy. There is also a f2py converter for Fortran to python conversion. Most of the simple simulations can be converted without anything. There are also other f2XX conversion codes available as well as C++ or C to python.

Natsfan
  • 2,702