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

Solving Matrices software
Filter: All | Freeware | Demo
 

Solving Matrices

< 1 2 3 4 5 > 
Added: May 25, 2013 | Visits: 491

Transform Points This function will take two transformation matrices and transform from tr1 to tr2 converting all the points from frame 1-->2Use: pointsOut = fcn_transformPoints(trOrigin[4x4],trDestination[4x4], pointsToBeMoved[mx3])tr1 and tr2 are in the form of [1 0 0 0; [Posx Posy Posz], unitx' unity'...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Transform Points Download

VERY FAST LOADING OF BULKY POINT CLOUDS AND MATRICES IN ASCII FORMAT This implementation includes modules for very fast loading and saving of n-dimensional, possibly colored and bulky point clouds. The proposed functions can also be used to load and save matrices in ASCII format.USAGE-------cload -------> loads point clouds from ASCII-files. (Function definitions...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): VERY FAST LOADING OF BULKY POINT CLOUDS AND MATRICES IN ASCII FORMAT Download

Added: June 22, 2013 | Visits: 213

ResizeImageMatrix This program implements various interpolation techniques to resize 2D matrices or Image Matrices.Methods of interpolation used are1) Nearest Neighbour2) Bilinear3) Bicubic 2x24) Bicubic 4x45) Bicubic 6x66) Bicubic 8x8


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): ResizeImageMatrix Download

Added: July 21, 2013 | Visits: 299

FELICITY This is a MATLAB/C++ code for solving PDEs that are discretized by a finite element method on unstructured grids. It automates assembly of a variety of FEM matrices using a straightforward syntax and automatic code generation. The resultant matrices can be manipulated by MATLAB for ease in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.03 MB Download (44): FELICITY Download

Added: August 06, 2013 | Visits: 308

Industrial Mathematics The central thrust of the book is to demonstrate the power of interweaving analytics with computing methods during problem solving.For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1602.jsp.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): Industrial Mathematics Download

Added: August 13, 2013 | Visits: 327

Discrete Copulas This program shows the discrete copulas and their associated bistochastic matrices


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Discrete Copulas Download

Added: June 02, 2013 | Visits: 279

Block Circulant matrix package Object package for representation and manipulation of block-circulant matrices.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Block Circulant matrix package Download

Fast assembly of stiffness and matrices in finite element method This code demonstrates vectorization concepts from a report by Talal Rahman and Jan ValdmanonFast MATLAB assembly of FEM matrices in 2D and 3D: nodal elementsTechnical report is available athttp://www.mis.mpg.de/publications/other-s...eport-1111.htmlTo run the code, call"start_assembly_P1_3D"...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (44): Fast assembly of stiffness and matrices in finite element method Download

Added: August 10, 2013 | Visits: 335

Sort Eigenvectors & Eigenvalues This function takes in two matrices P and D, presumably the outputfrom Matlab's eig function, and then sorts the columns of P tomatch the sorted columns of D (going from largest to smallest)EXAMPLE:D = -90 0 0 0 -30 0 0 0 -60P = 1 2 3 1 2 3 1 2 3[P,D]=sortem(P,D)P = 2 3 1 2 3 1 2 3 1D = -30 0 0 0...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Sort Eigenvectors & Eigenvalues Download

Added: May 26, 2013 | Visits: 336

Number Grid Search Anyone who is interested in puzzle solving using Matlab might appreciate this simple code. It stems from a need to solve a grid puzzle posed by a fellow geocacher here in Australia. (Look to GC2YWE1 Minimax on the geocaching website for further details, or if you don't know what geocaching is :-)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Number Grid Search Download

Added: July 28, 2013 | Visits: 291

plot 2/3D vector(s) Plots 2D or 3D vectors at points, both provided as matrices of column vectors.QUIVERMD(AX, X, V, VARARGIN) plots the column vectors in matrix V at the points with coordinates the column vectors in matrix X, within axes object AX using plot formatting options in VARARGIN.Examplex = linspace(0, 10,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): plot 2/3D vector(s) Download

Added: June 30, 2013 | Visits: 325

Newmark Integrator Function Numerical Integrator on Time for solving ODEsThis function can solve the general form "M * X_2dot + C * X_dot + K * X = R".


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Newmark Integrator Function Download

Added: August 10, 2013 | Visits: 209

Dijkstra Algortihm with GUI Dijkstra algorithm is used for solving shortest path problem.Dijkstra algorithm is used for solving shortest path problem. This is GUI version. The sample data is saved on *.mat.Usage :>> main


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Dijkstra Algortihm with GUI Download

Added: April 18, 2013 | Visits: 420

Sudoku GUI Graphical user interface for creating and solving sudoku puzzles. Includes built-in sudoku solver that can be used to solve typed-in puzzles or provide cheating hints if the puzzle is too hard.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Sudoku GUI Download

Added: March 26, 2013 | Visits: 399

Euler/Fixed Angles Properties Easy to use GUI that gives Euler angles for different rotation matrices and gives rotation matrices for different Euler angles. Also it animates the angle rotations one by one for more understanding.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Euler/Fixed Angles Properties Download

Added: August 22, 2013 | Visits: 397

fieldlines3D fieldlines3D(X,Y,Z,U,V,W,x0,y0,z0) plots a field line with the initial point P(x0,y0,z0).The matrices X,Y,Z,U,V,and W must all be the same size and contain corresponding position and field components.The function employs the 4th order Runge-Kutta method for solving numerically differential...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): fieldlines3D Download

Added: June 30, 2013 | Visits: 390

plot_line.m Produces the digial representation of a straight line suitable for use with matrices and the 'plot' function.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): plot_line.m Download

Added: June 23, 2013 | Visits: 364

la4j la4j (Linear Algebra for Java) - is a elegant and pure Java library for solving problems of linear algebra. It is support sparse and dense matrices and vectors. la4j - is a try to design nice object oriented implementation of linear math library. Features single-threaded; uniform...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (40): la4j Download

Added: July 25, 2013 | Visits: 298

JEME A simple and easy to use program designed for quickly solving scientific problems. Subjects include Physics, Engineering, and Geometry. Future updates will add more equations and subjects, so keep checking back for updates. This project is Open Source, and as such is available for free in the...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 6.89 MB Download (40): JEME Download

Added: October 18, 2013 | Visits: 590

Engineering Suite Program for solving non-linear, and linear, equation systems in which you write the equations and the program solves them numerically. It includes a data base with thermodynamical properties and also a symbolic engine. Basically the program is an open source clone of the EES-Engineering Equation...


Platforms: Mac

License: Freeware Size: 8.62 MB Download (80): Engineering Suite Download

< 1 2 3 4 5 >