| Author |
Comment/Response |
Christopher Culbreath
|
05/03/09 9:21pm
Hello,
I can't figure out how to compute a product of matricies. The Product[] (or a capital letter Pi) function computes the scalar product A_n+1*A_(n) not A_(n+1).A_(n), the inner product.
I need to construct a loop. In C it would look something like
for (n=1, n<N, n++) {
b=f(n)*b;
}
Where f is some function of n. I'm not sure how to do an iterated loop like this in mathematica. Any attempts I've made result in recursion errors.
Thanks,
Christopher
URL: , |
|