Computational methods using MATLAB : (Record no. 82938)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 06599nam a2200745 i 4500 |
001 - CONTROL NUMBER | |
control field | 9780750337915 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | IOP |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20230516170325.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m eo d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cn |||m|||a |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 220401s2022 enka fob 000 0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9780750337915 |
Qualifying information | ebook |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9780750337908 |
Qualifying information | mobi |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9780750337892 |
Qualifying information | |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9780750337922 |
Qualifying information | myPrint |
024 7# - OTHER STANDARD IDENTIFIER | |
Standard number or code | 10.1088/978-0-7503-3791-5 |
Source of number or code | doi |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaBNVSL)thg00083216 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)1311231477 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | CaBNVSL |
Language of cataloging | eng |
Description conventions | rda |
Transcribing agency | CaBNVSL |
Modifying agency | CaBNVSL |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QC20 |
Item number | .T553 2022eb |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | PHU |
Source | bicssc |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | SCI040000 |
Source | bisacsh |
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 530.15 |
Edition number | 23 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Thiruvikraman, P. K., |
Relator term | author. |
9 (RLIN) | 70990 |
245 10 - TITLE STATEMENT | |
Title | Computational methods using MATLAB : |
Remainder of title | an introduction for physicists / |
Statement of responsibility, etc. | P.K. Thiruvikraman. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Bristol [England] (Temple Circus, Temple Way, Bristol BS1 6HG, UK) : |
Name of producer, publisher, distributor, manufacturer | IOP Publishing, |
Date of production, publication, distribution, manufacture, or copyright notice | [2022] |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (various pagings) : |
Other physical details | illustrations (some color). |
336 ## - CONTENT TYPE | |
Content type term | text |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | electronic |
Source | isbdmedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Source | rdacarrier |
490 1# - SERIES STATEMENT | |
Series statement | [IOP release $release] |
490 1# - SERIES STATEMENT | |
Series statement | IOP ebooks. [2022 collection] |
500 ## - GENERAL NOTE | |
General note | "Version: 202203"--Title page verso. |
504 ## - BIBLIOGRAPHY, ETC. NOTE | |
Bibliography, etc. note | Includes bibliographical references. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 10. Partial differential equations -- 10.1. Partial differential equations in physics -- 10.2. Finite difference method for solving ordinary differential equations -- 10.3. Finite difference method for solving PDEs -- 10.4. A finite difference method for PDEs involving both spatial and temporal derivatives |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 11. Nonlinear dynamics, chaos, and fractals -- 11.1. History of chaos -- 11.2. The logistic map -- 11.3. The Lyapunov exponent -- 11.4. Differential equations : fixed points -- 11.5. Fractals -- Appendix A. Solutions to selected exercises. |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 1. Introduction -- 1.1. A note of caution : rounding errors -- 1.2. More on the limitations of digital computers |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 2. Introduction to programming with MATLAB -- 2.1. Computer programming -- 2.2. Good programming practices -- 2.3. Introduction to MATLAB -- 2.4. HELP on MATLAB -- 2.5. Variables -- 2.6. Mathematical operations -- 2.7. Loops and control statements -- 2.8. Built-in MATLAB functions -- 2.9. Some more useful MATLAB commands and programming practices -- 2.10. Functions -- 2.11. Using MATLAB for visualisation -- 2.12. Producing sound using MATLAB |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 3. Finding the roots and zeros of a function -- 3.1. The roots of a polynomial -- 3.2. Graphical method -- 3.3. Solution of equations by fixed-point iteration -- 3.4. Bisection -- 3.5. Descartes' rule of signs -- 3.6. The Newton-Raphson method -- 3.7. The false position method -- 3.8. The secant method -- 3.9. Applications of root finding in physics -- 3.10. The finite potential well -- 3.11. The Kronig-Penney model |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 4. Interpolation -- 4.1. Lagrangian interpolation formula -- 4.2. The error caused by interpolation -- 4.3. Newton's form of interpolation polynomial |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 5. Numerical linear algebra -- 5.1. Solving a system of equations : Gaussian elimination -- 5.2. Evaluating the determinant of a matrix -- 5.3. LU decomposition -- 5.4. Determination of eigenvalues and eigenvectors : the power method -- 5.5. Convergence of the power method -- 5.6. Deflation : determination of the remaining eigenvalues -- 5.7. Curve fitting : the least-squares technique -- 5.8. Curve fitting : the generalised least-squares technique |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 6. Numerical integration and differentiation -- 6.1. Numerical differentiation -- 6.2. The Richardson extrapolation -- 6.3. Numerical integration : the area under the curve -- 6.4. Simpson's rules -- 6.5. Comparison of quadrature methods -- 6.6. Romberg integration -- 6.7. Gaussian quadrature -- 6.8. Gaussian quadrature for arbitrary limits -- 6.9. Improper integrals -- 6.10. Approximate evaluation of integrals using Taylor series expansion -- 6.11. The Fourier transform -- 6.12. Numerical integration using MATLAB |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 7. Monte Carlo integration -- 7.1. Error in multidimensional integration -- 7.2. Monte Carlo integration -- 7.3. Error estimate for Monte Carlo integration -- 7.4. Importance sampling Monte Carlo -- 7.5. The Box-Muller method -- 7.6. The Metropolis algorithm -- 7.7. Random number generators -- 7.8. The linear congruential method -- 7.9. Generalised feedback shift register |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 8. Applications of Monte Carlo methods -- 8.1. Random walks -- 8.2. The Ising model -- 8.3. Percolation theory -- 8.4. Simulated annealing |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 9. Ordinary differential equations -- 9.1. Differential equations in physics -- 9.2. The simple Euler method -- 9.3. The modified and improved Euler methods -- 9.4. Runge-Kutta methods -- 9.5. The Taylor series method -- 9.6. The shooting method -- 9.7. Applications to physical systems |
520 3# - SUMMARY, ETC. | |
Summary, etc. | This book provides an introduction to the computational methods commonly employed by physicists and engineers. The book discusses the details of the numerical algorithms involved and also provides MATLAB code for their implementation. |
521 ## - TARGET AUDIENCE NOTE | |
Target audience note | Students in the physical sciences and engineering. |
530 ## - ADDITIONAL PHYSICAL FORM AVAILABLE NOTE | |
Additional physical form available note | Also available in print. |
538 ## - SYSTEM DETAILS NOTE | |
System details note | Mode of access: World Wide Web. |
538 ## - SYSTEM DETAILS NOTE | |
System details note | System requirements: Adobe Acrobat Reader, EPUB reader, or Kindle reader. |
545 ## - BIOGRAPHICAL OR HISTORICAL DATA | |
Biographical or historical data | P.K. Thiruvikraman is currently Professor of Physics at Birla Institute of Technology and Science, Pilani, Hyderabad Campus. He has nearly two decades of experience in teaching courses from many areas of Physics. The author has a PhD in Physics from Mangalore University and a Master's degree in Physics from Indian Institute of Technology, Madras. He has also authored the book A course on Digital Image Processing with MATLAB. |
588 0# - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Title from PDF title page (viewed on April 8, 2022). |
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE | |
Uniform title | MATLAB. |
9 (RLIN) | 3506 |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Mathematical physics. |
9 (RLIN) | 11013 |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Physics |
General subdivision | Computer simulation. |
9 (RLIN) | 19983 |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Physics |
General subdivision | Mathematical models. |
9 (RLIN) | 70991 |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Mathematical physics. |
Source of heading or term | bicssc |
9 (RLIN) | 11013 |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Mathematics and computation. |
Source of heading or term | bisacsh |
9 (RLIN) | 70439 |
710 2# - ADDED ENTRY--CORPORATE NAME | |
Corporate name or jurisdiction name as entry element | Institute of Physics (Great Britain), |
Relator term | publisher. |
9 (RLIN) | 11622 |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Print version: |
International Standard Book Number | 9780750337892 |
-- | 9780750337922 |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE | |
Uniform title | IOP (Series). |
Name of part/section of a work | Release 22. |
9 (RLIN) | 70992 |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE | |
Uniform title | IOP ebooks. |
Name of part/section of a work | 2022 collection. |
9 (RLIN) | 70993 |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://iopscience.iop.org/book/978-0-7503-3791-5">https://iopscience.iop.org/book/978-0-7503-3791-5</a> |
942 ## - ADDED ENTRY ELEMENTS (KOHA) | |
Koha item type | eBooks |
No items available.