| Author |
Comment/Response |
Peter Pein
|
11/13/12 12:49pm
Hi Julius,
your function m generates a 2x2 matrix in your example, but the index i in the call to Table[] runs from 1 to 1.
Fortunately the function Coefficient has the attribute Listable (*) and
Coefficient[m[{1},{1}],ck[1]]
should give the desired output.
Peter
(*): http://reference.wolfram.com/mathematica/ref/Listable.html
Attachment: julius.nb, URL: , |
|