Computational Methods for Numerical Analysis with R

Cover of Computational Methods for Numerical Analysis with R

1st edition · 2017

A numerical-analysis text written around R as the working environment. It follows the standard sequence—error, linear algebra, interpolation, integration, optimization, and differential equations—while keeping the algorithms close enough to run, inspect, and alter. The companion cmna package carries the examples beyond the printed page.

Role
Author
Publisher
Chapman & Hall/CRC
Print ISBN
9781498723633

Errata

Companion software

The `cmna` R package contains the algorithms from the book and several related implementations. The current release is available from CRAN; its source and development history are at GitHub.

install.packages("cmna")