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

Introduction To Linear Algebra freeware
Filter: All | Freeware | Demo
 

Introduction To Linear Algebra

< 1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 1.054

Math::Symbolic Math::Symbolic is a Perl module for symbolic calculations. SYNOPSIS use Math::Symbolic; my $tree = Math::Symbolic->parse_from_string(1/2 * m * v^2); # Now do symbolic calculations with $tree. # ... like deriving it... my ($sub) = Math::Symbolic::Compiler->compile_to_sub($tree); my... Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): Math::Symbolic Download

Added: January 25, 2010 | Visits: 568

Script Ex X Script Ex X is a bundle of AppleScript examples designed as an introductory to AppleScript for Mac OS X. Platforms: Mac

License: Freeware Size: 147 KB Download (102): Script Ex X Download

Added: January 25, 2010 | Visits: 675

Numerics.osax Free Scripting Addition to provide advanced mathematical commands. Includes:linear algebra (eigenvalues, linear systems solving, etc.)signal processing (1d, 2d, and n-d FFT, cross- and self-correlations, convolution, interpolation)image processing (import/export, particle analysis)3D arrays... Platforms: Mac

License: Freeware Size: 1024 KB Download (102): Numerics.osax Download

Added: March 16, 2010 | Visits: 882

XML::SAX::Intro XML::SAX::Intro is an Introduction to SAX Parsing with Perl. XML::SAX is a new way to work with XML Parsers in Perl. In this article well discuss why you should be using SAX, why you should be using XML::SAX, and well see some of the finer implementation details. The text below assumes some... Platforms: *nix

License: Freeware Size: 58.37 KB Download (101): XML::SAX::Intro Download

Added: February 15, 2010 | Visits: 849

libredblack libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm. The algorithm was taken from the book "Introduction to Algorithms" by Cormen, Leiserson & Rivest. Frankly I never entirely understood it, but it most definately works! What is the problem with... Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): libredblack Download

Added: April 16, 2010 | Visits: 862

Persistent::Sybase Persistent::Sybase is a persistent class implemented using a Sybase database. SYNOPSIS use Persistent::Sybase; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Persistent::Sybase Download

Added: August 03, 2010 | Visits: 1.080

XSD/e XSD/e is a XML Processing for Embedded Systems. CodeSynthesis XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability.... Platforms: *nix

License: Freeware Size: 2.6 MB Download (100): XSD/e Download

Added: May 10, 2013 | Visits: 928

NumPy The fundamental package needed for scientific computing with Python is called NumPy.  This package contains: - a powerful N-dimensional array object - sophisticated (broadcasting) functions - basic linear algebra functions - basic Fourier transforms - sophisticated random number capabilities... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (99): NumPy Download

Added: January 25, 2010 | Visits: 677

Introduction to Interactive Fiction In this interactive fiction, you get points as you discover the story and interactively make it unfold. This one is a gentle intro to IFs. This is my first IF. It is short with only 2 potential points. It is also a gentle introduction to Text Adventuring. Platforms: Mac

License: Freeware Size: 162 KB Download (98): Introduction to Interactive Fiction Download

Added: October 04, 2010 | Visits: 757

Embperl::Intro Embperl::Intro is an introduction to Embperl. Embperl has started as a Perl module for simply embedding Perl into HTML and has grown to a full featured system to build dynamic content (not only) under mod_perl. The version 1.x focus on HTML documents, also it could be used for any sort of ascii... Platforms: *nix

License: Freeware Size: 665.6 KB Download (98): Embperl::Intro Download

Added: June 21, 2010 | Visits: 971

xDash::Archive::Pg xDash::Archive::Pg is a base class for Archive. SYNOPSIS package Archive; use base xDash::Archive::Pg; # Set up your own database access parameters sub SetParameters { shift->SUPER::SetDatabaseConnection( name => xdash, user => , password => ) } USAGE The module is developed in the... Platforms: *nix

License: Freeware Size: 62.46 KB Download (98): xDash::Archive::Pg Download

Added: June 04, 2010 | Visits: 1.482

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does... Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: April 08, 2010 | Visits: 1.191

The friendly interactive shell The friendly interactive shell is a user friendly shell intended mostly for interactive use. - If you want to see screenshots of fish in action, click here. - If you are familiar with the basics of shells,read this page for a short introduction to fish. - If you are dont know how to use a... Platforms: *nix

License: Freeware Size: 768 KB Download (98): The friendly interactive shell Download

Added: September 06, 2010 | Visits: 680

Seldon Seldon is a C++ library for linear algebra. Seldon provides matrix and vector structures, and some methods and functions for computations (linear algebra). Seldon is designed to be efficient and convenient, which is notably achieved thanks to template classes. Exception handling and several debug... Platforms: *nix

License: Freeware Size: 68.61 KB Download (97): Seldon Download

Added: November 05, 2010 | Visits: 971

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 (97): Template Numerical Toolkit Download

Added: February 18, 2010 | Visits: 1.011

OpenDDPT OpenDiscreteDynamicProgrammingTemplate project founds optimal constrainted parameters of a discrete controls with second order optimization template replacing Hessian with directional derivatives and backpropagation for digital filter(as neural network).. OpenDiscreteDynamicProgrammingTemplate:... Platforms: *nix

License: Freeware Size: 2.1 MB Download (97): OpenDDPT Download

Added: September 06, 2010 | Visits: 1.266

Persistent::MySQL Persistent::MySQL is a persistent class implemented using a MySQL database. SYNOPSIS use Persistent::MySQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Persistent::MySQL Download

Added: November 25, 2010 | Visits: 1.277

Persistent::Oracle Persistent::Oracle is a persistent class implemented using an Oracle database. SYNOPSIS use Persistent::Oracle; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Persistent::Oracle Download

Added: August 21, 2010 | Visits: 783

RPilot RPilot project is an interpreter for the IEEE-standard language PILOT. RPilot is an interpreter for the IEEE-standard programming language PILOT written in portable C. PILOT is a language that was designed in the 1960s to support computer-aided instruction and is very simple to learn.... Platforms: *nix

License: Freeware Size: 36.86 KB Download (95): RPilot Download

Added: April 06, 2010 | Visits: 790

TaxiPilot TaxiPilot is just a silly little game. The project is based on what I remember of the Spacetaxi-game on the C64. The objective is to pick up passengers waiting on a number of platforms and to drop them where they want to go. Thats basically it. Whats New in This Release: - added initial... Platforms: *nix

License: Freeware Size: 4.5 MB Download (95): TaxiPilot Download

< 1 2 3 4 5 >