|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Inner
DetailsDetails
- Inner[f, {{a, b}, {c, d}}, {x, y}, g]->{g[f[a, x], f[b, y]], g[f[c, x], f[d, y]]}.
- Like Dot, Inner effectively contracts the last index of the first tensor with the first index of the second tensor. Applying Inner to a rank r tensor and a rank s tensor gives a rank
tensor. - Inner[f, list1, list2] uses Plus for g.
- Inner[f, list1, list2, g, n] contracts index n of the first tensor with the first index of the second tensor.
- The heads of
and
must be the same, but need not necessarily be List. »
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
