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.226.925 Times

Numerical Methods Mathematica software
Filter: All | Freeware | Demo
 

Numerical Methods Mathematica

< 1 2 3 4 5 > 
Added: August 03, 2013 | Visits: 355

Water Rocket Fun This program can help students and rocketeers understand the physics of water rockets and how to optimize their water rocket launches to obtain the highest apogees. The interface is designed to be easy to use and understand. But don't be fooled by the program's simple layout, few if any of the...



Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.37 MB Download (42): Water Rocket Fun Download

Added: July 25, 2013 | Visits: 470

Comparison analysis of numerical intergration methods Comparison analysis of numerical intergration methods, viz. trapezoid, Composite trapezoid, Simpson's Rule, Composite Simpson's rule, Mid-point Rule, Composite Mid-point Rule (scripts of all) taken from author's (Sulaymon L Eshkabilov) other submitted function files with above listed numeric...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Comparison analysis of numerical intergration methods Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 526

Mathematica Almost any workflow involves computing results, and that's what Mathematica does—from building a hedge fund trading website or publishing interactive engineering textbooks to developing embedded image recognition algorithms or teaching calculus. Mathematica is renowned as the world's ultimate...


Platforms: Windows, Mac, Linux

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (50): Mathematica Download

Added: July 02, 2013 | Visits: 442

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 27, 2013 | Visits: 329

Numerical Analysis Functions 1 Numerical analysis functions that employ the Bisection, Fixed-point, Newton-Raphson, and Muller's methods. Each returns a root for a given function, and optionally a iteration table.*** Symbolic Toolbox is NOT REQUIRED ***


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Numerical Analysis Functions 1 Download

Comparison of ODE solutions found from numerical and analytic methods in MATLAB It is aimed to perform comparison analysis of numerical solution search ..% methods of 2nd order ODE. Heun's Method, Euler's method, Runge-Kutta% (MATLAB built-in solver-ODE45) and analytical solution of the given ODE.% Given an ODE: D2y+2Dy+y=exp(-t); ICs: y(0)=1; Dy(0)=2.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Comparison of ODE solutions found from numerical and analytic methods in MATLAB Download

Added: May 02, 2013 | Visits: 422

wp-num-captcha Adds Numerical addition CAPTCHA anti-spam methods to WordPress on the comment form. In order to post comments, users will have to type in the phrase shown on the addition. This can help prevent spam from automated bots.installation : 1. Upload the wp-num-captcha folder to the...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): wp-num-captcha Download

Added: November 05, 2010 | Visits: 969

Template Numerical Toolkit Template Numerical Toolkit (TNT) is a collection of interfaces and reference implementations of numerical objects useful for scientific computing in C++. The toolkit defines interfaces for basic data structures, such as multidimensional arrays and sparse matrices, commonly used in numerical...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (92): Template Numerical Toolkit Download

Added: May 10, 2013 | Visits: 509

TBCI numerical library This is a templated library of numerical base classes which implement basic data structures like complex numbers, dynamic vectors, static vectors, different types of matrices like full matrices, band matrices, sparse matrices, etc. and also included a representation for Tensors and its typical...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (49): TBCI numerical library Download

Added: May 10, 2013 | Visits: 477

USPS Methods 2.8d This allows a site owner to choose which USPS shipping methods will be available to the customer. Settings can be changed in the admin interface under Modules->Shipping->United States Postal Service.For example, if you select "Express" and "Priority", then a customer will only be shown those two...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (50): USPS Methods 2.8d Download

Added: May 10, 2013 | Visits: 494

Generating get/set methods using closures When creating a class,one often end up writing lots get/set methods which essentially do the same thing e.g. get_name, get_age, ... , set_name, set_age, ... - each such method will simply set or return the value of its associated attribute. This script is a stategy for automating the creation of...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Generating get/set methods using closures Download

Added: May 10, 2013 | Visits: 497

Abstract methods/classes The point is that python doesn't have a notion of abstract methods.Abstract methods are part of a base class that defines an interface, without any code. Abstract methods can't be called directly, because they don't contain any code in their definition. In the definition of the base class, you...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Abstract methods/classes Download

Added: May 10, 2013 | Visits: 447

Static or Class Methods This script implements class methods that do not require an object instance.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Static or Class Methods Download

Added: May 10, 2013 | Visits: 486

Changing return value for mutating list methods Mutating list methods such as 'append' or 'extend' return None instead of the (mutated) list itself. Sometimes, this is not the desired behaviour. To have a reference to the (mutated) list returned is usefull, if one wants to chain commands such as mylistinstance.append(7).sort().


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Overlap Add Overlap Save methods implementation for block DFT processing The overlap add and overlap save are the two generally implemented methods when the input is greater than the maximum processible block in MATLAB because of memory constraints.


Platforms: Matlab


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


Exact Numerical Simulation of the Ornstein-Uhlenbeck Process This code implements and plots the exact numerical solution of the Ornstein-Uhlenbeck process and its time integral. The numerical method here used was published by D.T. Gillespie in 1996 in the journal Physical Review E.The probability density function and its plot for the Ornstein-Uhlenbeck...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Exact Numerical Simulation of the Ornstein-Uhlenbeck Process Download

Added: July 12, 2013 | Visits: 534

Gauss numerical integration Gauss numerical integration of univariate funcitons by 7-point Gaussian quadrature. Very accuracy and fast.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Gauss numerical integration Download

Added: November 17, 2013 | Visits: 344

Array Utilities A module of additional array methods, including slice operations, numerical calculations, cloning and concatenation, and more.


Platforms: Mac

License: Freeware Size: 10.24 KB Download (36): Array Utilities Download

Added: September 24, 2013 | Visits: 432

WITM - Web Interface To Mathematica WITM, is an acronym for Web Interface To Mathematica. WITM allows a workstation running Mathematica and a web server to be accessed from any browser. Care was taken to ensure WITM works well with handheld devices such as PDAs.


Platforms: *nix

License: Freeware Size: 399.36 KB Download (35): WITM - Web Interface To Mathematica Download

< 1 2 3 4 5 >