Cantitate/Preț
Produs

Computational Methods for Numerical Analysis with R: Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series

Autor James P Howard, II
en Limba Engleză Paperback – 30 sep 2020
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 given with a complete function implementation in R, along with examples to demonstrate the function and its use.


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.
Citește tot Restrânge

Din seria Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series

Preț: 39701 lei

Preț vechi: 49625 lei
-20% Nou

Puncte Express: 596

Preț estimativ în valută:
7598 7892$ 6311£

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

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

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