> User's Guide > Algebra |
Linear Combination File
Conversion
This process is used to convert a list of linear combinations into a matrix. The input file must contain a list of linear combinations, with one expression per line. The output file will be formatted as a multiple-vectors file, where the variables are obtained from the provided linear combinations and the values are the double precision numbers representing the coefficients of the provided linear combinations. If a provided linear combination contains a non-zero constant, this constant will not appear in the generated matrix file. The i-th row of the matrix in the generated output file will correspond to the i-th linear combination in the input file. See the example below for further clarification. Note that this process is the inverse of the Matrix File Conversion. Here is the set of keywords this process understands, along with a description of their possible corresponding values. See the command line documentation for more information about keyword-value pairs. |
Required Keywords | Possible Values |
Process | Linear Combination File Conversion |
Input File | The name of the file containing the list of linear combinations. |
Output File Name | The desired name of the file to which the matrix will be written. |
ExamplesClick here for an example. |