[back] [prev] [next] [index] [root]
ListApplyMatAdd
Computes linear combinations.
Syntax:
S := ListApplyMatAdd(L, M);
lists |
S, L |
of elements |
matrix |
M |
for linear combinations |
See also: ListApplyListAdd
Description:
Given a list L := [ a_1, \dots, a_n ] and
an n \times m matrix M = (\lambda_{i,j})_{i,j} this
function returns a list
S := \bigl[ \sum_{i=1}^n \lambda_{i, j} a_i \bigr]_j .
Example:
<- back[back] [prev] [next] [index] [root]