Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. CS323 FINAL TOPICS
  2. norm fp #'s + auth
  3. nonlinear equations + methods to "solve" (approx)
  4. bisection
  5. R.F.
  6. Newton + FPI + rate
  7. secant
  8. acceleration
  9.  
  10. -=systems of equations (algebra + matrices + costs (A^(-1), A x B, Ax = b)=-
  11.  
  12. pivot strategies
  13.  
  14. Ly = A factoying
  15. LUP factoring + use in Ax = b
  16. iterative improvement
  17. jacobi's method (iterative) for Ax=b
  18. NO Gauss-Seidel
  19.  
  20. =-poly approx of fns=-
  21. taylor + errors
  22. interpolation + errors
  23. costs (computational)
  24. lagrange
  25. newton
  26. standard
  27.  
  28. Range's Ex
  29. Tchebycheff
  30. Minimax
  31. LSQ contin, disa *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement