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

Partial Derivatives Examples software
Filter: All | Freeware | Demo
 

Partial Derivatives Examples

< 1 2 3 4 5 > 
Added: August 09, 2013 | Visits: 452

Gaussian elimination with partial pivoting This code can be used to solve a set of linear equations using Gaussian elimination with partial pivoting. Note that the Augmented matrix rows are not directly switches. Instead a buffer vector is keeping track of the switches made. The final solution is determined using backward substitution. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (53): Gaussian elimination with partial pivoting Download

What's New for Object-Oriented Programming in MATLAB Webinar - Code Examples These are the code examples used in the "What's New for Object-Oriented Programming in MATLABdlT«" webinar, which described the new object oriented features in Release 2008a.To use the code, add the top folder to your path. See the test* M-files and associated published HTML reports for code... Platforms: Matlab


Added: August 09, 2013 | Visits: 555

Generate many examples of Ramanujam's Diophantine Equation This programme is about finding many examples of Ramanujam's Diophantine Equation. For mathematical formulas used in making this programme, I have referred to the article MATHEMATICAL MINIATURE 9.pdf by John Butcher, butcher@math.auckland.ac.nz.To circumvent the problem of editing the Greek... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Generate many examples of Ramanujam's Diophantine Equation Download

Added: May 19, 2013 | Visits: 346

Sensitivity Analysis for ODEs and DAEs The zip file contains1) The two m-files, SENS_IND and SENS_SYS.2) Four MATLAB 5.3 files which are not in Matlab R 6.1 and may be called from SENS_SYS and SENS_IND:ntrp15s.m, odezero.m, icdae.m, icsdae.m.3)The file Description.pdf, which explains how to use the functions and gives a short overview... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (49): Sensitivity Analysis for ODEs and DAEs Download

Added: April 30, 2013 | Visits: 527

Object oriented programming examples Examples of classes inheritance, public and private attributes and methods from chapter 5.7 of the new edition of book by Bogumila and Zbigniew Mrozek. Comments are in Polish and English language. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (38): Object oriented programming examples Download

Hermite cubic interpolating polynomial with specified derivatives PP = PCHIPD(X,Y,D) provides the piecewise cubic polynomial which interpolates values Y and derivatives D at the sites X. This is meant to augment the built-in Matlab function PCHIP, which does not allow the user to specify derivatives.X must be a vector.If Y and D are vectors, then Y(i) and D(i)... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Hermite cubic interpolating polynomial with specified derivatives Download

Added: April 06, 2013 | Visits: 570

trapz and quad basic examples Basic examples of using trapz and quad to evaluate the integral of two simple known functions between defined limits.A for loop is used to loop over the upper limits of integration. The results are compared to show the greater accuracy, efficiency and ease of use of quad for a known function Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): trapz and quad basic examples Download

Added: August 28, 2013 | Visits: 606

DAQmx examples Examples of using matlab to talk to a National Instruments (NI)DAQ card _without_ the 'data acquisition toolbox'I have mainly used code and examples from Jens Roesner here:http://www.jr-worldwi.de/work/matlab/index.htmlHowever, I had to make a few slight tweaks to get it to work for me. I have... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): DAQmx examples Download

Get the 2nd derivatives of a vector with two finite boundaries The function gets the 2nd derivatives of a vector with two finite boundariesThe function gets the 2nd derivatives of a vector with two finite boundaries.function V2ndDx = get_V2ndDx(V,delta_x,INDstart,INDend)Input:V = the input vector, 1D datadelta_x = delta xINDstart = first indexINDend = last... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Get the 2nd derivatives of a vector with two finite boundaries Download

Added: June 14, 2013 | Visits: 365

GUI Examples using Nested Functions These two examples, which were originally posted in the MATLAB newsgroup comp.soft-sys.matlab, demonstrate how to use the nested function capability of MATLAB 7.0 (R14) and later versions to reduce the number of parameters that need to be passed into and between callbacks inside a GUI M-file.... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): GUI Examples using Nested Functions Download

Released: November 16, 2008  |  Added: March 09, 2009 | Visits: 2.760

PEEI The program PEEI 3.0.0.0 calculates a numerical solution of almost all the systems of partial differential equations who have number of equations equal or greater of the number of unknown functions. Platforms: Windows

License: Freeware Size: 265.5 KB Download (325): PEEI Download

Added: January 13, 2010 | Visits: 1.911

Array::Each::Tutorial Array::Each::Tutorial - POD giving various examples how to use Array::Each. SYNOPSIS man Array::Each man Array::Each::Tutorial or perldoc Array::Each perldoc Array::Each::Tutorial Overview This tutorial contains only POD, so dont do this: use Array::Each::Tutorial; # dont do this... Platforms: *nix

License: Freeware Size: 20.48 KB Download (121): Array::Each::Tutorial Download

Added: October 11, 2010 | Visits: 1.619

XML::Smart::Tutorial XML::Smart::Tutorial is a Perl module with tutorials and examples for XML::Smart. SYNOPSIS This document is a tutorial for XML::Smart and shows some examples of usual things.. Platforms: *nix

License: Freeware Size: 50.18 KB Download (119): XML::Smart::Tutorial Download

Added: September 17, 2010 | Visits: 934

uSTL uSTL is a partial implementation of the Standard Template Library which reduces code size by factoring memory management code into a non-template base class and deriving containers from it. Whats New in This Release: - This is the feature-complete release. - All containers, algorithms, and... Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): uSTL Download

Added: August 03, 2010 | Visits: 832

mooseekd mooseekd project is a partial fork of Museek+, containing only the standalone daemon needed to connect to the Soulseek P2P network. Naming has been changed so as not to clash with an existing Museek+/museekd installation. The goal of the fork is to provide a means of having only the daemon... Platforms: *nix

License: Freeware Size: 471.04 KB Download (110): mooseekd Download

Added: February 26, 2010 | Visits: 851

Sub::DeferredPartial Sub::DeferredPartial is a deferred evaluation / partial application. SYNOPSIS use Sub::DeferredPartial def; $S = def sub : P1 P2 P3 { %_=@_; join , @_{qw(P1 P2 P3)} }; print $S->( P1 => 1, P2 => 2, P3 => 3 )->(); # 123 $A = $S->( P3 => 1 ); # partial application $B = $S->( P3 => 2 );... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Sub::DeferredPartial Download

Added: August 22, 2010 | Visits: 2.195

The Gerris Flow Solver Gerris project is an Open Source Free Software library for the solution of the partial differential equations describing fluid flow. Gerris is supported by NIWA (National Institute of Water and Atmospheric research) and by the Marsden Fund of the Royal Society of New Zealand. The code is... Platforms: *nix

License: Freeware Size: 3.9 MB Download (206): The Gerris Flow Solver Download

Released: February 08, 2012  |  Added: August 14, 2012 | Visits: 1.392

OptionMatrix A real-time generalized financial derivatives calculator supporting over 136+ theoretical models from open source libraries. Matrices of prices are created with iterating strikes and/or months. A strike control system can produce any strike. A generalized date engine can calculate re-occuring... Platforms: Windows

License: Freeware Size: 6.3 MB Download (121): OptionMatrix Download

Added: May 10, 2013 | Visits: 543

Partial 5.x-1.x-dev Partials are html-based php templates that can be used within Drupal as blocks, full pages, simple pages for ajax load inline, and views module styles.Partials definitions can also be cloned, exported to xml and imported from xml.Partials support external css, javascript and php files which can... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Partial 5.x-1.x-dev Download

Added: August 16, 2013 | Visits: 463

DataGrid Class A WSC DataGrid Class with examples you can just unzip and run. Nothing to register (unless you want to). Platforms: ASP.NET

License: Freeware Size: 30.72 KB Download (46): DataGrid Class Download

< 1 2 3 4 5 >