ALBERT

All Library Books, journals and Electronic Records Telegrafenberg

feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Monograph available for loan
    Monograph available for loan
    Cambridge : Cambridge Univ. Pr.
    Call number: 19/M 07.0415 (mit CD-ROM) ; M 10.0067
    Description / Table of Contents: Contents: 1. Preliminaries; 2. Solution of linear algebraic equations; 3. Interpolation and extrapolation; 4. Integration of functions; 5. Evaluation of functions; 6. Special functions; 7. Random numbers; 8. Sorting and selection; 9. Root finding and nonlinear sets of equations; 10. Minimization or maximization of functions; 11. Eigensystems; 12. Fast Fourier transform; 13. Fourier and spectral applications; 14. Statistical description of data; 15. Modeling of data; 16. Classification and inference; 17. Integration of ordinary differential equations; 18. Two point boundary value problems; 19. Integral equations and inverse theory; 20. Partial differential equations; 21. Computational geometry; 22. Less-numerical algorithms; References.
    Type of Medium: Monograph available for loan
    Pages: 1256 S. + 1 CD-ROM
    Edition: 3rd ed.
    ISBN: 0521884071 , 978-0-521-88407-5
    Classification:
    C.1.8.
    Location: Reading room
    Location: Upper compact magazine
    Branch Library: GFZ Library
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 2
    Call number: AWI S3-97-0244 ; AWI S3-03-0006 ; AWI S3-97-0245
    In: Numerical recipes in Fortran
    Description / Table of Contents: Contents: Preface to Volume 2. - Foreword by Micael Metcalf. - License information. - 21 Introduction to Fortran 90 language features. - 22 Introduction to parallel programming. - 23 Numerical recipes utility functions for Fortran 90. - Fortran 90 code chapters. - B1 Preliminaries. - B2 Solution of linear algebraic equations. - B3 Interpolation and extrapolation. - B4 Integration of functions. - B5 Evaluation of functions. - B6 Special functions. - B7 Random numbers. - B8 Sorting. - B9 Root finding and nonlinear sets of equations. - B10 Minimization or maximization of functions. - B11 Eigensystems. - B12 Fast Fourier Transform. - B13 Fourier and spectral applications. - B14 Statistical description of data. - B15 Modeling of data. - B16 Integration of ordinary differential equations. - B17 Two point boundary value problems. - B18 Integral equations and inverse theory. - B19 Partial differential equtations. - B20 Less-numerical algorithms. - References. - Appendices
    Type of Medium: Monograph available for loan
    Pages: xx, S. 935-1486
    Edition: 2. ed.
    ISBN: 0521574390
    Branch Library: AWI Library
    Branch Library: AWI Library
    Branch Library: AWI Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 3
    Call number: 19/M 93.0387 ; AWI S3-94-0071
    Type of Medium: Monograph available for loan
    Pages: xxv, 963 S. , graph. Darst.
    ISBN: 052143064X
    Classification:
    C.1.8.
    Language: English
    Note: Contents: Preface to the Second Edition. - Preface to the First Edition. - Legal Matters. - Computer Programs by Chapter and Section. - 1 Preliminaries. - 1.0 Introduction. - 1.1 Program Organization and Control Structures. - 1.2 Error, Accuracy, and Stability. - 2 Solution of Linear Algebraic Equations. - 2.0 Introduction. - 2.1 Gauss-Jordan Elimination. - 2.2 Gaussian Elimination with Backsubstitution. - 2.3 LU Decomposition and Its Applications. - 2.4 Tridiagonal and Band Diagonal Systems of Equations. - 2.5 Iterative Improvement of a Solution to Linear Equations. - 2.6 Singular Value Decomposition. - 2.7 Sparse Linear Systems. - 2.8 Vandermonde Matrices and Toeplitz Matrices. - 2.9 Cholesky Decomposition. - 2.10 QR Decomposition. - 2.11 Is Matrix Inversion an N3 Process?. - 3 Interpolation and Extrapolation. - 3.0 Introduction. - 3.1 Polynomial Interpolation and Extrapolation. - 3.2 Rational Function Interpolation and Extrapolation. - 3.3 Cubic Spline Interpolation. - 3.4 How to Search an Ordered Table. - 3.5 Coefficients of the Interpolating Polynomial. - 3.6 Interpolation in Two or More Dimensions. - 4 Integration of Functions. - 4.0 Introduction. - 4.1 Classical Formulas for Equally Spaced Abscissas. - 4.2 Elementary Algorithms. - 4.3 Romberg Integration. - 4.4 Improper Integrals. - 4.5 Gaussian Quadratures and Orthogonal Polynomials. - 4.6 Multidimensional Integrals. - 5 Evaluation of Functions. - 5.0 Introduction. - 5.1 Series and Their Convergence. - 5.2 Evaluation of Continued Fractions. - 5.3 Polynomials and Rational Functions. - 5.4 Complex Arithmetic. - 5.5 Recurrence Relations and Clenshaw's Recurrence Formula. - 5.6 Quadratic and Cubic Equations. - 5.7 Numerical Derivatives. - 5.8 Chebyshev Approximation. - 5.9 Derivatives or Integrals of a Chebyshev-approximated Function. - 5.10 Polynomial Approximation from Chebyshev Coefficients. - 5.11 Economization of Power Series. - 5.12 Pade Approximants. - 5.13 Rational Chebyshev Approximation. - 5.14 Evaluation of Functions by Path Integration. - 6 Special Functions. - 6.0 Introduction. - 6.1 Gamma Function, Beta Function, Factorials, Binomial Coefficients. - 6.2 Incomplete Gamma Function, Error Function, Chi-Square Probability Function, Cumulative Poisson Function. - 6.3 Exponential Integrals. - 6.4 Incomplete Beta Function, Student's Distribution, F-Distribution, Cumulative Binomial Distribution. - 6.5 Bessel Functions of Integer Order. - 6.6 Modified Bessel Functions of Integer Order. - 6.7 Bessel Functions of Fractional Order, Airy Functions, Spherical Bessel Functions. - 6.8 Spherical Harmonics. - 6.9 Fresnel Integrals, Cosine and Sine Integrals. - 6.10 Dawson's Integral. - 6.11 Elliptic Integrals and Jacobian Elliptic Functions. - 6.12 Hypergeometric Functions. - 7 Random Numbers. - 7.0 Introduction. - 7.1 Uniform Deviates. - 7.2 Transformation Method: Exponential and Normal Deviates. - 7.3 Rejection Method: Gamma, Poisson, Binomial Deviates. - 7.4 Generation of Random Bits. - 7.5 Random Sequences Based on Data Encryption. - 7.6 Simple Monte Carlo Integration. - 7.7 Quasi- (that is, Sub-) Random Sequences. - 7.8 Adaptive and Recursive Monte Carlo Methods. - 8 Sorting. - 8.0 Introduction. - 8.1 Straight Insertion and Shell's Method. - 8.2 Quicksort. - 8.3 Heapsort. - 8.4 Indexing and Ranking. - 8.5 Selecting the Mth Largest. - 8.6 Determination of Equivalence Classes. - 9 Root Finding and Nonlinear Sets of Equations. - 9.0 Introduction. - 9.1 Bracketing and Bisection. - 9.2 Secant Method, False Position Method, and Ridders' Method. - 9.3 Van Wijngaarden-Dekker-Brent Method. - 9.4 Newton-Raphson Method Using Derivative. - 9.5 Roots of Polynomials. - 9.6 Newton-Raphson Method for Nonlinear Systems of Equations. - 9.7 Globally Convergent Methods for Nonlinear Systems of Equations. - 10 Minimization or Maximization of Functions. - 10.0 Introduction. - 10.1 Golden Section Search in One Dimension. - 10.2 Parabolic Interpolation and Brent's Method in One Dimension. - 10.3 One-Dimensional Search with First Derivatives. - 10.4 Downhill Simplex Method in Multidimensions. - 10.5 Direction Set (Powell's) Methods in Multidimensions. - 10.6 Conjugate Gradient Methods in Multidimensions. - 10.7 Variable Metric Methods in Multidimensions. - 10.8 Linear Programming and the Simplex Method. - 10.9 Simulated Annealing Methods. - 11 Eigensystems. - 11.0 Introduction. - 11.1 Jacobi Transformations of a Symmetric Matrix. - 11.2 Reduction of a Symmetric Matrix to Tridiagonal Form: Givens and Householder Reductions. - 11.3 Eigenvalues and Eigenvectors of a Tridiagonal Matrix. - 11.4 Hermitian Matrices. - 11.5 Reduction of a General Matrix to Hessenberg Form. - 11.6 The QR Algorithm for Real Hessenberg Matrices. - 11.7 Improving Eigenvalues and/or Finding Eigenvectors by Inverse Iteration. - 12 Fast Fourier Transform. - 12.0 Introduction. - 12.1 Fourier Transform of Discretely Sampled Data. - 12.2 Fast Fourier Transform (FFT). - 12.3 FFT of Real Functions, Sine and Cosine Transforms. - 12.4 FFT in Two or More Dimensions. - 12.5 Fourier Transforms of Real Data in Two and Three Dimensions. - 12.6 External Storage or Memory-Local FFTs. - 13 Fourier and Spectral Applications. - 13.0 Introduction. - 13.1 Convolution and Deconvolution Using the FFT. - 13.2 Correlation and Autocorrelation Using the FFT. - 13.3 Optimal (Wiener) Filtering with the FFT. - 13.4 Power Spectrum Estimation Using the FFT. - 13.5 Digital Filtering in the Time Domain. - 13.6 Linear Prediction and Linear Predictive Coding. - 13.7 Power Spectrum Estimation by the Maximum Entropy (All Poles) Method. - 13.8 Spectral Analysis of Unevenly Sampled Data. - 13.9 Computing Fourier Integrals Using the FFT. - 13.10 Wavelet Transforms. - 13.11 Numerical Use of the Sampling Theorem. - 14 Statistical Description of Data. - 14.0 Introduction. - 14.1 Moments of a Distribution: Mean, Variance, Skewness, and So Forth. - 14.2 Do Two Distributions Have the Same Means or Variances?. - 14.3 Are Two Distributions Different?. - 14.4 Contingency Table Analysis of Two Distributions. - 14.5 Linear Correlation. - 14.6 Nonparametric or Rank Correlation. - 14.7 Do Two-Dimensional Distributions Differ?. - 14.8 Savitzky-Golay Smoothing Filters. - 15 Modeling of Data. - 15.0 Introduction. - 15.1 Least Squares as a Maximum Likelihood Estimator. - 15.2 Fitting Data to a Straight Line. - 15.3 Straight-Line Data with Errors in Both Coordinates. - 15.4 General Linear Least Squares. - 15.5 Nonlinear Models. - 15.6 Confidence Limits on Estimated Model Parameters. - 15.7 Robust Estimation. - 16 Integration of Ordinary Differential Equations. - 16.0 Introduction. - 16.1 Runge-Kutta Method. - 16.2 Adaptive Stepsize Control for Runge-Kutta. - 16.3 Modified Midpoint Method. - 16.4 Richardson Extrapolation and the Bulirsch-Stoer Method. - 16.5 Second-Order Conservative Equations. - 16.6 Stiff Sets of Equations. - 16.7 Multistep, Multivalue, and Predictor-Corrector Methods. - 17 Two Point Boundary Value Problems. - 17.0 Introduction. - 17.1 The Shooting Method. - 17.2 Shooting to a Fitting Point. - 17.3 Relaxation Methods. - 17.4 A Worked Example: Spheroidal Harmonics. - 17.5 Automated Allocation of Mesh Points. - 17.6 Handling Internal Boundary Conditions or Singular Points. - 18 Integral Equations and Inverse Theory. - 18.0 Introduction. - 18.1 Fredholm Equations of the Second Kind. - 18.2 Volterra Equations. - 18.3 Integral Equations with Singular Kernels. - 18.4 Inverse Problems and the Use of A Priori Information. - 18.5 Linear Regularization Methods. - 18.6 Backus-Gilbert Method. - 18.7 Maximum Entropy Image Restoration. - 19 Partial Differential Equations. - 19.0 Introduction. - 19.1 Flux-Conservative Initial Value Problems. - 19.2 Diffusive Initial Value Problems. - 19.3 Initial Value Problems in Multidi
    Location: Reading room
    Location: Reading room
    Branch Library: GFZ Library
    Branch Library: AWI Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 4
    Monograph available for loan
    Monograph available for loan
    Cambridge : Cambridge Univ. Pr.
    Call number: 19/N 02.0226 ; PIK M 032-02-0191 ; PIK M 032-02-0367
    Type of Medium: Monograph available for loan
    Pages: xxviii, 1002 S.
    Edition: 2nd ed.
    ISBN: 0521750334
    Classification:
    C.1.8.
    Location: Reading room
    Location: A 18 - must be ordered
    Location: A 18 - must be ordered
    Branch Library: GFZ Library
    Branch Library: PIK Library
    Branch Library: PIK Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 5
    Monograph available for loan
    Monograph available for loan
    Cambridge [u.a.] : Cambridge Univ. Press
    Call number: AWI S3-93-0248+9
    Type of Medium: Monograph available for loan
    Pages: XXVI, 994 S. +: mit Disk. 3,5'
    Edition: 2nd ed.
    ISBN: 0521431085
    Branch Library: AWI Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 6
    Electronic Resource
    Electronic Resource
    Oxford, UK : Blackwell Publishing Ltd
    Annals of the New York Academy of Sciences 647 (1991), S. 0 
    ISSN: 1749-6632
    Source: Blackwell Publishing Journal Backfiles 1879-2005
    Topics: Natural Sciences in General
    Type of Medium: Electronic Resource
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 7
    Electronic Resource
    Electronic Resource
    Oxford, UK : Blackwell Publishing Ltd
    Annals of the New York Academy of Sciences 536 (1988), S. 0 
    ISSN: 1749-6632
    Source: Blackwell Publishing Journal Backfiles 1879-2005
    Topics: Natural Sciences in General
    Type of Medium: Electronic Resource
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 8
    Electronic Resource
    Electronic Resource
    Oxford, UK : Blackwell Publishing Ltd
    Annals of the New York Academy of Sciences 262 (1975), S. 0 
    ISSN: 1749-6632
    Source: Blackwell Publishing Journal Backfiles 1879-2005
    Topics: Natural Sciences in General
    Type of Medium: Electronic Resource
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 9
    Electronic Resource
    Electronic Resource
    [s.l.] : Nature Publishing Group
    Nature 333 (1988), S. 213-213 
    ISSN: 1476-4687
    Source: Nature Archives 1869 - 2009
    Topics: Biology , Chemistry and Pharmacology , Medicine , Natural Sciences in General , Physics
    Notes: [Auszug] SIR - In this issue, Fruchter et 0/. ' report the discovery of a pulsar in an eclipsing binary system. The pulsar is moving in a nearly circular orbit (eccentricity 〈 0.001). The orbital parameters suggest that the companion has a very low mass, much lower than the probable masses of the ...
    Type of Medium: Electronic Resource
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 10
    Electronic Resource
    Electronic Resource
    [s.l.] : Nature Publishing Group
    Nature 238 (1972), S. 211-212 
    ISSN: 1476-4687
    Source: Nature Archives 1869 - 2009
    Topics: Biology , Chemistry and Pharmacology , Medicine , Natural Sciences in General , Physics
    Notes: [Auszug] Here we point out a second application of superradiant scattering which we call the "black-hole bomb". We also present the chief results of quantitative analyses of super-radiant scattering, floating orbits, and the black-hole bomb, for the case of scalar waves. Quantitative calculations are ...
    Type of Medium: Electronic Resource
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...