Linear Algebra and Its Applications with R: Textbooks in Mathematics
Autor Ruriko Yoshidaen Limba Engleză Paperback – 26 aug 2024
The author presents the topics in a traditional course, yet offers lectures as well as lab exercises on simulated and empirical data sets. This textbook provides students a theoretical basis which can then be applied to the practical R and Python problems, providing the tools needed for real-world applications.
Each section starts with working examples to demonstrate how tools from linear algebra can help solve problems in applied sciences. These exercises start from easy computations, such as computing determinants of matrices, to practical applications on simulated and empirical data sets with R so that students learn how to get started with R, along with computational examples in each section, and then students learn how to apply what they've learned to problems in applied sciences.
This book is designed from first principles to demonstrate the importance of linear algebra through working computational examples with R and Python, including tutorials on how to install R in the Appendix. If a student has never seen R, they can get started without any additional help.
Since Python is one of the most popular languages in data science, optimization, and computer science, code supplements are available for students who feel more comfortable with Python. R is used primarily for computational examples to develop students’ practical computational skills.
About the Author:
Dr. Ruriko Yoshida is an Associate Professor of Operations Research at the Naval Postgraduate School. She received her PhD in Mathematics from the University of California, Davis. Her research topics cover a wide variety of areas: applications of algebraic combinatorics to statistical problems such as statistical learning on non-Euclidean spaces, sensor networks, phylogenetics, and phylogenomics. She teaches courses in statistics, stochastic models, probability, and data science.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 345.56 lei 43-57 zile | +94.38 lei 5-11 zile |
CRC Press – 26 aug 2024 | 345.56 lei 43-57 zile | +94.38 lei 5-11 zile |
Hardback (1) | 488.36 lei 43-57 zile | |
CRC Press – 28 iun 2021 | 488.36 lei 43-57 zile |
Din seria Textbooks in Mathematics
- 23% Preț: 442.59 lei
- 14% Preț: 306.12 lei
- 25% Preț: 493.70 lei
- 9% Preț: 580.21 lei
- Preț: 341.55 lei
- 22% Preț: 453.93 lei
- Preț: 350.70 lei
- 23% Preț: 533.76 lei
- 25% Preț: 554.56 lei
- 23% Preț: 370.65 lei
- 26% Preț: 870.52 lei
- 23% Preț: 471.71 lei
- 31% Preț: 620.07 lei
- 22% Preț: 460.44 lei
- 18% Preț: 635.31 lei
- 26% Preț: 683.37 lei
- 25% Preț: 631.22 lei
- 27% Preț: 550.41 lei
- 26% Preț: 485.03 lei
- 25% Preț: 498.80 lei
- 25% Preț: 786.22 lei
- 25% Preț: 634.11 lei
- 23% Preț: 422.94 lei
- 26% Preț: 597.41 lei
- 26% Preț: 761.59 lei
- 25% Preț: 497.58 lei
- 26% Preț: 552.68 lei
- 23% Preț: 454.02 lei
- 23% Preț: 409.79 lei
- 25% Preț: 772.37 lei
- 26% Preț: 490.88 lei
- 26% Preț: 523.78 lei
- 25% Preț: 503.90 lei
- 23% Preț: 365.19 lei
- 31% Preț: 479.92 lei
- 22% Preț: 357.66 lei
- 24% Preț: 648.91 lei
- 26% Preț: 677.22 lei
- 25% Preț: 632.37 lei
- 24% Preț: 513.96 lei
- 22% Preț: 656.30 lei
- 17% Preț: 256.20 lei
Preț: 345.56 lei
Preț vechi: 442.97 lei
-22% Nou
Puncte Express: 518
Preț estimativ în valută:
66.14€ • 68.93$ • 55.06£
66.14€ • 68.93$ • 55.06£
Carte tipărită la comandă
Livrare economică 06-20 ianuarie 25
Livrare express 29 noiembrie-05 decembrie pentru 104.37 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781032020525
ISBN-10: 1032020520
Pagini: 424
Ilustrații: 120
Dimensiuni: 156 x 234 x 25 mm
Greutate: 0.78 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Textbooks in Mathematics
Locul publicării:Boca Raton, United States
ISBN-10: 1032020520
Pagini: 424
Ilustrații: 120
Dimensiuni: 156 x 234 x 25 mm
Greutate: 0.78 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Textbooks in Mathematics
Locul publicării:Boca Raton, United States
Public țintă
Undergraduate AdvancedCuprins
Preface. 1. Systems of Linear Equations and Matrices. 1.1. Introductory Example from Statistics. 1.2. What is a Matrix? What is a Vector? 1.3. Systems of Linear Equations. 1.4. Echelon Form. 2. Matrix Arithmetic. 2.1. Introductory Example from Statistics. 2.2. Matrix Operations. 2.3. Properties of Matrix Operations and Matrix Inverse. 2.4. Elementary Matrices. 2.5. Discussion. 3. Determinants. 3.1. Introductory Example from Astronomy. 3.2. Determinants. 3.3. Introduction of Determinants. 3.4. Properties of Determinants. 3.5. Cramer's Rule. 3.6. Discussion. 4. Vector Spaces. 4.1. Introductory Example from Data Science. 4.2. Vector Spaces and Subspaces. 4.3. Null Space, Column Space, and Row Space. 4.4. Spanning Sets and Bases. 4.5. Coordinates Systems and Change of Basis. 4.6. Discussion. 5. Inner Product Space. 5.1. Introductory Example from Statistics. 5.2. Inner Products. 5.3. Angles and Orthogonality. 5.4. Discussion. 6. Eigen Values and Eigen Vectors. 6.1. Introductory Example from Data Science: Image Compression. 6.2. Eigen Values and Eigen Vectors. 6.3. Diagonalization. 6.4. Discussion. 7. Linear Regression. 7.1. Introductory Example from Statistics. 7.2. Simple Linear Regression. 7.2. Simple Linear Regression. 8. Linear Programming. 8.1. Introductory Example from Optimization. 8.2. Linear Programming. 9. Network Analysis. 9.1. Introductory Example from Network Analysis. 9.1. Introductory Example from Network Analysis. 9.2. Graphs and Networks. 9.3. Discussion. Appendices. A) Introduction to RStudio via Amazon Web Service (AWS). B) B Introduction to R. Bibliography. Index.
Notă biografică
Dr. Ruriko Yoshida is an Associate Professor of Operations Research at the Naval Postgraduate School. She received her Ph.D. in Mathematics from the University of California, Davis. Her research topics cover a wide variety of areas: applications of algebraic combinatorics to statistical problems such as statistical learning on non-Euclidean spaces, sensor networks, phylogenetics, and phylogenomics. She teaches courses in statistics, stochastic models, probability, and data science.
Descriere
The book developed from the need to teach a linear algebra course to students focused on data science and bioinformatics programs. This textbook provides students a theoretical basis which can then be applied to the practical R and Python problems, providing the tools needed for real-world applications.