Computational Methods for Numerical Analysis with R: Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
Autor James P Howard, IIen Limba Engleză Paperback – 30 sep 2020
Computational Methods for Numerical Analysis with R is intended for those who already know R, but are interested in learning more about how the underlying algorithms work. As such, it is suitable for statisticians, economists, and engineers, and others with a computational and numerical background.
Din seria Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
- 13% Preț: 311.96 lei
- 20% Preț: 370.00 lei
- 31% Preț: 413.35 lei
- 30% Preț: 360.38 lei
- 31% Preț: 407.72 lei
- 31% Preț: 264.89 lei
- 20% Preț: 561.18 lei
- 31% Preț: 435.18 lei
- 31% Preț: 407.72 lei
- 20% Preț: 204.86 lei
- 20% Preț: 478.60 lei
- 29% Preț: 359.48 lei
- 12% Preț: 314.52 lei
- 31% Preț: 259.41 lei
- 31% Preț: 264.89 lei
- 20% Preț: 1142.56 lei
- 20% Preț: 812.83 lei
- 20% Preț: 1043.47 lei
- 30% Preț: 330.98 lei
- 20% Preț: 483.13 lei
- 29% Preț: 273.18 lei
- 15% Preț: 699.77 lei
- 24% Preț: 533.59 lei
- 11% Preț: 355.45 lei
- 31% Preț: 536.69 lei
- 26% Preț: 876.65 lei
Preț: 397.01 lei
Preț vechi: 496.25 lei
-20% Nou
Puncte Express: 596
Preț estimativ în valută:
75.98€ • 78.92$ • 63.11£
75.98€ • 78.92$ • 63.11£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367657918
ISBN-10: 0367657910
Pagini: 280
Dimensiuni: 156 x 234 x 15 mm
Greutate: 0.54 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
Locul publicării:Boca Raton, United States
ISBN-10: 0367657910
Pagini: 280
Dimensiuni: 156 x 234 x 15 mm
Greutate: 0.54 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
Locul publicării:Boca Raton, United States
Cuprins
Preface
Introduction to Numerical Analysis
Error Analysis
Linear Algebra
Interpolation and Extrapolation
Differentiation and Integration
Root Finding and Optimization
Differential Equations
Suggested Reading
Index
Recenzii
"The author says that the book is written for advanced undergraduate or first year graduate student as a collateral text for numerical analysis courses. The theoretical part of numerical analysis is mostly omitted, the focus is to present a working R code for many basic tasks of numerical computation including linear algebra, interpolation, numerical integration, root finding and optimisation and differential equations. The presentation is very clear and reader friendly."
—Matti Vuorinen (Turku), in Zentralblatt Mathematik, April 2018
—Matti Vuorinen (Turku), in Zentralblatt Mathematik, April 2018
Descriere
Computational Methods for Numerical Analysis with R is an overview of traditional numerical analysis topics presented using R. This guide shows how common functions from linear algebra, interpolation, numerical integration, optimization, and differential equations can be implemented in pure R code. Every algorithm described is g