Engineering Book recommendation - Mech. Eng.

AI Thread Summary
A master's student in Control Systems is seeking recommendations for books on Numerical Methods and Partial Differential Equations (PDEs) to enhance their understanding and skills. They currently use MATLAB ODE solvers but want to learn the underlying principles and how to create their own solvers. They also express a desire to understand PDEs better, as they frequently model systems that involve them. One recommendation includes Hildebrand's Numerical Analysis book, which is noted for its relevance to ODE and PDE solvers. Additionally, the discussion highlights the importance of problem-specific numerical methods, such as the Finite Element Method for modeling plates and shells, and provides links to further resources and reviews.
Jo_Beijaards
Messages
1
Reaction score
0
Hi everyone,

I'm currentyly doing my master in Control Systems (mechanical engineering), and since I'm nearly graduating I was contemplating at what I've learned so far. Upon doing so, I realized that there where some areas I seriously lack knowledge in areas that I assume are important.

Therefore, I was wandering if someone could recommend me a book regarding:

* Numerical Methods
I often use the MATLAB ODE solvers, but I've no idea what's "under the hood". Hence, I'm looking for a book to bolster my numerical method skills, one that can teach me what's inside such a solver and how to build one myself (for when the MATLAB license expires). * Partial Differential Equations
Since almost everything I model, before simplification, is a PDE, I think a basic knowledge is advisable. Even if only to simulate the system and check that the simplification is indeed justified. Apart from that, I'm just very interested in this topic :-)Although googeling for books have yielded many results, I do not know which one suits my need/level, so that's why I'm looking for recommedations from engineers.

With kind regards,
Jo
 
Physics news on Phys.org
I like old books, and I would recommend Hildebrand's Numerical Analysis book.
 
ODE and PDE solvers are very problem-dependent; their numerical behavior can vary to a large extent depending on particular physical properties on the original model. If, for example, you are interested in modeling of plates and/or shells, their mathematical models are often described by biharmonic PDEs. A special numerical method exists for such cases, call the Finite Element Method. You may want to have a look at the following book:
http://members.ozemail.com.au/~comecau/quad_shell.htm
There is also a page on amazon.com devoted to that book, with reviews:
https://www.amazon.com/dp/0646930818/?tag=pfamazon01-20
 
Last edited by a moderator:
For the following four books, has anyone used them in a course or for self study? Compiler Construction Principles and Practice 1st Edition by Kenneth C Louden Programming Languages Principles and Practices 3rd Edition by Kenneth C Louden, and Kenneth A Lambert Programming Languages 2nd Edition by Allen B Tucker, Robert E Noonan Concepts of Programming Languages 9th Edition by Robert W Sebesta If yes to either, can you share your opinions about your personal experience using them. I...
Hi, I have notice that Ashcroft, Mermin and Wei worked at a revised edition of the original solid state physics book (here). The book, however, seems to be never available. I have also read that the reason is related to some disputes related to copyright. Do you have any further information about it? Did you have the opportunity to get your hands on this revised edition? I am really curious about it, also considering that I am planning to buy the book in the near future... Thanks!
I’ve heard that in some countries (for example, Argentina), the curriculum is structured differently from the typical American program. In the U.S., students usually take a general physics course first, then move on to a textbook like Griffiths, and only encounter Jackson at the graduate level. In contrast, in those countries students go through a general physics course (such as Resnick-Halliday) and then proceed directly to Jackson. If the slower, more gradual approach is considered...

Similar threads

Back
Top