HOME > 상세정보

상세정보

Applied mathematics with open-source software : operational research problems with Python and R / 1st ed

Applied mathematics with open-source software : operational research problems with Python and R / 1st ed

자료유형
단행본
개인저자
Knight, Vincent (Vincent A.). Palmer, Geraint, author.
서명 / 저자사항
Applied mathematics with open-source software : operational research problems with Python and R / Vincent Knight, Geraint Palmer.
판사항
1st ed.
발행사항
Boca Raton :   C&H/CRC Press,   2022.  
형태사항
ix, 142 p. : ill. ; 26 cm.
총서사항
Chapman & Hall/CRC series in operations research
ISBN
9780367348687 9780367339982
요약
"Applied Mathematics with Open-source Software: Operational Research Problems with Python and R is aimed at a broad segment of readers who wish to learn how to use open-source software to solve problems in applied mathematics. The book has an innovative structure with 4 sections of two chapters covering a large range of applied mathematical techniques: probabilistic modelling, dynamical systems, emergent behaviour and optimisation. The pairs of chapters in each section demonstrate different families of solution approaches. Each chapter starts with a problem, gives an overview of the relevant theory, shows a solution approach in R and in Python, and finally gives wider context by including a number of published references. This structure will allow for maximum accessibility, with minimal prerequisites in mathematics or programming as well as giving the right opportunities for a reader wanting to delve deeper into a particular topic. An excellent resource for scholars of applied mathematics and operational research, and indeed any academics who want to learn how to use open-source software. Offers more general and accessible treatment of the subject than other texts, both in terms of programming language but also in terms of the subjects considered. The R and Python sections purposefully mirror each other so that a reader can read only the section that interests them. An accompanying open-source repository with source files and further examples is posted online at https://bit.ly/3kpoKSd"--Provided by publisher.
서지주기
Includes bibliographical references and index.
일반주제명
Operations research --Data processing. Mathematics --Data processing. Python (Computer program language). R (Computer program language).
000 00000cam u2200205 a 4500
001 000046151267
005 20230608124834
008 230607s2022 flua b 001 0 eng
010 ▼a 2021055603
020 ▼a 9780367348687 ▼q (hbk)
020 ▼a 9780367339982 ▼q (pbk)
020 ▼z 9780429328534 ▼q (ebk)
035 ▼a (KERIS)REF000019806966
040 ▼a DLC ▼b eng ▼e rda ▼c DLC ▼d 211009
042 ▼a pcc
050 0 0 ▼a T57.5 ▼b .K55 2022
082 0 0 ▼a 658.4/0340285 ▼2 23
084 ▼a 658.40340285 ▼2 DDCK
090 ▼a 658.40340285 ▼b K71a
100 1 ▼a Knight, Vincent ▼q (Vincent A.).
245 1 0 ▼a Applied mathematics with open-source software : ▼b operational research problems with Python and R / ▼c Vincent Knight, Geraint Palmer.
250 ▼a 1st ed.
260 ▼a Boca Raton : ▼b C&H/CRC Press, ▼c 2022.
264 1 ▼a Boca Raton : ▼b C&H/CRC Press, ▼c 2022.
300 ▼a ix, 142 p. : ▼b ill. ; ▼c 26 cm.
336 ▼a text ▼b txt ▼2 rdacontent
337 ▼a unmediated ▼b n ▼2 rdamedia
338 ▼a volume ▼b nc ▼2 rdacarrier
490 1 ▼a Chapman & Hall/CRC series in operations research
504 ▼a Includes bibliographical references and index.
520 ▼a "Applied Mathematics with Open-source Software: Operational Research Problems with Python and R is aimed at a broad segment of readers who wish to learn how to use open-source software to solve problems in applied mathematics. The book has an innovative structure with 4 sections of two chapters covering a large range of applied mathematical techniques: probabilistic modelling, dynamical systems, emergent behaviour and optimisation. The pairs of chapters in each section demonstrate different families of solution approaches. Each chapter starts with a problem, gives an overview of the relevant theory, shows a solution approach in R and in Python, and finally gives wider context by including a number of published references. This structure will allow for maximum accessibility, with minimal prerequisites in mathematics or programming as well as giving the right opportunities for a reader wanting to delve deeper into a particular topic. An excellent resource for scholars of applied mathematics and operational research, and indeed any academics who want to learn how to use open-source software. Offers more general and accessible treatment of the subject than other texts, both in terms of programming language but also in terms of the subjects considered. The R and Python sections purposefully mirror each other so that a reader can read only the section that interests them. An accompanying open-source repository with source files and further examples is posted online at https://bit.ly/3kpoKSd"--Provided by publisher.
650 0 ▼a Operations research ▼x Data processing.
650 0 ▼a Mathematics ▼x Data processing.
650 0 ▼a Python (Computer program language).
650 0 ▼a R (Computer program language).
700 1 ▼a Palmer, Geraint, ▼e author.
830 0 ▼a Chapman and Hall/CRC series in operations research.
945 ▼a ITMT

소장정보

No. 소장처 청구기호 등록번호 도서상태 반납예정일 예약 서비스
No. 1 소장처 중앙도서관/서고7층/ 청구기호 658.40340285 K71a 등록번호 111881349 도서상태 대출가능 반납예정일 예약 서비스 B M

컨텐츠정보

목차

Section I. Getting Started. 1. Introduction. 1.1. Who is This Book For? 1.2. What do We Mean by Applied Mathematics? 1.3. What is Open-Source Software. 1.4. How to Get the Most Out of this Book. 1.5. How Code is Written in this Book. Section II. Probabilistic Modelling. 2. Markov Chains. 2.1. Problem. 2.2. Theory. 2.3. Solving with Python. 2.4. Solving with R. 2.5. Wider Context. 3.Discrete Event Simulation. 3.1. Problem. 3.2. Theory. 3.3. Solving with Python. 3.4. Solving with R. 3.5. Wider Context. Section III. Dynamical Systems. 4. Differential Equations. 4.1. Problem. 4.2. Theory. 4.3. Solving with Python. 4.4. Solving with R. 4.5. Wider Context. Chapter 5. Systems Dynamics. 5.1. Problem. 5.2. Theory. 5.3. Solving with Python. 5.4. Solving with R. 5.5. Wider Context. Section IV. Emergent Behaviour. 6. Game Theory. 6.1. Problem. 6.2. Theory. 6.3. Solving with Python. 6.4. Solving with R. 6.5. Wider Context. 7. Agent Based Simulation. 7.1. Problem. 7.2. Theory. 7.3. Solving with Python. 7.4. Solving with R. 7.5. Wider Context. Section V. Optimisation. 8. Linear Programming. 8.1. Problem. 8.2. Theory. 8.3. Solving with Python. 8.4. Solving with R. 8.5. Wider Context. 9. Heuristics. 9.1. Problem. 9.2. Theory. 9.3. Solving with Python. 9.4. Solving with R. 9.5. Wider Context.

관련분야 신착자료

Ross, Stephen A. (2023)
Brigham, Eugene F (2022)
장세진 (2023)
엄유진 (2023)
서민교 (2023)