Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.945 Times

Numerical freeware
Filter: All | Freeware | Demo
 

Numerical

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 495

MM5 User Interface MUI(MM5 User Interface) is a web based user interface for a numerical weather prediction model written with php and bash scripts and awk for linux OS. The application is very easy to install, use and customize to suit your needs and could be easily ported to work on other operating systems. Platforms: *nix, PHP, BSD

License: Freeware Download (57): MM5 User Interface Download

Added: May 10, 2013 | Visits: 282

Post Levels This is done by assigning a numerical level for each user and choosing the level required to view a post.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.0.9 or higher Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Post Levels Download

Added: May 10, 2013 | Visits: 357

Popularity Contest 1.3b3 There are numerical values assigned to each type of view and feedback, which are used to create a 'popularity score' for each post.The values assigned to each view and feedback type are editable and can be changed at any time. When you change any of these values, the 'popularity score' for all... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): Popularity Contest 1.3b3 Download

Added: August 31, 2013 | Visits: 451

OOFEM OOFEM is free finite element code with object oriented architecture for solving mechanical, transport and fluid mechanics problems that operates on various platforms.The aim of this project is to develop efficient and robust tool for FEM computations as well as to provide modular and extensible... Platforms: C and C plus plus

License: Freeware Size: 3.26 MB Download (50): OOFEM Download

Added: May 11, 2013 | Visits: 400

Finite Volume Poisson Solver C-Library & Matlab Toolbox implement a numerical solution of Poisson equationdiv(e*grad(u))=ffor Cartesian 1D, Cartesian 2D and axis-symmetrical cylindrical coordinates with respect to steeply varying dielectrical permittivity e.Library uses regular rectangular grid with mixed boundary... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (50): Finite Volume Poisson Solver Download

Added: June 25, 2013 | Visits: 1.235

NUFFT, NFFT, USFFT The Matlab code in this folder implements 1D-3D NUFFTs via fast Gaussian gridding. The convolution loops are written as C programs to be compiled as mex files from the Matlab command prompt. Further mathematical details about the code can be found in L. Greengard and J. Lee, "Accelerating the... Platforms: Matlab

License: Freeware Size: 481.28 KB Download (65): NUFFT, NFFT, USFFT Download

Added: April 06, 2013 | Visits: 428

INPOLYHEDRON TEST InPolyedron detects points inside a manifold closed surface (even non convex ones). The normal orientation is assumed to be outwards. Warning there is no check for closed surface or normal orientation, open surfaces will give nonsense results.In the limit of numerical accuracy, points lying on... Platforms: Matlab

License: Freeware Size: 727.04 KB Download (39): INPOLYHEDRON TEST Download

Added: May 11, 2013 | Visits: 584

Pattern formation and KPP equation This 15-line matlab program solves the nonlinear reactiondiffusion equation, called Kolmogorov-Petrovskii-Piskunov(KPP) equation to generate patterns (ribbons and rings).The numerical method is simple and program is easy tounderstand, and it can be extended to simulatedmore complex systems. The... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Pattern formation and KPP equation Download

Analysis of a Rotor Blade System using Blade Element Momentum Theory The function is based on the mathematical treatment of rotating rotors in "Principles of Helicopter Aerodynamics" by Dr. J.Gordon LeishmanThe numerical method does this by using Blade Element Momentum Theory (BEMT) to calculate the inflow along the length of the blade, then using that inflow and... Platforms: Matlab


Added: June 01, 2013 | Visits: 524

zpkfit zpkfit uses the nonlinear least-squares fitter (lsqnonlin) to fit an analytic model of any (fixed) number of poles and zeroes to numerical (presumably measured) frequency response data. It takes as arguments a frequency vector, a frequency response vector, and vectors of the initial guesses of... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): zpkfit Download

Added: July 30, 2013 | Visits: 399

Poiseuille Flow in a Rectangular Channel LU Decomposition is applied to a sparse banded matrix. We show how fill-ins can make solution by elimination not manageable. The same matrix is used to solve the Poiseuille flow problem in a rectangular channel using the finite differences approach. The result obtained using this numerical... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Poiseuille Flow in a Rectangular Channel Download

Radiation Heat Transfer Shape Factor (Mechnical Engineering) RADIATION HEAT TRANSFER- SHAPE FACTOR CALCULATION (MECHANICAL ENGINEERING) The file, sfactor.m ; (example) xxx = sfactor(a).calculates shape factor between two flat surfaces with arbitrary orientation and location. (sfactor12.m and sfactor16.m are similar to sfactor.m but with 12 and 16... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Radiation Heat Transfer Shape Factor (Mechnical Engineering) Download

Use of pdepe and Laplace Transform to Solve Heat Conduction Problems In the present program three methods are used to solve a heat conduction problem. This problem is given in M. N. doOCozisik, Heat Conduction, Wiley, New York, 1980. We use pdepe, short times solution based on analytical inversion of a Laplace transform and finally a numerical solution based on... Platforms: Matlab


Added: July 02, 2013 | Visits: 445

Numerical Inversion of Laplace Transforms The inversion of Laplace transforms is performed using two methods: (1) the Zakian method and (2) the Fourier series approximation. Results are in agreement with analytical solutions. The Zakian method presents problems for transcendental functions. The Fourier series gives better results when... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (46): Numerical Inversion of Laplace Transforms Download

Added: August 13, 2013 | Visits: 358

Ultrasim Ultrasim is an interactive, menu-oriented simulator for finding the sound field from transducers, primarily for medical ultrasound. Ultrasim can handle 1D, 1.5D and 2D linear and phased arrays, and flat and curved arrays with many different footprints such as rectangular and elliptical. It also... Platforms: Matlab

License: Freeware Size: 368.64 KB Download (39): Ultrasim Download

Added: June 02, 2013 | Visits: 505

Bulirsch-Stoer Propagator/Integrator The bulirsch-Stoer single-step ODE propagator has come to MATLAB in form of a MEX adaptation of Juergen Dietel's Numerical ODE solver. This may very well be the fastest single-step numerical propagator released on the Mathworks FileExchange.All functions are written in c++ and must be compiled to... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): Bulirsch-Stoer Propagator/Integrator Download

Added: July 16, 2013 | Visits: 524

Writing Fast MATLAB Code Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat.Contents: * Introduction * The... Platforms: Matlab

License: Freeware Size: 327.68 KB Download (48): Writing Fast MATLAB Code Download

Added: August 07, 2013 | Visits: 363

Pareto Front Identifying the Pareto Front from a set of points in a multi-objective space is the most important and also the most time-consuming task in multi-objective optimization. Usually, this is done through so called nondominated sorting. In this package, two efficient algorithms are provided to find... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Pareto Front Download

Added: September 12, 2013 | Visits: 406

Tutorial: C mex matrix demo This short tutorial illustrates basic numerical matrix computation in C. I encourage any comments from expirienced mex programmers for style improvement.This is a nice little function to demonstrate how you can interface MATLAB and C style matricies. There is some example code included showing... Platforms: Matlab

License: Freeware Size: 133.12 KB Download (44): Tutorial: C mex matrix demo Download

Added: September 04, 2013 | Visits: 425

3D Finite Volume Poisson Solver For Ion Channels C-Library & Matlab Toolbox implement a numerical solution of Poisson equationdiv(e*grad(u))=fin Cartesizan 3D coordinates with respect to steeply varying dielectrical permittivity e. Library uses regular rectangular grid with mixed boundary conditions, FVM-based equation discretization and... Platforms: Matlab

License: Freeware Size: 716.8 KB Download (46): 3D Finite Volume Poisson Solver For Ion Channels Download

< 1 2 3 4 5