You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.
Provides an introduction to numerical methods for students in engineering. It uses Python 3, an easy-to-use, high-level programming language.
Numerical Methods in Engineering with MATLAB®, a student text, and a reference for practicing engineers.
This text is for engineering students and a reference for practising engineers, especially those who wish to explore Python. This new edition features 18 additional exercises and the addition of rational function interpolation. Brent's method of root finding was replaced by Ridder's method, and the Fletcher-Reeves method of optimization was dropped in favor of the downhill simplex method. Each numerical method is explained in detail, and its shortcomings are pointed out. The examples that follow individual topics fall into two categories: hand computations that illustrate the inner workings of the method and small programs that show how the computer code is utilized in solving a problem. This second edition also includes more robust computer code with each method, which is available on the book website. This code is made simple and easy to understand by avoiding complex bookkeeping schemes, while maintaining the essential features of the method.
MECHANICS OF MATERIALS - an extensive revision of STRENGTH OF MATERIALS, Fourth Edition, by Pytel and Singer - covers all the material found in other Mechanics of Materials texts. What's unique is that Pytel and Kiusalaas separate coverage of basic principles from that of special topics. The authors also apply their time-tested problem solving methodology, which incorporates outlines of procedures and numerous sample problems to help ease students' transition from theory to problem analysis. The result? Your students get the broad introduction to the field that they need along with the problem-solving skills and understanding that will help them in their subsequent studies.To demonstrate, th...
Numerical Methods in Engineering with Python, a student text, and a reference for practicing engineers.
This book is an introduction to numerical methods for students in engineering. It covers solution of equations, interpolation and data fitting, solution of differential equations, eigenvalue problems and optimisation. The algorithms are implemented in Python 3, a high-level programming language that rivals MATLAB® in readability and ease of use. All methods include programs showing how the computer code is utilised in the solution of problems. The book is based on Numerical Methods in Engineering with Python, which used Python 2. This new edition demonstrates the use of Python 3 and includes an introduction to the Python plotting package Matplotlib. This comprehensive book is enhanced by the addition of numerous examples and problems throughout.
For B.E., B.Tech. And Engineering students of All Indian Technical Universities
This book is for students and professionals involved in Geospatial Computations and related areas such as Geomatics, Surveying Engineering, Geoinformatics, Geospatial Information Science and Technology (GIS&T), Geography, Geology, Agriculture, and Geointelligence. More emphasis is given to using scientific methods and tools materialized in algorithms and software to produce practical results. Specifically, algorithms such as error analysis of measurements and the least squares adjustment method to obtain ground coordinates of points with their reliability to construct the geometric framework of the geographical space necessary for various geospatial applications such as a Geographic Informat...
"Fletcher and Gardner have created a comprehensive resource that will be of interest not only to those working in the field of finance, but also to those using numerical methods in other fields such as engineering, physics, and actuarial mathematics. By showing how to combine the high-level elegance, accessibility, and flexibility of Python, with the low-level computational efficiency of C++, in the context of interesting financial modeling problems, they have provided an implementation template which will be useful to others seeking to jointly optimize the use of computational and human resources. They document all the necessary technical details required in order to make external numerical...
Scientific Computation has established itself as a stand-alone area of knowledge at the borderline between computer science and applied mathematics. Nonetheless, its interdisciplinary character cannot be denied: its methodologies are increasingly used in a wide variety of branches of science and engineering. A Gentle Introduction to Scientific Computing intends to serve a very broad audience of college students across a variety of disciplines. It aims to expose its readers to some of the basic tools and techniques used in computational science, with a view to helping them understand what happens "behind the scenes" when simple tools such as solving equations, plotting and interpolation are u...