[CONTACT]

[ABOUT]

[POLICY]

[ADVERTISE]

meta Click A www.netlib.

Found at: ftp.icm.edu.pl:70/packages/netlib/kincaid-cheney/index.html

<head>
<title>kincaid-cheney</title>
<meta name="waisindex" value="nse">
</head>
<h1>kincaid-cheney</h1>
<p>
Click <A HREF="http://www.netlib.org/master_counts2.html#kincaid-cheney">here</A> to see the number of accesses to this library.
<p><hr>
<pre>
file	<a href="elimit.f">elimit.f</a>
for	Example of a slowly converging sequence
ref	text 10
file	<a href="sqrt2.f">sqrt2.f</a>
for	Example of a rapidly converging sequence
ref	text 10
file	<a href="nest.f">nest.f</a>
for	Nested multiplication
ref	text 14
file	<a href="epsi.f">epsi.f</a>
for	Approximate value of machine precision
ref	text 36
file	<a href="depsi.f">depsi.f</a>
for	Approximate value of double precision machine precision
ref	text 36
file	<a href="ex2s22.f">ex2s22.f</a>
for	Loss of significance
ref	text 43-44
file	<a href="unstab1.f">unstab1.f</a>
for	Example of an unstable sequence
ref	text 49
file	<a href="unstab2.f">unstab2.f</a>
for	Example of another unstable sequence
ref	text 50
file	<a href="instab.f">instab.f</a>
for	Example of numerical instability
ref	text 50
file	<a href="ex1s31.f">ex1s31.f</a>
for	Bisection method to find root of exp(x) = sinx   (bisect)
ref	text 58-59
file	<a href="ex1s32.f">ex1s32.f</a>
for	Newton's method example
ref	text 65
file	<a href="ex2s32.f">ex2s32.f</a>
for	Simple Newton's method
ref	text 68
file	<a href="ex3s32.f">ex3s32.f</a>
for	Implicit function example
ref	text 69-70
file	<a href="ex1s33.f">ex1s33.f</a>
for	Secant method example   (f )
ref	text 76
file	<a href="ex3s34.f">ex3s34.f</a>
for	Contractive mapping example
ref	text 83-84
file	<a href="ex3s35.f">ex3s35.f</a>
for	Horner's method example
ref	text 93
file	<a href="ex6s35.f">ex6s35.f</a>
for	Newton's method on a given polynomial   (horner)
ref	text 94
file	<a href="ex7s35.f">ex7s35.f</a>
for	Bairstow's method example
ref	text 99
file	<a href="laguerre.f">laguerre.f</a>
for	Laguerre's method example
ref	text 102
file	<a href="forsub.f">forsub.f</a>
for	Forward substitution example
ref	text 127
file	<a href="bacsub.f">bacsub.f</a>
for	Backward substitution example
ref	text 127
file	<a href="pforsub.f">pforsub.f</a>
for	Forward substitution for a permuted system
ref	text 128
file	<a href="pbacsub.f">pbacsub.f</a>
for	Backward substitution for a permuted system
ref	text 128
file	<a href="genlu.f">genlu.f</a>
for	General LU-factorization example
ref	text 130
file	<a href="doolt.f">doolt.f</a>
for	Doolittle's-factorization example
ref	text 131
file	<a href="cholsky.f">cholsky.f</a>
for	Cholesky-factorization example
ref	text 134
file	<a href="bgauss.f">bgauss.f</a>
for	Basic Gaussian elimination
ref	text 143
file	<a href="pbgauss.f">pbgauss.f</a>
for	Basic Gaussian elimination with pivoting
ref	text 145
file	<a href="gauss.f">gauss.f</a>
for	Gaussian elimination with scaled row pivoting
ref	text 148
file	<a href="paxeb.f">paxeb.f</a>
for	Solves Lz = Pb and then Ux = z   (gauss)
ref	text 150
file	<a href="yaec.f">yaec.f</a>
for	Solves UT z = c and then LTPy = z   (gauss)
ref	text 151
file	<a href="tri.f">tri.f</a>
for	Tridiagonal system solver   (tri)
ref	text 155
file	<a href="ex1s45.f">ex1s45.f</a>
for	Neumann series example   (setI, mult, store, add, prt)
ref	text 173
file	<a href="ex2s45.f">ex2s45.f</a>
for	Gaussian elimination followed by iterative improvement (residual, gauss, solve)
ref	text 175
file	<a href="ex1s46.f">ex1s46.f</a>
for	Example of Jacobi and Gauss-Seidel methods
ref	text 182
file	<a href="ex2s46.f">ex2s46.f</a>
for	Richardson method example (with scaling)
ref	text 184
file	<a href="jacobi.f">jacobi.f</a>
for	Jacobi method example (with scaling)
ref	text 186
file	<a href="ex3s46.f">ex3s46.f</a>
for	Gauss-Seidel method (with scaling)
ref	text 190
file	<a href="ex6s46.f">ex6s46.f</a>
for	Chebyshev acceleration example   (extrap, cheb, vnorm)
ref	text 200
file	<a href="steepd.f">steepd.f</a>
for	Steepest descent method example   (prod, mult)
ref	text 207
file	<a href="cg.f">cg.f</a>
for	Conjugate gradient method   (prod, residual, mult)
ref	text 211
file	<a href="pcg.f">pcg.f</a>
for	Jacobi preconditioned conjugate gradient method (prod, residual, mult)
ref	text 217
file	<a href="ex1s51.f">ex1s51.f</a>
for	Power method example   (dot, prod, store, norm, normal)
ref	text 231
file	<a href="poweracc.f">poweracc.f</a>
for	Power method with Aitken acceleration (dot, prod, store, norm, normal)
ref	text 231
file	<a href="ex2s51.f">ex2s51.f</a>
for	Inverse power method example (gauss, dot, prod, store, norm, normal, solve)
ref	text 233
file	<a href="ipoweracc.f">ipoweracc.f</a>
for	Inverse power method with Aitken acceleration (gauss, dot, prod, store, norm, normal, solve)
ref	text 233
file	<a href="ex1s52.f">ex1s52.f</a>
for	Schur factorization example   (prtmtx, mult)
ref	text 239
file	<a href="qrshif.f">qrshif.f</a>
for	Modified Gram-Schmidt example   (prtmtx, mgs, mult)
ref	text 248
file	<a href="ex1s53.f">ex1s53.f</a>
for	QR-factorization using Householder transformations (QRfac, setoI, prtmtx, UtimesA, findV, prod, formU, formW, trans, mult)
ref	text 253-255
file	<a href="ex2s55.f">ex2s55.f</a>
for	QR-factorization example (QRfac, setoI, prtmtx, UtimesA, findV, prod, formU, formW, trans, mult, copy, scale)
ref	text 272-273
file	<a href="ex3s55.f">ex3s55.f</a>
for	Shifted QR-factorization example (submtx, shiftA, unshiftA, hess, QRfac, setoI, prtmtx, UtimesA, findU, findV, prod, formU, formW, Trans, mult, copy, scale)
ref	text 274
file	<a href="coef.f">coef.f</a>
for	Coefficients in the Newton form of a polynomial
ref	text 280-281
file	<a href="fft.f">fft.f</a>
for	Fast Fourier transform example   (f )
ref	text 419
file	<a href="adapta.f">adapta.f</a>
for	Adaptive approximation example   (f, max)
ref	text 426-428
file	<a href="ex1s71.f">ex1s71.f</a>
for	Derivative approximations: forward difference formula
ref	text 431-432
file	<a href="ex2s71.f">ex2s71.f</a>
for	Derivative approximation: central difference
ref	text 434
file	<a href="ex5s71.f">ex5s71.f</a>
for	Derivative approximation: Richardson extrapolation
ref	text 437-438
file	<a href="ex6s71.f">ex6s71.f</a>
for	Richardson extrapolation
ref	text 440-441
file	<a href="gauss5.f">gauss5.f</a>
for	Gaussian five-point quadrature example
ref	text 459
file	<a href="romberg.f">romberg.f</a>
for	Romberg extrapolation
ref	text 468
file	<a href="adapt.f">adapt.f</a>
for	Adaptive quadrature
ref	text 475
file	<a href="taylor.f">taylor.f</a>
for	Taylor-series method
ref	text 492
file	<a href="rk4.f">rk4.f</a>
for	Runge-Kutta method   (f, u)
ref	text 501-502
file	<a href="rkfelberg.f">rkfelberg.f</a>
for	Runge-Kutta-Fehlberg method   (f )
ref	text 503-505
file	<a href="taysys.f">taysys.f</a>
for	Taylor series for systems
ref	text 526-527
file	<a href="exs91.f">exs91.f</a>
for	Boundary value problem (BVP): Explicit method example (a, b, vnorm)
ref	text 576
file	<a href="exs92.f">exs92.f</a>
for	BVP: Implicit method example   (tri, unorm)
ref	text 582
file	<a href="exs93.f">exs93.f</a>
for	Finite difference method   (g )
ref	text 589
file	<a href="ex3s96.f">ex3s96.f</a>
for	BVP: Method of characteristics   (f, g, df, tu)
ref	text 613
file	<a href="mgrid1.f">mgrid1.f</a>
for	Multigrid method example   (vnorm)
ref	text 624
file	<a href="exs98.f">exs98.f</a>
for	Damping of errors
ref	text 625
file	<a href="mgrid2.f">mgrid2.f</a>
for	Multigrid method V-cycle   (vnorm)
ref	text 630
file	<a href="code-info.tex">code-info.tex</a>
for	introduction
file	<a href="code-info.tty">code-info.tty</a>
for	introduction
file	<a href="shar">shar</a>
for	entire library
file	<a href="changes">changes</a>
</pre>
</body>
</html>


AD:

NEW PAGES:

[ODDNUGGET]

[GOPHER]