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

Matrix Norm Calculator software
Filter: All | Freeware | Demo
 

Matrix Norm Calculator

1 2 3 4 5 > 
Added: May 14, 2013 | Visits: 210

DNorm2 Fast euclidian norm over N.th dimension of a DOUBLE arrayY = DNorm2(X, N)INPUT: X: Real DOUBLE array. N: Dimension to operate on.OUTPUT: Y: Euclidian norm over N.th dimension: Y = sqrt(sum(X .* X, N)). Length of N.th dimension of Y is 1. NaN's are considered.Matlab's built-in function NORM is...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): DNorm2 Download

Released: May 14, 2008  |  Added: October 21, 2009 | Visits: 3.718

Matrix Calculator Pro " Matrix calculator Pro " is a practical math tool to calculator matrice. As you see, it's easy, various, and effectual. Its price is only $49.90. Download and try it. Function: -Matrix inverse. -Matrix transpose. Largest component. Smallest component. Matrix or vector...





Platforms: Windows, *nix

License: Shareware Cost: $49.90 USD Size: 617.78 KB Download (503): Matrix Calculator Pro Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 1.039

Free Matrix Calculator Free Matrix calculator is a practical math tool to calculator real matrix and complex matrix. As you see, it's easy, various, and effectual. Download and try it. Function: Matrix inverse. Matrix transpose.Largest component. Smallest component. Matrix or vector norm.Dimension. Sum of diagonal...


Platforms: Windows

License: Freeware Size: 567 KB Download (572): Free Matrix Calculator Download

Released: July 12, 2002  |  Added: June 03, 2006 | Visits: 9.692

Matrix Calculator Morello Matrix Calculator is a simple, low cost utility for manipulating matrices of real numbers. It is as easy to use as a pocket calculator, but can perform most standard matrix operations for matrices up to 20 elements square. It also supports cut and paste operations allowing matrix data to...


Platforms: Windows

License: Freeware Size: 229 KB Download (1904): Matrix Calculator Download

Released: June 14, 2012  |  Added: June 14, 2012 | Visits: 593

Easy Matrix Calculator Function: * Matrix inverse. * Matrix transpose. * Largest component. * Smallest component. * Matrix or vector norm. * Dimension. * Sum of diagonal elements. * Determinant. * Matrix rank. * Eigenvalues. * QR factorization. Orthogonal-triangular decomposition. * LU factorization. *...


Platforms: Windows

License: Shareware Cost: $39.90 USD Size: 512 KB Download (508): Easy Matrix Calculator Download

Released: June 03, 2016  |  Added: July 19, 2016 | Visits: 1.410

Visual Matrix Matrix calculator for basic matrix operations and matrix decompositions. 1. Basic matrix operations: +, -, .*, *, ', determinant, inverse, rank etc. 2. Matrix decompositions: LU decomposition, QR decomposition. Implement basic matrix operations and matrix decompositions. 1. Basic matrix...


Platforms: Windows

License: Shareware Cost: $30.00 USD Size: 1.92 MB Download (160): Visual Matrix Download

Released: June 03, 2016  |  Added: July 19, 2016 | Visits: 565

Visual Matrix Matrix calculator for basic matrix operations and matrix decompositions. 1. Basic matrix operations: +, -, .*, *, ', determinant, inverse, rank etc. 2. Matrix decompositions: LU decomposition, QR decomposition. Implement basic matrix operations and matrix decompositions. 1. Basic matrix...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $30.00 USD Size: 1.92 MB Download (36): Visual Matrix Download

Released: October 12, 2018  |  Added: December 29, 2018 | Visits: 824

MATRIX GURU ULTIMATE Matrix Guru Ultimate 3.1 is a matrix calculator that solves for and displays the solutions to almost all operations with regards matrix algebra or linear algebra. Matrix Guru Ultimate 3.1 does this with great mathematical precision. That is: Up to the order of 95x95.The operations that Matrix...


Platforms: Windows, Windows 7

License: Shareware Cost: $0.00 USD Size: 1.79 MB Download (245): MATRIX GURU ULTIMATE Download

Added: February 07, 2006 | Visits: 4.044

Diamonds Calculator Diamonds Calculator software is a must for all Jewelry Professionals, Jewelers, Pawnbrokers, Refineries, Laymen, Investors and Consumers. Diamonds Calculator takes over where the Rap Sheet leaves off. Computes both Mounted and Unmounted Diamonds. No Diamond scale, No Problem. Adjusts and Corrects...


Platforms: Windows

License: Shareware Cost: $79.95 USD Size: 277 KB Download (185): Diamonds Calculator Download

Added: February 23, 2006 | Visits: 3.293

Sicyon Lite calculator Sicyon is all-in-one freeware tool for every researcher and engineer. The core of Sicyon is an expression (VBScript/JScript) calculator with features as: estimate a function using variables, user-defined functions and Sicyon objects; plot/tabulate a function; solve an equation, minimums, maximums...


Platforms: Windows

License: Freeware Size: 4.93 MB Download (253): Sicyon Lite calculator Download

Added: May 08, 2009 | Visits: 2.860

Sicyon Pro calculator Sicyon is all-in-one freeware tool for every researcher and engineer. The core of Sicyon is an expression (VBScript/JScript) calculator with features as: estimate a function using variables, user-defined functions and Sicyon objects; multi-plot/tabulate a function; solve 1-6 equations, minimums,...


Platforms: Windows

License: Commercial Cost: $34.00 USD Size: 9.1 MB Download (149): Sicyon Pro calculator Download

Added: August 16, 2008 | Visits: 2.027

LISSOFT Matrix Calculator Do some math actions on matrixes - adding, multiplying, multiplying by a vector, multiplying by a number, creating a matrix from algebraic additions(minors), transposition.


Platforms: Windows

License: Freeware Size: 18 KB Download (134): LISSOFT Matrix Calculator Download

Added: August 27, 2013 | Visits: 668

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 31, 2013 | Visits: 383

Least squares with minimum-norm solution This function calculates the minimum-norm solution of the least squares problem A*X = B. Where A is low-rank matrix. The function LSMIN is faster then the matlab alternative X = pinv(A)*B. Uses the LAPACK functions (S,C,D,Z)EGLSS or (S,C,D,Z)EGLSD.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Least squares with minimum-norm solution Download

Added: May 17, 2013 | Visits: 392

Function to normalize columns of given matrix This function normalizes the columns of a given matrix. That is it makes l2 norm of each column to 1.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Function to normalize columns of given matrix Download

Added: July 10, 2006 | Visits: 5.809

RPN Engineering Calculator™ This RPN calculator offers a choice of more than 200 solutions with five unique keypads. It has a complete help system with individual tips for all but the most ordinary functions and a Tip of the Day feature for new users. You can choose between fixed, scientific and engineering notation and...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 1.85 MB Download (364): RPN Engineering Calculator™ Download

Added: September 19, 2006 | Visits: 3.138

Biromsoft Calculator Biromsoft Calculator is a handy program for standard calculations and operations with numbers. It's as easy to use as an ordinary handheld calculator, but it has quite a few advantages For example, copying and pasting results of calculation to a clipboard, changeable transparency and more. It has...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 384 KB Download (159): Biromsoft Calculator Download

Added: July 08, 2006 | Visits: 7.454

Payroll Calculator 2002 Payroll Calculator 2002 easily calculates your worked hours and your overtime hours so you will know what to expect on your next paycheck. Added a feature that a printed out report that list all of your worked hours, OT, and total net pay and when you get your paycheck and if the hours or pay are...


Platforms: Windows

License: Shareware Cost: $16.00 USD Size: 1024 B Download (385): Payroll Calculator 2002 Download

Released: November 11, 2001  |  Added: July 22, 2006 | Visits: 6.416

A1 World Exchange Calculator World Exchange Calculator checks the Internet for daily currency exchange rates from MXM’s own currency exchange server. Set your local currency in one window, then choose the currency of any of the other nations in the various regional folders to quickly see the amount and currency type. Nine...



License: Shareware Cost: $10.00 USD Download (159): A1 World Exchange Calculator Download

Released: February 18, 2010  |  Added: April 07, 2010 | Visits: 4.996

Future Value of Savings Calculator Future Value of Savings Calculator quickly shows you what your savings may be by displaying a range of 77 possible scenarios based upon different interest rates and saving amounts. Future Value of Savings Calculator is a comprehensive annuity calculator which displays results on a...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.98 MB Download (272): Future Value of Savings Calculator Download

1 2 3 4 5 >