#2 in Matrices books
Use arrows to jump to the previous/next product

Reddit mentions of Fundamentals of Matrix Computations

Sentiment score: 2
Reddit mentions: 2

We found 2 Reddit mentions of Fundamentals of Matrix Computations. Here are the top ones.

Fundamentals of Matrix Computations
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height9.299194 Inches
Length6.401562 Inches
Number of items1
Weight2.535316013 Pounds
Width1.598422 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Fundamentals of Matrix Computations:

u/JM753 ยท 3 pointsr/math

I have always struggled learning numerical analysis systematically. Could someone recommend books on Numerical Linear Algebra, Numerical Solutions to ODE's/PDE's, Numerical Analysis etc. that have good coding exercises, along with the necessary theory etc. The coding exercises should preferably be in Python, I suppose.


The best book on numerical linear algebra I have found matching this criteria is Watkins' Fundamentals of Matrix Computations, https://www.amazon.com/Fundamentals-Matrix-Computations-David-Watkins/dp/0470528338, but the exercises in Matlab.


Another book I seem to like is this physics book on Mathematica:


https://www.amazon.com/Introduction-Mathematica%C2%AE-Physicists-Graduate-Physics/dp/3319008935/ref=sr_1_3?keywords=physics+mathematica&qid=1557866324&s=books&sr=1-3-spell


In this case, project problems are derived from physical examples, making learning numerical methods worthwhile, I suppose.


So can someone recommend good books on the aforementioned topics that use Python etc. for project problems that have context as,as perhaps, applications.

u/gtani ยท 2 pointsr/math

There's a wealth of materials out there. Here's an open content HPC text i really like: http://pages.tacc.utexas.edu/~eijkhout/istc/istc.html

Watkisn is often referenced, I haven't read: https://www.amazon.com/Fundamentals-Matrix-Computations-David-Watkins/dp/0470528338

and some course notes: http://people.ds.cam.ac.uk/nmm1/arithmetic/na1.pdf

http://people.inf.ethz.ch/arbenz/ewp/Lnotes/

http://www.seas.ucla.edu/~vandenbe/103/

also, besides Strang, the most often recommended LA texts are Axler, Insel/Friedberg/Spence, Hoffman/Kunze, I think.