Geometry.Net - the online learning center
Home  - Pure_And_Applied_Math - Finite Differences
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 90    Back | 1  | 2  | 3  | 4  | 5  | Next 20

         Finite Differences:     more books (100)
  1. The Calculus of Finite Differences, 4th ed by George / Moulton, John F. - editor Boole, 1957
  2. CFDTD: Conformal Finite Difference Time Domain Maxwell¿s Equations Solver, Software and User¿s Guide by Wenhua Yu, Raj Mittra, 2003-11
  3. Calculus Of Finite Differences (1860) by George Boole, 2007-11-10
  4. Introduction to the Calculus of Finite Differences. by C.H. Richardson, 0000
  5. Finite Difference Methods for Partial Differential Equations by George E. and Wolfgang R. Wasow Forsythe, 1967
  6. An introduction to the calculus of finite differences and difference equations by Kenneth S Miller, 1966
  7. The Solution of Transient Heat Conduction Problems By Finite Differences. Engineering Bulletin Purdue University Research Series No. 98 by G. A. Hawkins, J. T. Agnew, 1946
  8. Handbook of Structural and Mechanical Matrices: Definitions, Transport Matrices, Stiffness Matrices, Finite Differences, Finite Elements, Graphs and by Jan J. Tuma, 1988-01
  9. Numerical calculus;: Approximations, interpolation, finite differences, numerical integration and curve fitting by William Edmund Milne, 1949
  10. Structural analysis by finite difference calculus by Thein Wah, 1970
  11. Finite Difference Methods on Irregular Networks: A Generalized Approach to Second Order Elliptic Problems (International Series of Numerical Mathematics) by Bernd Heinrich, 1988-02
  12. Finite-Difference Equations and Simulations. by Francis B. Hildebrand, 1968
  13. Conservative Finite Difference Methods on General Grids (Symbolic and Numeric Computation Series)
  14. Finite Difference Methods For Computational Fluid Dynamics (Cambridge Texts in Applied Mathematics) by E. G. Puckett, 2009-02-28

41. Pricing Financial Instruments: The Finite Difference Method
be modeled with a PDE and techniques, such as change of measure or dimension reduction, that make a problem more amenable to analysis by finite differences.
http://www.riskbook.com/titles/tavella_and_randall_(2000).htm
Pricing Financial Instruments:
The Finite Difference Method Quality: Technical: Author: Domingo Tavella and Curt Randall Year: Edition: Publisher: Wiley Format: Hardcover Pages: Exercises: No Contents 1. Introduction 1 Stochastic Processes Markov Processes Stochastic Differential Equations Ito's Formula Ito's Formula for Processes with Jumps Arbitrage Pricing Theory Change of Measure 2 The Pricing Equations European Derivatives Hedging Portfolio Approach Feynman-Kac Approach The Pricing Equation in the Presence of Jumps An Application of Jump Processes: Credit Derivatives Defaultable Bonds Full Protection Credit Put American Derivatives Relationship between European and American Derivatives American Options as Dynamic Optimization Problems Conditions at Exercise Boundaries Linear Complementarity Formulation of American Option Pricing Path Dependency Discrete Sampling of Path Dependency Dimensionality Reduction Reformulating the Underlying Processes in a Different Measure Currency Translated Option Equations for the Hedging Parameters Computation of Greeks by Direct Discretization Computation of Greeks through Their Governing Equations 3 Analysis of Finite Difference Methods Constructing Finite Difference Approximations Stability Analysis: Matrix Approach Space Discretization Time Discretization Analysis of Specific Algorithms Eigenvalue Analysis of the Black-Scholes Equation

42. Finite Difference :: Online Encyclopedia :: Information Genius
Finite difference. Online Encyclopedia There are two subfields of mathematics that concern themselves with finite differences. One
http://www.informationgenius.com/encyclopedia/f/fi/finite_difference.html
Quantum Physics Pampered Chef Paintball Guns Cell Phone Reviews ... Science Articles Finite difference
Online Encyclopedia

There are two subfields of mathematics that concern themselves with finite differences . One is a finite analogue to differential calculus . See also difference operator The other is a branch of numerical analysis that aims at approximate solution of partial differential equations. The approach taken by finite difference methods for partial differential equations is to approximate differential operators such as u'(x) by a difference operator such as (u(x+h)-u(x))/h for some small but finite h. Doing this substitution for a large enough number of points in the domain of definition (for instance 0,h,2h,...,1 in the case of the unit interval ) gives a system of equations that can be solved algebraically. The error between this approximate solution and the true solution is determined by the truncation error that is made by going from a differential operator to a difference operator. The term "truncation error" reflects the fact that a difference operator can be viewed as a finite part of the infinite Taylor series of the differential operator.

43. The Finite Differences Method
The finite differences Method. If a finite differences scheme needs information of the n row to compute the n+1 row, it is called one step scheme.
http://www.ii.uam.es/~jlara/investigacion/ecomm/pdes/FDM.html
The Finite Differences Method
The method consists in replacing each derivative in the equation by a discretization (usually truncated Taylor series). There are a lot of schemes, depending on the chosen discretization for each derivative. After the discretization, we can obtain explicit schemes - if there's no need to solve a system of equations, just to walk the grid nodes - or implicit if we have to solve a system of equations for each row of the grid.
Domain discretization have to be accomplished by means of quadrilaterals parallel to the X and Y axis. Usually quadrilaterals are of equal size.
If a finite differences scheme needs information of the n row to compute the n+1 row, it is called one step scheme. Those that need information about several rows, are called multi-step. A multi-step scheme using m steps needs the solution values in the first (m-1) levels, or they must be calculated using other method.
If the approximate solution that a method obtain converge to the true equation solution when the mesh spacing tends to zero, the scheme is convergent. A scheme is stable if the generated errors by the computation, such as the round or the truncation ones, vanish when the computation advances in the mesh. A scheme is consistent if the local truncation errors obtainded when discretizing the Taylor series tend to zero when h k and the elemental time interval tend to zero. The discretization error is a combination of the truncation error in the equation and the errors in the initial and boundary conditions.

44. A Simple Finite-Difference Approach
A Simple FiniteDifference Approach. Let us, instead, seek a numerical solution by replacing the derivatives with finite differences.
http://www.krellinst.org/UCES/archive/modules/cone/cone/node12.shtml
A Simple Finite-Difference Approach
Let us, instead, seek a numerical solution by replacing the derivatives with finite differences . In a way, this is a step backwards in mathematics, since we are going to replace an equation from calculus with one which is purely algebraic. Recall from your first course in calculus that you crossed the border between algebra and calculus by taking a limit to define a derivative. That is, the derivative df dx was defined as: So, we might approximate dy dt in our equation as: where is `small.' Rearranging our differential equation slightly gives: Again the time-dependent major radius of the cone at the fluid level is given by: If we are willing to approximate dy dt with the finite differences , then is the equation we need to solve on the computer. Notice that Equation (21) is non-linear ; that is, the right-hand side contains the solution y and the square of the solution y Note also that just as the vessel is about to empty, the radical will go to zero if we are not careful to require that , since

45. 1 Finite Differences
1 finite differences. (16). (17). Then we can write the finite difference scheme as. (18). This is a discrete version of the original differential equation (1.6).
http://info.sjc.ox.ac.uk/scr/sobey/iblt/chapter1/notes/node4.html
Next: 2 Finite Volume Methods Up: 1 Model Problem Previous: 1 Model Problem Contents
Subsections
1 Finite Differences
The definition of derivative can be used to obtain a discrete approximation, since the definition can be expressed in a number of different ways, so to can the discrete approximation. The definition in terms of limits can be any of
Define a set of points and a set of nodes and approximate by . Then discrete approximations for a derivative are:
For simplicity take with unless it is indicated otherwise. Higher derivatives can be approximated in a similar way:
so that
Now if and
If we let be a vector of approximate values, define matrices
Then we can write the finite difference scheme as
This is a discrete version of the original differential equation ( It is possible to reduce the matrices to by eliminating the explicitly given values of . On the other hand, if one of the boundary conditions involved a derivative (corresponding to a physical situation where as an example, heat transfer rate is specified) then keeping these values as "unkowns" is needed; overall keeping them in the matrix is a very small overhead.
1 Note 1 Derivative Boundary Conditions
If the boundary condition at is for instance we proceed by introducing a fictitious point , so that we have
and eliminating
become
2 Note 2 Unsteady PDE's
If the problem is unsteady, for instance

46. Finite Difference Schemes For Partial Differential Equations
description This is a graduate course in Numerical Analysis, with an emphasis in the solution of Partial Differential Equations using finite differences.
http://www.math.ucsb.edu/~cgarcia/Courses/Math206C/
Math 206C, Spring 2003 Finite Difference Schemes for Partial Differential Equations Instructor:
South Hall, 6707.
Office Phone: (805) 893 3681
Office Fax: (805) 893 2385
Office Hours: Monday, Wednesday, and Friday 12:45-1:45pm
Textbooks: The main reference for the course will be the book by John C. Strikwerda. However I will extract some material from the other books listed below:
  • Finite Difference Schemes and Partial Differential Equations , by John C. Strikwerda. Difference Methods for Initial-Value Problems , by Richtmyer Morton. A First Course in the Numerical Analysis of Differential Equations , by Arieh Iserles. Spectral Methods in Fluid Dynamics , by Canuto, Hussaini, Quarteroni and Zang. Numerical Analysis of Spectral Methods , by David Gottlieb and Steven A. Orszag. Numerical Methods for Conservation Laws , by Randall J. LeVeque.
For a review of Advanced Calculus, you may want to check out the following:
  • Vector calculus , by Jerrold E. Marsden and Anthony J. Tromba.
For an Introduction to Numerical Analysis, the book used in the Course series 104A-C is
  • Numerical Analysis , by Richard Burden and J. Douglas Faires.

47. Finite Difference - InformationBlast
Finite difference Information Blast. Finite difference. There are two subfields of mathematics that concern themselves with finite differences.
http://www.informationblast.com/Finite_difference.html
Finite difference
There are two subfields of mathematics that concern themselves with finite differences . One is a finite analogue to differential calculus . See also difference operator The other is a branch of numerical analysis that aims at approximate solution of partial differential equations . The approach taken by finite difference methods for partial differential equations is to approximate differential operators such as u'(x) by a difference operator such as (u(x+h)-u(x))/h for some small but finite h. Doing this substitution for a large enough number of points in the domain of definition (for instance 0,h,2h,...,1 in the case of the unit interval ) gives a system of equations that can be solved algebraically. The error between this approximate solution and the true solution is determined by the truncation error that is made by going from a differential operator to a difference operator. The term "truncation error" reflects the fact that a difference operator can be viewed as a finite part of the infinite Taylor series of the differential operator.

48. Finite Differences, Functional Equations|KLUWER Academic Publishers
Home » Browse by Subject » Mathematics » Analysis » finite differences, Functional Equations. Sort listing by
http://www.wkap.nl/home/topics/J/5/B/
Title Authors Affiliation ISBN ISSN advanced search search tips Home Browse by Subject ... Analysis Finite Differences, Functional Equations
Sort listing by: A-Z
Z-A

Publication Date

Absolute Stability of Nonlinear Control Systems

Liao Xiao-Xin
July 1993, ISBN 0-7923-1988-5, Hardbound
Price: 125.50 EUR / 138.00 USD / 87.00 GBP
Add to cart

Advanced Topics in Difference Equations

Ravi P. Agarwal, Patricia J.Y. Wong April 1997, ISBN 0-7923-4521-5, Hardbound Price: 275.00 EUR / 303.00 USD / 190.00 GBP Add to cart An Introduction to Minimax Theorems and Their Applications to Differential Equations February 2001, ISBN 0-7923-6832-0, Hardbound Price: 126.50 EUR / 139.00 USD / 87.00 GBP Add to cart Analytic-Bilinear Approach to Integrable Hierarchies L.V. Bogdanov August 1999, ISBN 0-7923-5919-4, Hardbound Price: 146.50 EUR / 161.00 USD / 101.00 GBP Add to cart Asymptotics of Linear Differential Equations M.H. Lantsman September 2001, ISBN 0-7923-7193-3, Hardbound Price: 181.50 EUR / 200.00 USD / 125.00 GBP Add to cart Boolean Valued Analysis Anatoly G. Kusraev, Semen S. Kutateladze August 1999, ISBN 0-7923-5921-6, Hardbound

49. Citations Calculus Of Finite Differences - Jordan (ResearchIndex)
C. Jordan, Calculus of finite differences, 3rd edition, Chelsea Publ. C. Jordan, The calculus of finite differences, 2nd ed., Chelsea, 1947.
http://citeseer.ist.psu.edu/context/265690/0

50. Finite Differences And Relaxation.
next up previous Next Geometric integration. Up Knowhow Previous Fronts. finite differences and relaxation. A variety of finite
http://www.iac.rm.cnr.it/~natalini/prog03/node27.html
Next: Geometric integration. Up: Know-how Previous: Fronts.
Finite differences and relaxation.
A variety of finite difference schemes for the linear advection equation having two time levels and three space grid have been developed in [ ]. A critical analysis of them and a unifying theory is the main objective of such research. The proposed method is based on the idea to represent the solution in six-points stencil and to collocate the differential equation in a different suitable internal point. A stability and consistency analysis has been carried out. Numerical examples have shown the effectiveness and the performances of the different methods according to the choice of the parameters. Starting from the papers [ ], a lot of different approximations for nonlinear hyperbolic and parabolic conservation laws have been developed, by obtaining rigorous results of convergence and some new and efficient numerical schemes [ ]. Boundary conditions have been studied in [ ] and in the Ph.D thesis by V. Milisic, partially developed at IAC [ ]. A substantial progress in the field of well-balanced and asymptotic-preserving schemes has been given, in the context of discrete kinetic models in both rarefied and diffusive regimes, in the papers [

51. Finite Differences Schemes For Hyperbolic And Parabolic Equations And Relaxation
finite differences schemes for hyperbolic and parabolic equations and relaxation methods. next up previous Next Geometric integration
http://www.iac.rm.cnr.it/~natalini/prog03/node13.html
Next: Geometric integration and related Up: Motivations and national and Previous: Front propagation and singularities.
Finite differences schemes for hyperbolic and parabolic equations and relaxation methods.
The analysis and the numerical approximation of differential equations of hyperbolic and parabolic type is a subject of great interest for a number of applications and the difficulty of treating many theoretical problems. A first step is the development of effective high order methods for the linear, possibly multidimensional, case, see [ ] for a basic account of the theory. In this regard, a new direction of development is the mixing between explicit and implicit schemes to obtain accuracy and stability with reasonable mesh sizes. For nonlinear problems, a very effective tool is given now by the relaxation and kinetic methods. These approximations are given as singular perturbation models of hyperbolic semilinear type, and then it is possible to use directly the schemes elaborated for the linear problems, in the approximation of quasilinear hyperbolic and parabolic systems. Starting from the basic papers [ ], and on the other hand from kinetic approximations of hydrodynamic equations, in the hyperbolic setting, see for instance [

52. Consistency Of Generalized Finite Difference Schemes For The Stochastic HJB Equa
Key words. stochastic control, finite differences, viscosity solutions, consistency, HJB equation. AMS Subject Classifications. 93E20, 49L99. DOI.
http://epubs.siam.org/sam-bin/dbq/article/38733
SIAM Journal on Numerical Analysis
Volume 41, Number 3

pp. 1008-1021
Consistency of Generalized Finite Difference Schemes for the Stochastic HJB Equation
J. Frédéric Bonnans, Housnaa Zidani
Abstract. We analyze a class of numerical schemes for solving the HJB equation for stochastic control problems, which enters the framework of Markov chain approximations and generalizes the usual finite difference method. The latter is known to be monotonic, and hence valid, only if the scaled covariance matrix is dominant diagonal. We generalize this result by, given the set of neighboring points allowed to enter the scheme, showing how to compute effectively the class of covariance matrices that is consistent with this set of points. We perform this computation for several cases in dimensions 2, 3, and 4. Key words. stochastic control, finite differences, viscosity solutions, consistency, HJB equation AMS Subject Classifications DOI
Retrieve PostScript document ( 38733.ps : 432013 bytes)
Retrieve GNU Compressed PostScript document ( ...
Retrieve reference links
For additional information contact service@siam.org

53. The Convergence Of Spectral And Finite Difference Methods For Initial-Boundary V
that not only does the error in a spectral method, as measured in the maximum norm, converge algebraically, but the accuracy of finite differences is also
http://epubs.siam.org/sam-bin/dbq/article/37416
SIAM Journal on Scientific Computing
Volume 23, Number 5

pp. 1731-1751
The Convergence of Spectral and Finite Difference Methods for Initial-Boundary Value Problems
Natasha Flyer, Paul N. Swarztrauber
Abstract. The general theory of compatibility conditions for the differentiability of solutions to initial-boundary value problems is well known. This paper introduces the application of that theory to numerical solutions of partial differential equations and its ramifications on the performance of high-order methods. Explicit application of boundary conditions (BCs) that are independent of the initial condition (IC) results in the compatibility conditions not being satisfied. Since this is the case in most science and engineering applications, it is shown that not only does the error in a spectral method, as measured in the maximum norm, converge algebraically, but the accuracy of finite differences is also reduced. For the heat equation with a parabolic IC and Dirichlet BCs, we prove that the Fourier method converges quadratically in the neighborhood of t =0 and the boundaries and quartically for large t when the first-order compatibility conditions are violated. For the same problem, the Chebyshev method initially yields quartic convergence and exponential convergence for

54. 3.1 Finite Difference Schemes
Any system of equations presented in the previous section can be solved numerically by replacing the partial derivatives by finite differences on a discrete
http://relativity.livingreviews.org/Articles/lrr-2003-4/node7.html
3.1 Finite difference schemes
Any system of equations presented in the previous section can be solved numerically by replacing the partial derivatives by finite differences on a discrete numerical grid, and then advancing the solution in time via some time-marching algorithm. Hence, specification of the state vector on an initial hypersurface, together with a suitable choice of EOS, followed by a recovery of the primitive variables, leads to the computation of the fluxes and source terms. Through this procedure the first time derivative of the data is obtained, which then leads to the formal propagation of the solution forward in time, with a time step constrained by the Courant-Friedrichs-Lewy (CFL) condition. The hydrodynamic equations (either in Newtonian physics or in general relativity) constitute a nonlinear hyperbolic system and, hence, smooth initial data can transform into discontinuous data (the crossing of characteristics in the case of shocks) in a finite time during the evolution. As a consequence, classical finite difference schemes (see, e.g., [ ]) present important deficiencies when dealing with such systems. Typically, first-order accurate schemes are much too dissipative across discontinuities (excessive smearing) and second order (or higher) schemes produce spurious oscillations near discontinuities, which do not disappear as the grid is refined. To avoid these effects, standard finite difference schemes have been conveniently modified in various ways to ensure high-order, oscillation-free accurate representations of discontinuous solutions, as we discuss next.

55. Sensitivity Calculation Model Using The Finite-Difference Method
Pages 649 654. Keywords Sensitivity analysis, tolerance analysis, finite differences, magnetostatics, global field quantities.
http://www.comppub.com/procs/MSM98/14/T4.6.2
Computational Publications Home Proceedings Journals Events ... Subscribe
Order Form
  • Nanotechnology Microtechnology
  • MSM 98
    Technical Proceedings of the 1998 International Conference on Modeling and Simulation of Microsystems
    Chapter 14: Applications: Hall Effect, Storage
    Title: Sensitivity Calculation Model Using the Finite-Difference Method Authors: C. Mueller, G. Scheinert and H. Uhlmann Affilation: Technical University of Ilmenau, Germany Pages: Keywords: Sensitivity analysis, tolerance analysis, finite differences, magnetostatics, global field quantities Abstract: The paper describes an approach to general-purpose design sensitivity analysis for electromagnetic devices. Micro system technology often requires the assessment of manufacturing techniques or effects of tolerances. Emphasis is therefore put on the adaptability to different requirements, depending on desired accuracy, computational effort and significance. By introducing a distributed sensitivity function, the effect of small contour distortions can be described. The design sensitivity is based on a magnetic double-layer model. It is shown that sensitivity can be expressed in terms of virtual anti-parallel double-layer currents, flowing in a movable contour. The sensitivity is explicitly derived for two-dimensional coordinate systems using the finite-difference method within a commercially available field calculation program. The proposed method is demonstrated by means of an example of two magnetic planes facing each other. View paper ISBN:

    56. Learn More About Finite Difference In The Online Encyclopedia.
    You are here Online Encyclopedia Finite difference. Finite difference. There are two subfields of mathematics that concern themselves with finite differences.
    http://www.onlineencyclopedia.org/f/fi/finite_difference.html
    You are here: Online Encyclopedia
    Enter a phrase or search word in the box below. You can enter multiple phrases at a time by putting a comma between each word.(e.g. cat ,dog ,lion ) Press the search button to start your search. Hint: Play with putting spaces before and after your words to see the different results you get.
    see previous page
    Finite difference
    There are two subfields of mathematics that concern themselves with finite differences . One is a finite analogue to differential calculus . See also difference operator The other is a branch of numerical analysis that aims at approximate solution of partial differential equations. The approach taken by finite difference methods for partial differential equations is to approximate differential operators such as u'(x) by a difference operator such as (u(x+h)-u(x))/h for some small but finite h. Doing this substitution for a large enough number of points in the domain of definition (for instance 0,h,2h,...,1 in the case of the unit interval ) gives a system of equations that can be solved algebraically. The error between this approximate solution and the true solution is determined by the truncation error that is made by going from a differential operator to a difference operator. The term "truncation error" reflects the fact that a difference operator can be viewed as a finite part of the infinite

    57. Finite Differences
    next up previous Next Localised discrete Fourier transform Up Theory Previous Theory finite differences. The most straightforward
    http://www.tcm.phy.cam.ac.uk/~pdh1001/papers/paper9/node3.html
    Next: Localised discrete Fourier transform Up: Theory Previous: Theory
    Finite Differences
    The most straightforward approach to the evaluation of the Laplacian operator applied to a function at every grid point is to approximate the second derivative by finite differences of increasing order of accuracy [ ]. For example, the part of the Laplacian on a grid of orthorhombic symmetry is
    where is the grid spacing in the -direction, is the order of accuracy and is an even integer, and the weights are even with respect to , i.e. . This equation is exact when is a polynomial of degree less than or equal to . The leading contribution to the error is of order . The full Laplacian operator for a single grid point in three dimensions consists of a sum of terms. In principle, for well behaved functions, the second order form of equation ( ) should converge to the exact Laplacian as . Therefore to increase the accuracy of a calculation one would need to proceed to smaller grid spacings. However, in most cases of interest, this is computationally undesirable and instead, formulae of increasing order are used to improve the accuracy at an affordable cost [ ]. Chelikowsky et al. [

    58. SSRN-Convergence Of A High-order Compact Finite Difference Scheme For A Nonlinea
    Keywords Highorder compact finite differences, numerical convergence, viscosity solution, financial derivatives. JEL Classifications G13. Working Paper Series.
    http://papers.ssrn.com/sol3/papers.cfm?abstract_id=520443

    59. Ivo Oprsal's Finite Differences -diploma Thesis- Page
    For this thesis, please refer to Ivo Oprsal, ELASTIC FINITE DIFFERENCE SCHEME FOR TOPOGRAPHY MODELS ON IRREGULAR GRIDS , Diploma Thesis, Dept.
    http://geo.mff.cuni.cz/students/oprsal/geophys/diploma1996/dipl.htm
    For this thesis, please refer to: Ivo Oprsal, ELASTIC FINITE DIFFERENCE SCHEME FOR TOPOGRAPHY MODELS ON IRREGULAR GRIDS' Diploma Thesis, Dept. of Geophysics, Charles University, Prague, May 1996.
    Here you can retreive the PDF version of camera ready copy (1.41 MB) (better for printing) , as it was defended at Dept. of Geophysics, Charles University, Prague, May 1996, and also winzipped Postscript version (818 kB).
    Click here to go back...
    Faculty of Mathematics and Physics
    Charles University in Prague
    ELASTIC FINITE DIFFERENCE SCHEME FOR TOPOGRAPHY MODELS ON IRREGULAR GRIDS
    Diploma Thesis
    Ivo Oprsal
    supervisor: Jiri Zahradnik
    Prague, May
    This research had been carried out at: Charles University, Faculty of Mathematics and Physics, Department of Geophysics, V Hole sovi ckách 2, 180 00 Praha 8, Czech Republic tel.: 42-2-8576 2546
    fax.: 42-2-8576 2555
    Email: io@karel.troja.mff.cuni.cz jz@karel.troja.mff.cuni.cz
    Contents
    ACKNOWLEDGEMENTS
    1 INTRODUCTION
    2 BASIC EQUATIONS
    3 PSi-2 SCHEME FOR IRREGULAR GRID
    3.1 Irregular grid

    60. Matlab M-Files Database - Files
    Transport Equation with finite differences, This program solves the transport equation with different Finite difference schemes and computes the convergence
    http://matlabdb.mathematik.uni-stuttgart.de/files.jsp?MC_ID=1&SC_ID=2

    Page 3     41-60 of 90    Back | 1  | 2  | 3  | 4  | 5  | Next 20

    free hit counter