How Can I Approach Modeling Physical Phenomena in Physics and Computer Science?

  • Thread starter Thread starter Necross
  • Start date Start date
  • Tags Tags
    Modelling
AI Thread Summary
A second-year engineering student is transitioning from Mechatronics to physics with a minor in computer science and seeks guidance on modeling physical phenomena, particularly in areas like solar system formation. They have programming experience in several languages and a foundational knowledge of data structures. The discussion emphasizes the necessity of understanding differential equations, both ordinary (ODE) and partial (PDE), as well as numerical methods for effective modeling. The student expresses urgency in acquiring this mathematical knowledge to avoid hindering their progress in physics. Recommendations for relevant texts are requested to facilitate their learning in these areas.
Necross
Messages
34
Reaction score
0
Hello All. I am a second year engineering student switching over from Mechatronics engineering to physics with a minor in computer sciences. While I have done some programming in C, C++, Java, TCL and Assembler, I would like to know how I would approach modeling physical phenomena...e.g basic models of planet/solar system formation etc...I've had a Data Structures and Algorithms course and have a rough understanding of trees and various other data structures...Are there any texts that can help me out with this?

- Thanks
- Necross
 
Technology news on Phys.org
You need a good understanding of Differential equations, both ODE and PDE, along with numerical methods. Your CS background is a good starting place but you must have the math in order to understand and create workable models.
 
Can you please recommend some good books? I've touched upon ODE's and have some PDE's in theory in some of my current physics courses. I will be learning ODE's and PDE's soon enough but I can't wait that long. It's going to hold me back from doing this and having a complete understanding of the theory itself. Thanks for the reply. :)
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top