|
|
||||||
|---|---|---|---|---|---|---|
| Date | File | Tags |
Downloads (last 30 days) |
Comments | Ratings | |
| 04 Nov 2009 | Polynomial Square Root Finds the square root of a polynomial. | 52 | 0 | |||
| 03 Nov 2009 | Full Rank Factorization Performs a full rank factorization, X=KL | 43 | 1 | |||
| 22 Oct 2009 | lapack Easily call any LAPACK or BLAS routine from inside Matlab. | 120 | 2 | |||
| 06 Oct 2009 | GCD of Polynomials Find polynomial GCD by "Leading-coefficient Elinimation" | 125 | 2 | |||
| 16 Sep 2009 | Blendenpik A fast solver of dense rectangular dense linear equations . (least squares or underdetermined). | 13 | 4 | |||
| 10 Sep 2009 | Gaussian Elimination Example (with partial pivoting): GEE, it's simple! A set of simple functions that illustrate Gaussian Elimination with partial pivoting | 348 | 2 | |||
| 08 Sep 2009 | SpTriSolve Sparse triangular solve | 23 | 0 | |||
| 07 Aug 2009 |
|
LINEAR SYSTEMS SOLVER (for small Systems) Solves many small linear systems in a vectorized way. It avoids to call the \ command inside a loop. | 151 | 5 | ||
| 27 Jul 2009 |
|
margin margin of point, vectors (length), matrices 2D (area, perimeter-margin) and 3D (volume, area-margin) | 19 | 13 | ||
| 26 Jul 2009 | Quaternion Toolbox Vectorized quaternion functions | 65 | 8 | |||
| 22 Jul 2009 |
|
plot_feasible.m plot_feasible.m is a simple bit of code for visualizing 2D linear programming problems. | 37 | 0 | ||
| 16 Jul 2009 | Perron root computation An algorithm that computes the Perron root and Perron vector for an irreducible non-negative matrix. | 31 | 0 | |||
| 17 Jun 2009 | A*B = k*B*A Solves the homogeneous linear system A*B = k*B*A | 153 | 4 | |||
| 15 Jun 2009 | proj Projection of a vector A onto vector B. | 16 | 0 | |||
| 04 Jun 2009 |
|
Don't let that INV go past your eyes; to solve that system, FACTORIZE! A simple-to-use object-oriented method for solving linear systems and least-squares problems. | 189 | 7 | ||
| 29 May 2009 |
|
MATLAB in Physics - Matrices The third lecture in a series on using MATLABĀ® in undergraduate physics courses. | 36 | 0 | ||
| 27 May 2009 | LINFACTOR: uses LU or CHOL to factorize a matrix, or previously computed factors to solve Ax=b A simple M-file to solve Ax=b using LU or CHOL. | 164 | 2 | |||
| 26 May 2009 |
|
n-Mode Tensor - Matrix Product Calculates the n-mode product between a tensor and a matrix. | 14 | 0 | ||
| 19 May 2009 | lobpcg.m LOBPCG solves Hermitian partial generalized eigenproblems using preconditioning, competes with eigs | 48 | 0 | |||
| 19 May 2009 | subspacea.m Angles between subspaces. | 24 | 0 | |||
| 19 May 2009 | subspace.m Angle between subspaces. | 11 | 1 | |||
| 19 May 2009 | ortha.m Orthonormalization Relative to matrix A | 11 | 0 | |||
| 29 Apr 2009 | Multiple-root polynomial solved by partial fraction expansion To find poles/residues of the rational function, instead of roots/multiplicities of the polynomial | 159 | 0 | |||
| 27 Apr 2009 | Polynomial coefficient vector derived from sub-polynomial factors A polynomial coefficient vector is derived from several powered polynomial factors. | 113 | 0 | |||
| 12 Apr 2009 | Factorization of a polynomial with multiple roots By a novel effective approach "Monic polynomial subtraction" for computing GCD polynomial. | 132 | 1 | |||
| 09 Apr 2009 |
|
drawLA - Draw Toolbox for Linear Algebra. Plot 2D/3D of vectors, planes, lines, spheres, and... display matrix equations. | 62 | 1 | ||
| 30 Mar 2009 | Polynomial division by convolution - quotient and reminder Division of two polynomials to get quotient and reminder using convolution matrix. | 137 | 3 | |||
| 22 Mar 2009 | Triangular and diagonal indexing A collection of functions to index diagonal and triangular parts of the matrix | 105 | 0 | |||
| 07 Mar 2009 |
|
Multiple matrix multiplications, with array expansion enabled Multiplying matrices, vectors, or scalars contained in two N-D arrays, with array expansion enabled. | 90 | 17 | ||
| 05 Mar 2009 | Sum benchmark Compute set of real values to be summed with an a priori known sum and specified condition number | 6 | 0 | |||
| 28 Feb 2009 | Global to Local Coordinate Transformation Matrix T = trans_matrix_beam3d(x0,y0,z0,x1,y1,z1,alpha) | 40 | 3 | |||
| 26 Feb 2009 |
|
Vector algebra for arrays of any size, with array expansion enabled Multiple dot, cross, and outer products, cross divisions, norms, normalizations, projections, etc. | 40 | 3 | ||
| 09 Feb 2009 | CIRCULANT (v2.0, feb 2009) (yet another, but fast) Circulent Matrix | 122 | 3 | |||
| 06 Feb 2009 | Circulant matrix The circulant matrix generated from a vector as the first row (or first column) | 151 | 10 | |||
| 02 Feb 2009 | Linearly spaced multidimensional matrix without loop Generates a N-dimensional matrix of linearly equally spaced points between the matrices d1 and d2. | 24 | 4 | |||
| 22 Dec 2008 | Conjugate Gradient Method Conjugate Gradient Method to solve a system of linear equations | 306 | 3 | |||
| 14 Dec 2008 |
|
CUBE A 3D spacetime with perception in the reference-half. | 48 | 8 | ||
| 02 Oct 2008 | h_trid Uses the Householder method to tridiagonalize a matrix. | 161 | 4 | |||
| 29 Sep 2008 |
|
Fast Reduced Row Echelon Form A much faster version of MATLAB's RREF | 40 | 2 | ||
| 29 Aug 2008 | shift SHIFT a row or column RELATIVE to the other elements in a MATRIX. | 59 | 3 | |||
| 20 Aug 2008 |
|
spok: checks if a MATLAB sparse matrix is OK Useful for mexFunction authors only | 100 | 1 | ||
| 04 Aug 2008 | EliminateConstraints Eliminates variables from a problem with linear equality constraints to give an unconstrained proble | 18 | 3 | |||
| 04 Aug 2008 | LCP / MCP solver (Newton-based) Solve the Linear Complementarity Problem. | 29 | 0 | |||
| 30 Jul 2008 | Vandermonde matrix Creating matrix with terms of geometric progression in each row | 21 | 1 | |||
| 28 Jul 2008 | Create orthonormal vectors Creates a random set of orthonormal vectors | 24 | 0 | |||
| 09 Jul 2008 | UDFactor Performs the U-D factorization of a symmetric matrix. | 167 | 1 | |||
| 22 May 2008 | Std Example according to the example in paper 'A note on standard deviation', which was written by Harley Weston | 16 | 2 | |||
| 20 May 2008 |
|
simulink matrix element This block outputs a given element of a matrix defined by the raw and the column indices of the elem | 168 | 1 | ||
| 12 May 2008 | QR/RQ/QL/LQ factorizations QR/RQ/QL/LQ factorizations of an array. | 46 | 6 | |||
| 12 May 2008 | Least squares with minimum-norm solution Least squares with minimum-norm solution | 22 | 3 | |||
| 12 May 2008 | Rank-Revealing QR factorization Rank-Revealing QR factorization of an array | 31 | 1 | |||
| 28 Apr 2008 | UL factorization [U,L]=ul(A) returns a permuted unit upper triangular matrix U and a lower triangular matrix L such t | 27 | 1 | |||
| 21 Apr 2008 | Factoring a multiple-root polynomial A multiple-root polynomial is factored into lower-degree distict-root polynomials, then solved. | 165 | 2 | |||
| 15 Apr 2008 | Polynomial division by convolution -- up to finite terms Division of two polynomials by convolution to get up to K terms. | 133 | 0 | |||
| 07 Apr 2008 |
|
UFget: MATLAB interface to the UF sparse matrix collection Downloads sparse matrices from the web directly into the MATLAB workspace, from a vast range of real | 105 | 0 | ||
| 18 Mar 2008 |
|
regtools Analysis and Solution of Discrete Ill-Posed Problems. | 76 | 12 | ||
| 14 Mar 2008 | successive under/over relaxation solves the linear system Au=F using successive over/under relaxation. WhereA is diagonally dominant | 92 | 2 | |||
| 07 Mar 2008 |
|
POINTS2CIRCLE determine the circle through 3 points (v2.0) | 134 | 4 | ||
| 29 Feb 2008 | Gram-Schmidt Process Implements the Gram-Schmidt Process | 223 | 2 | |||
| 25 Feb 2008 | Sort Eigenvectors & Eigenvalues Sort a set of eigenvectors and corresponding eigenvalues | 49 | 2 | |||
| 19 Feb 2008 |
|
Partial Least-Squares and Discriminant Analysis A tutorial and tool using PLS for discriminant analysis. | 252 | 8 | ||
| 19 Feb 2008 | Pseudo-Inverse Update Two rank-one pseudo-inverse update functions. | 115 | 1 | |||
| 19 Feb 2008 | Update Inverse Matrix update inverse of matrix after appending or reducing one coulmn and one row. | 116 | 1 | |||
| 18 Feb 2008 |
|
Faddeev-Leverrier Algorithm An iterative approach to generate characteristic polynomial coefficients | 143 | 1 | ||
| 15 Feb 2008 |
|
Row Echelon Form Method for row echelon form of matrix | 56 | 2 | ||
| 13 Feb 2008 | detp Linear algebra with pivoting | 22 | 0 | |||
| 17 Dec 2007 | Totally unimodular Checks if a matrix is totally unimodular | 26 | 0 | |||
| 14 Dec 2007 | determinant of a 3 by 3 matrix in simulink This code evaluates the determinant of a 3 by 3 matrix in simulink | 184 | 0 | |||
| 07 Dec 2007 |
|
PCAtool Compute everything you need for EOF,EEOF,CEOF,SVD,lagged SVD | 41 | 0 | ||
| 26 Nov 2007 |
|
MESHND creation and nested dissection of regular 2D and 3D meshes | 126 | 0 | ||
| 26 Nov 2007 | conjorth Constructs conjugate-orthogonal basis from matrix | 138 | 6 | |||
| 06 Nov 2007 | Linear equation system 'Ax=r' by Gauss elimination method Solve N-equation | 94 | 11 | |||
| 02 Nov 2007 |
|
Video tutorial: MATLAB Basics: Solving linear equations Two and a half minute video showing how to solve a system of equations in MATLAB. | 32 | 2 | ||
| 02 Oct 2007 | andop Angle of the scalar product of two vectors. | 21 | 0 | |||
| 19 Sep 2007 | LSE A linear least squares solver, subject to linear equality constraints | 187 | 4 | |||
| 05 Sep 2007 |
|
triangulationVolume Compute volume and area of triangulation using divergence theorem of Gauss | 25 | 3 | ||
| 13 Aug 2007 |
|
Hamiltonian operation on Lattice Hamiltonian operation on square Lattices (matrix) | 17 | 1 | ||
| 13 Aug 2007 |
|
OLS This functions implements the algorithm of Orthogonal Least Squares. It can be used to rank regresso | 176 | 4 | ||
| 24 Jul 2007 |
|
Gerschgorin's disk Thm (a test) plot eigenvalue on complex plane show that all these points located in such circles. | 29 | 1 | ||
| 18 Jul 2007 |
|
eigND - n-dimensional eigenvalues Eigenvalues of a real non-symmetric N-dimensional matrix | 19 | 0 | ||
| 12 Jul 2007 | Data scaling Program to scale the values of a matrix from a user specified minimum to a user specified maximum | 35 | 1 | |||
| 11 Jun 2007 |
|
Smith Form Of A matrix This M file,calculate the smith form of a matix. | 42 | 5 | ||
| 03 May 2007 | (sp) matrix This function checks whether a given matrix is a (sp) matrix or not. | 19 | 0 | |||
| 18 Apr 2007 | active set algorithm solve linear least squares problem with nonnegative variables | 28 | 3 | |||
| 02 Mar 2007 |
|
matrixop A Matlab object that acts just like a matrix but represents a linear operator as a function. | 100 | 4 | ||
| 16 Feb 2007 |
|
Gershgorin Discs Plot This function plots the Gershgorin Discs for the matrix A passed as an argument. It will also plot t | 39 | 3 | ||
| 31 Jan 2007 | Determination of the Eigenvalues using the QR-Decomposition computes eigenvalues using QR decomposition | 48 | 2 | |||
| 12 Jan 2007 | Incremental SVD An implementation of incremental SVD | 53 | 2 | |||
| 09 Jan 2007 | CallLapack - Matlab interface of Lapack and Blas functions Matlab mex function wrapping all Lapack and BLAS routines | 22 | 0 | |||
| 20 Dec 2006 | Gauss elimination with complete pivoting This function calculate Gauss elimination with complete pivoting | 112 | 8 | |||
| 13 Dec 2006 | Sparse Toeplitz matrix construction Produces a sparse Toeplitz matrix given only the first row and column, like built-in Toeplitz. | 103 | 1 | |||
| 11 Dec 2006 |
|
Defining Cartesian Reference Frames based on Point Positions Versatile algorithm defining Cartesian reference frames based on the positions of at least 3 points | 28 | 1 | ||
| 05 Dec 2006 |
|
Finding the Eigenvalues of a Matrix Computes extremal eigenvalues of a matrix | 96 | 2 | ||
| 09 Nov 2006 | Dett Computes the determinant of non-square matrices. | 114 | 13 | |||
| 03 Nov 2006 | dots Multiple matrix-matrix products, or general operations on cartesian tensors | 9 | 0 | |||
| 25 Oct 2006 | Method of elimination of Gauss with pivoting partial Solve Linear Equation in format Ax=b | 87 | 13 | |||
| 23 Oct 2006 | Simple SVD SVD computation using QR decomposition | 260 | 9 | |||
| 23 Oct 2006 | adj.m Finds the adjoint of any rectangular matrix | 179 | 6 | |||
| 18 Oct 2006 | Adjugate (adjoint) of a Square Matrix Calculates the adjugate (adjoint) matrix for a square matrix. | 91 | 2 | |||
| 17 Oct 2006 | Symmetric matrix factoring Factors an nxn matrix into a product of n+1 symmetric matrices | 145 | 0 | |||
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com