A Mathematica Primer for Physicists
eBook - ePub

A Mathematica Primer for Physicists

Jim Napolitano

Partager le livre
  1. 200 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

A Mathematica Primer for Physicists

Jim Napolitano

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

"
an excellent text for either a short course or self-study
 Professor Napolitano has figured out what students really need, and found a way to deliver it
 I have found everything he writes to be worthy of my serious attention
"
—Peter D. Persans, Professor of Physics and Director, Center for Integrated Electronics, Rensselaer Polytechnic Institute

Learn how to use Mathematica quickly for basic problems in physics. The author introduces all the key techniques and then shows how they're applied using common examples. Chapters cover elementary mathematics concepts, differential and integral calculus, differential equations, vectors and matrices, data analysis, random number generation, animation, and visualization.



  • Written in an appealing, conversational style


  • Presents important concepts within the framework of Mathematics


  • Gives examples from frequently encountered physics problems


  • Explains problem-solving in a step-by-step fashion

Jim Napolitano is professor and chair in the Department of Physics at Temple University. He is the author of other textbooks, including co-author with Alistair Rae of Quantum Mechanics, Sixth Edition, also published by Taylor & Francis / CRC Press.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que A Mathematica Primer for Physicists est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  A Mathematica Primer for Physicists par Jim Napolitano en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Ciencias fĂ­sicas et FĂ­sica. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
CRC Press
Année
2018
ISBN
9781351979207
Édition
1
Sous-sujet
FĂ­sica

Contents

CHAPTER 1 Introduction
1.1 GETTING STARTED
1.2 BUILT-IN OBJECTS
1.3 FUNCTIONS
1.4 SIMPLE PLOTTING
1.5 GOOD HABITS FOR WRITING NOTEBOOKS
1.6 PHYSICS EXAMPLE
1.7 GETTING HELP
1.8 CHAPTER SUMMARY
CHAPTER 2 Solving Algebraic Equations
2.1 SYNTAX FOR EQUATIONS AND SOLUTIONS
2.2 LIST MANIPULATIONS
2.3 SYSTEMS OF EQUATIONS
2.4 COMPLEX NUMBERS
2.5 PHYSICS EXAMPLES
2.6 CHAPTER SUMMARY
CHAPTER 3 Derivatives, Integrals, and Series
3.1 DERIVATIVES
3.2 INDEFINITE INTEGRALS
3.3 DEFINITE INTEGRALS
3.4 NUMERICAL INTEGRATION
3.5 POWER SERIES
3.6 PHYSICS EXAMPLES
3.7 CHAPTER SUMMARY
CHAPTER 4 Differential Equations: Analytic Solutions
4.1 FIRST ORDER ORDINARY DIFFERENTIAL EQUATIONS
4.2 SECOND ORDER ORDINARY DIFFERENTIAL EQUATIONS
4.3 SIMULTANEOUS DIFFERENTIAL EQUATIONS
4.4 PARTIAL DIFFERENTIAL EQUATIONS
4.5 PHYSICS EXAMPLES
4.6 CHAPTER SUMMARY
CHAPTER 5 Differential Equations: Numerical Solutions
5.1 ORDINARY DIFFERENTIAL EQUATIONS
5.2 PARTIAL DIFFERENTIAL EQUATIONS
5.3 PLOTTING IN THREE DIMENSIONS
5.4 PHYSICS EXAMPLES
5.5 CHAPTER SUMMARY
CHAPTER 6 Vectors and Matrices
6.1 VECTORS AND MATRICES AS LISTS
6.2 LOGICAL EXPRESSIONS AND OPERATIONS
6.3 VECTOR OPERATIONS
6.4 MATRIX OPERATIONS
6.5 EIGENVALUE PROBLEMS
6.6 PHYSICS EXAMPLES
6.7 CHAPTER SUMMARY
CHAPTER 7 Basic Data Analysis
7.1 NUMBERS IN LISTS
7.2 SELECTING DATA SEGMENTS
7.3 READING DATA FROM A FILE
7.4 MAKING HISTOGRAMS
7.5 PHYSICS EXAMPLE
7.6 CHAPTER SUMMARY
CHAPTER 8 Fitting Data to Models
8.1 LINEAR FITTING
8.2 NONLINEAR FITTING
8.3 HANDLING DATA WITH ERROR BARS
8.4 PHYSICS EXAMPLE
8.5 CHAPTER SUMMARY
CHAPTER 9 Numerical Manipulations
9.1 SIGNIFICANT FIGURES
9.2 NUMERICAL SOLUTIONS TO ALGEBRAIC EQUATIONS
9.3 WORKING WITH UNITS
9.4 ACCESS TO DATABASES
9.5 PHYSICS EXAMPLES
9.6 CHAPTER SUMMARY
CHAPTER 10 Random Numbers
10.1 GENERATING RANDOM NUMBERS
10.2 MONTE CARLO TECHNIQUES
10.3 PROBABILITY DISTRIBUTIONS
10.4 PHYSICS EXAMPLE
10.5 CHAPTER SUMMARY
CHAPTER 11 Animation
11.1 SCOPING
11.2 PLOTS IN MOTION
11.3 DRAWING GEOMETRIC SHAPES
11.4 CARTOON ANIMATION
11.5 PHYSICS EXAMPLES
11.6 CHAPTER SUMMARY
CHAPTER 12 Advanced Plotting and Visualization
12.1 OPTIONS FOR 2D PLOTS
12.2 OPTIONS FOR 3D PLOTS
12.3 CONTOUR AND DENSITY PLOTS
12.4 VECTOR DIFFERENTIAL CALCULUS
12.5 VISUALIZING VECTOR FIELDS
12.6 PHYSICS EXAMPLES
12.7 CHAPTER SUMMARY
Appendix A dditional Exercises
Appendix B Shorthands
Index

How to read this book

Look for bits of Mathematica commands that are set off from the text and in a different font, for example
S o l v e [ { x + y = = 2 a , x - y = = 2 b } , { x , y } ]
(To execute this statement, press Enter while holding down the Shift key.) I generally follow statements like this with the resulting output. In this case,
{ { x - > a + b , y - > a - b } }
The text around these pieces of input and output is there to help you understand the syntax, and to appreciate how to extend it.
Then, look at the example problems. Every chapter concludes with one or more “Physics Examples” that use the material up to that point to solve typical physics problems.
Many commands have “shorthands” and I use them from time to time, more often towards the end of the book. I’ve included an appendix to help you resolve them.

Preface

Most ...

Table des matiĂšres