Statistica Visual Basic Library of Matrix Functions - MatrixSolve (Matrix, MatrixSolution, MatrixResult)
Parameter | Description |
Matrix | name of first source data matrix (see Arrays in functions) |
MatrixSolution | name of second source data matrix (see Arrays in functions) |
MatrixResult | solution matrix (see Arrays in functions) |
The MatrixSolve function will solve the linear sets of equations Matrix*MatrixResult = MatrixSolution, for the square Matrix(n,n), MatrixSolution(n,m), and MatrixResult(n,m) (see also Arrays in functions). Note that MatrixSolution and MatrixResult can also be vectors with n elements.
For more information on using arrays, see Arrays in functions. For a complete list of matrix functions, see Statistica Visual Basic library of matrix functions.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.