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

Matrix Company freeware
Filter: All | Freeware | Demo
 

Matrix Company

< 1 2 3 4 5 
Added: March 31, 2013 | Visits: 569

Matrix Analysis of Three Dimensional Bar Structures MABS3D Input data is the Microsoft ExceldlT« file, where the table of nodes, table of elements, nodal external loads vector and boundary conditions are stored.After running the mabs3d.m file on the Command Window, the program calculates the stiffness matrix in local coordinates kiL (element i). Once...



Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): Matrix Analysis of Three Dimensional Bar Structures MABS3D Download

Added: April 26, 2013 | Visits: 455

Matrix Library for Simulink A set of blocks for manipulating 3x3 and 4x4 matrices. In versions of Simulink prior to R12, matrices were handled in row-major form, thus the need for special blocks to handle matrices. Although Simulink can now handle arrays as signals, some users may still find the row-major approach...





Platforms: Matlab

License: Freeware Size: 81.92 KB Download (44): Matrix Library for Simulink Download

Added: September 12, 2013 | Visits: 404

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: March 26, 2013 | Visits: 415

Keplerian State Transition Matrix Phi = keplerSTM(x0,dt,mu) will return the state transition matrix Phi for a set of objects described by initial positions and velocities (x0) with gravitational parameters mu, propogated along Keplerian orbits for time dt. The positions and velocities at time dt is then given by Phi*x0. x0 must...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Keplerian State Transition Matrix Download

Added: May 17, 2013 | Visits: 471

Matrix Completion via Thresholding Contains three matrix completion algorithms and a demo script for running them. Also compares against other matrix completion algorithms - Singular Value Thresholding and Fixed Point Iteration.Solves the following three optimization problems:min rank(X) subject to ||y - M(X)||_2


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Matrix Completion via Thresholding Download

Added: August 27, 2013 | Visits: 669

Euklid (Inverse) Distance Weight Matrix function W = euklid_W(ws,d,n)function W = euklid_invW(ws,d,n) PURPOSE: create an (inverse) euklidean distance spatial weight matrix (n x m 'moving-window' style matrix with distance to center cell weighted.) ------------------------------------------------------------------ USAGE: W =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Euklid (Inverse) Distance Weight Matrix Download

Added: July 07, 2013 | Visits: 519

Matrix Analysis of Two Dimensional Bar Structures MABS2D Input data is the MS Excel file, where the table of nodes, table of elements, nodal external loads vector and boundary conditions are stored.After running the mabs2d.m file on the Command Window, the program calculates the stiffness matrix in local coordinates kiL (element i). Once the...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (50): Matrix Analysis of Two Dimensional Bar Structures MABS2D Download

Added: June 16, 2013 | Visits: 400

ClebschGordan matrix of coefficients we can use any complete set of Eigenkets for basis of our hilbert spacewe can use |j1,j2,m1,m2> or |j1,j2,j,M>"clmatrix.m is use for building the transformation Matrix |j1,j2,j,M> = |j1,j2,m1,m2>


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): ClebschGordan matrix of coefficients Download

Added: July 13, 2013 | Visits: 364

Finding a similar valid correlation matrix Implementation of Nicholas J. Higham's algorithm "Computing the Nearest Correlation Matrix - A Problem from Finance", 2002.http://eprints.ma.man.ac.uk/232/01/covered...S_ep2006_70.pdf


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Finding a similar valid correlation matrix Download

Added: May 26, 2013 | Visits: 460

Distance Matrix Latitude Longitude DISTMATLATLON Computes distance matrix between list of coords in X and Y D = DISTMATLATLON(X,Y) for matrices X and Y, with columns [Lat Lon], returns the distance matrix where the (i,j)th entry is the distance between the i'th and j'th row of X and Y respectively. X and Y must have columns in the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Distance Matrix Latitude Longitude Download

Added: June 09, 2013 | Visits: 257

Matrix Decomposition Matrix decomposition using, e.g. the Cholesky decomposition requires the correlation matrix to be positive definite. That is, the eigenvalues must all be positive. In finance, this is rarely the case, and one often observes negative eigenvalues, or zero eigenvalues. These two functions do...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Matrix Decomposition Download

Added: June 27, 2013 | Visits: 721

Data Matrix API libdmtx is an open-source library for reading and writing Data Matrix barcodes, two-dimensional symbols that hold a dense pattern of data with built-in error correction. This module provides a PHP wrapper API enabling Drupal developers to make use of libdmtx's matrix code encoding/decoding...


Platforms: PHP

License: Freeware Size: 10 KB Download (69): Data Matrix API Download

Added: August 16, 2013 | Visits: 281

UC Matrix UC Matrix is an extension of the UC Affiliate2 module. I allows you to handle cases where the matrix of affiliates needs to be forced. For instance, you may want to have a maximum of 2 people under each affiliate (called a binary matrix.)FeaturesThe following are the features I planned to...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): UC Matrix Download

Added: June 25, 2013 | Visits: 470

Matrix Synthesizer The Matrix Synthesizer lets you create short melodies using a simple matrix of "tone blocks" and allows you to play these tunes on a variety of musical instruments. This application is written in JavaFX and was inspired by Andr?*N*?*A* Michelle's tone matrix.


Platforms: Mac

License: Freeware Size: 943 B Download (46): Matrix Synthesizer Download

Added: June 22, 2013 | Visits: 420

JSparse Matrix Package The JSparse Matrix Package, developed by Philipp Geigenm?*N?ller during an internship at the prudsys AG in Chemnitz, Germany, is an extension of the well-known Java Matrix Package (JAMA) and allows the use of sparse matrices and related algorithms. Features . provides two storing techniques...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (34): JSparse Matrix Package Download

Added: October 23, 2013 | Visits: 474

Matrix Operations Matrix Operations is a program designed to do basic matrix operations such as determinants, inverses, adjoints, multiplication, addition/substraction and others. It is written in c++ for Linux, and it uses basic I/O display to output the matrices.


Platforms: *nix

License: Freeware Size: 61.44 KB Download (39): Matrix Operations Download

Added: July 23, 2006 | Visits: 4.773

Creaname CreaName is a free tool helping you find a name for your new company, product, Internet domain... The admin control panel let you add, modify and delete words in the system. Moreover you will have the possibility to customize the text colors and background colors.


Platforms: Windows

License: Freeware Size: 150 KB Download (941): Creaname Download

Released: January 11, 2004  |  Added: June 21, 2006 | Visits: 2.871

Neo Matrix 3D ScreenSaver Neo Matrix 3D screensaver brings your consciousness to the higher levels of reality where you can find yourself in the endless pseudo matrix 3D alien tunnels spinning and wirling around to change your perception of the earth environment. 3d alien tunnels series screensavers was programmed by the...


Platforms: Windows

License: Freeware Size: 1.14 MB Download (205): Neo Matrix 3D ScreenSaver Download

Released: June 11, 2007  |  Added: July 03, 2007 | Visits: 5.826

Zebra Price Label Software The ProphetLine POS/Retail Management Software Company has made available as a free software download, an application that manually prints barcode pricing labels. This is not a high volume application that is connected to your current POS software, but a manual program ideal for individual...


Platforms: Windows

License: Freeware Size: 6.35 MB Download (640): Zebra Price Label Software Download

Released: January 09, 2019  |  Added: January 12, 2019 | Visits: 3.826

BS1 General Ledger BS1 General Ledger tracks budget and actual financial data to produce financial statements such as an Income Statement and Balance Sheet, the Trial Balance report, and General Ledger (detail) report. Unlimited account grouping levels. All user errors can be easily corrected. Add AP, AR,...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 1.5 MB Download (201): BS1 General Ledger Download

< 1 2 3 4 5