[back] [prev] [next] [index] [root]
ListApplyListAdd
Computes a linear combination.
Syntax:
a := ListApplyListAdd(L, S);
element |
a |
|
lists |
L, S |
of elements |
See also: ListApplyMatAdd
Description:
Given lists L := [ a_1, \dots, a_n ] and
S := [ \lambda_1, \dots, \lambda_n ] this
function returns
a := \sum_{i=1}^n \lambda_{i} a_i.
Example:
<- back[back] [prev] [next] [index] [root]