Physics

Physics is a very interesting scientific discipline with its own problems to be solved by computer. In this chapter, there are various programsin the form of complete solutions to certain problems in physics. Please note that this site is still in its infancy so the programs that appearhere shall in the beginning be devoted to solving the simplest problems in the physics trough which is easier to understand the process of programming, and later will probably be developed much more complex programs for complex problems in physics.

All programs are developed in IDE SharpDevelop , programming language C# and at the bottom of every page at attachments can be found SharpDevelop open source solution file (in the *.zip archives) that when opened , there can be seen the entire program code and it can be modified. If You do not use this integrated development environment that is otherwise free, there is executable version of program. For its work , it is necessary .Net framework 4.0 that can be downloaded at official Microsoft site .

Also, this chapter is based on chapter Algorithms. So the programs shall represent the implementation of algorithms in the programming language C#. Given that this site is for the exchange of knowledge in programming computers rather than education, many programs will not initially have their foundation in quality algorithms , if they are required You will have to write them based on the provided source code in the article.

All the best,

Author