SØG - mellem flere end 8 millioner bøger:

Søg på: Titel, forfatter, forlag - gerne i kombination.
Eller blot på isbn, hvis du kender dette.

Viser: Mathematical Modeling and Simulation - Introduction for Scientists and Engineers

Mathematical Modeling and Simulation, 2. udgave
Søgbar e-bog

Mathematical Modeling and Simulation Vital Source e-bog

Kai Velten, Dominik M. Schmidt og Katrin Kahlen
(2024)
John Wiley & Sons
1.279,00 kr.
Leveres umiddelbart efter køb
Mathematical Modeling and Simulation - Introduction for Scientists and Engineers, 2. udgave

Mathematical Modeling and Simulation

Introduction for Scientists and Engineers
Kai Velten, Dominik M. Schmidt og Katrin Kahlen
(2024)
Sprog: Engelsk
John Wiley & Sons, Incorporated
1.416,00 kr.
ikke på lager, Bestil nu og få den leveret
om ca. 15 hverdage

Detaljer om varen

  • 2. Udgave
  • Vital Source searchable e-book (Reflowable pages)
  • Udgiver: John Wiley & Sons (Juli 2024)
  • Forfattere: Kai Velten, Dominik M. Schmidt og Katrin Kahlen
  • ISBN: 9783527839407

Learn to use modeling and simulation methods to attack real-world problems, from physics to engineering, from life sciences to process engineering

Reviews of the first edition (2009):

"Perfectly fits introductory modeling courses [...] and is an enjoyable reading in the first place. Highly recommended [...]"
Zentralblatt MATH, European Mathematical Society, 2009

"This book differs from almost all other available modeling books in that [the authors address] both mechanistic and statistical models as well as 'hybrid' models. [...] The modeling range is enormous."
SIAM Society of Industrial and Applied Mathematics, USA, 2011

This completely revised and substantially extended second edition answers the most important questions in the field of modeling: What is a mathematical model? What types of models do exist? Which model is appropriate for a particular problem? What are simulation, parameter estimation, and validation? What kind of mathematical problems appear and how can these be efficiently solved using professional free of charge open source software?

The book addresses undergraduates and practitioners alike. Although only basic knowledge of calculus and linear algebra is required, the most important mathematical structures are discussed in sufficient detail, ranging from statistical models to partial differential equations and accompanied by examples from biology, ecology, economics, medicine, agricultural, chemical, electrical, mechanical, and process engineering.

About 200 pages of additional material include a unique chapter on virtualization, Crash Courses on the data analysis and programming languages R and Python and on the computer algebra language Maxima, many new methods and examples scattered throughout the book, an update of all software-related procedures, and a comprehensive book software providing templates for typical modeling tasks in thousands of code lines. The book software includes GmLinux, an operating system specifically designed for this book providing preconfigured and ready-to-use installations of OpenFOAM, Salome, FreeCAD/CfdOF workbench, ParaView, R, Maxima/wxMaxima, Python, Rstudio, Quarto/Markdown and other free of charge open source software used in the book.

Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 10 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 2. Udgave
  • Paperback: 496 sider
  • Udgiver: John Wiley & Sons, Incorporated (Oktober 2024)
  • Forfattere: Kai Velten, Dominik M. Schmidt og Katrin Kahlen
  • ISBN: 9783527414147

Learn to use modeling and simulation methods to attack real-world problems, from physics to engineering, from life sciences to process engineering

Reviews of the first edition (2009):

"Perfectly fits introductory modeling courses [...] and is an enjoyable reading in the first place. Highly recommended [...]"
Zentralblatt MATH, European Mathematical Society, 2009

"This book differs from almost all other available modeling books in that [the authors address] both mechanistic and statistical models as well as 'hybrid' models. [...] The modeling range is enormous."
SIAM Society of Industrial and Applied Mathematics, USA, 2011

This completely revised and substantially extended second edition answers the most important questions in the field of modeling: What is a mathematical model? What types of models do exist? Which model is appropriate for a particular problem? What are simulation, parameter estimation, and validation? What kind of mathematical problems appear and how can these be efficiently solved using professional free of charge open source software?

The book addresses undergraduates and practitioners alike. Although only basic knowledge of calculus and linear algebra is required, the most important mathematical structures are discussed in sufficient detail, ranging from statistical models to partial differential equations and accompanied by examples from biology, ecology, economics, medicine, agricultural, chemical, electrical, mechanical, and process engineering.

About 200 pages of additional material include a unique chapter on virtualization, Crash Courses on the data analysis and programming languages R and Python and on the computer algebra language Maxima, many new methods and examples scattered throughout the book and an update of all software-related procedures and a comprehensive book software providing templates for typical modeling tasks in thousands of code lines. The book software includes GmLinux, an operating system specifically designed for this book providing preconfigured and ready-to-use installations of OpenFOAM, Salome, FreeCAD/CfdOF workbench, ParaView, R, Maxima/wxMaxima, Python, Rstudio, Quarto/Markdown and other free of charge open source software used in the book.

Preface xv 1 Principles of Mathematical Modeling 1
1.1 A Complex World Needs Models 1
1.2 Systems, Models, Simulations 3
1.3 Mathematics as a Natural Modeling Language 8
1.4 Definition of Mathematical Models 10
1.5 Examples and Some More Definitions 11
1.6 Even More Definitions 32
1.7 Classification of Mathematical Models 36
1.8 Everything Looks Like a Nail? 41 2 Phenomenological Models 44
2.1 Elementary Statistics 45
2.2 Linear Regression 69
2.3 Multiple Linear Regression 79
2.4 Nonlinear Regression 87
2.5 Smoothing Splines 94
2.6 Neural Networks 97
2.7 Big Data Analysis 109
2.8 Signal Processing 119
2.9 Design of Experiments 124
2.10 Other Phenomenological Modeling Approaches 138 3 Mechanistic Models I: ODEs 142
3.1 Distinguished Role of Differential Equations 142
3.2 Introductory Examples 143
3.3 General Idea of ODE's 154
3.4 Setting Up ODE Models 158
3.5 Some Theory You Should Know 165
3.6 Solution of ODE's: Overview 174
3.7 Closed Form Solutions 176
3.8 Numerical Solutions 192
3.9 Fitting ODE's to Data 208
3.10 More Examples 216 4 Mechanistic Models II: PDEs 237
4.1 Introduction 237
4.2 The Heat Equation 241
4.3 Some Theory You Should Know 247
4.4 Closed-Form Solutions 259
4.5 Numerical Solution of PDEs 262
4.6 The Finite Difference Method 263
4.7 The Finite Element Method 269
4.8 The Finite Volume Method 276
4.9 Software Packages to Solve PDEs 283
4.10 A Sample Session on the Numerical Solution of Thermal Conduction 285
4.11 A Look Beyond the Heat Equation 316
4.12 Computational Fluid Dynamics (CFD) 328
4.13 Numerical Solutions of Example Flow Problems 331
4.14 Other Mechanistic Modeling Approaches 352 5 Virtualization 358
5.1 Introduction 358
5.2 Virtual Plants 359
5.3 Examples of Advanced Applications 371 6 Crashcourses and Book Software 395
6.1 Crashcourse R 395
6.2 Crashcourse Maxima 426
6.3 CrashCrashcourse Python (and all the rest) 433
6.4 Book Software and GmLinux 434 References 435 Index 455
De oplyste priser er inkl. moms

Polyteknisk Boghandel

har gennem mere end 50 år været studieboghandlen på DTU og en af Danmarks førende specialister i faglitteratur.

 

Vi lagerfører et bredt udvalg af bøger, ikke bare inden for videnskab og teknik, men også f.eks. ledelse, IT og meget andet.

Læs mere her


Trykt eller digital bog?

Ud over trykte bøger tilbyder vi tre forskellige typer af digitale bøger:

 

Vital Source Bookshelf: En velfungerende ebogsplatform, hvor bogen downloades til din computer og/eller mobile enhed.

 

Du skal bruge den gratis Bookshelf software til at læse læse bøgerne - der er indbygget gode værktøjer til f.eks. søgning, overstregning, notetagning mv. I langt de fleste tilfælde vil du samtidig have en sideløbende 1825 dages online adgang. Læs mere om Vital Source bøger

 

Levering: I forbindelse med købet opretter du et login. Når du har installeret Bookshelf softwaren, logger du blot ind og din bog downloades automatisk.

 

 

Adobe ebog: Dette er Adobe DRM ebøger som downloades til din lokale computer eller mobil enhed.

 

For at læse bøgerne kræves særlig software, som understøtter denne type. Softwaren er gratis, men du bør sikre at du har rettigheder til installere software på den maskine du påtænker at anvende den på. Læs mere om Adobe DRM bøger

 

Levering: Et download link sendes pr email umiddelbart efter købet.

 


Ibog: Dette er en online bog som kan læses på udgiverens website. 

Der kræves ikke særlig software, bogen læses i en almindelig browser.

 

Levering: Vores medarbejder sender dig en adgangsnøgle pr email.

 

Vi gør opmærksom på at der ikke er retur/fortrydelsesret på digitale varer.