| Author |
Comment/Response |
Bill
|
01/27/05 11:37am
Does anyone know how to automate making a vector like this:
X = {{A1[t]*Cos[w1*t] + B1[t]*Sin[w1*t]},
{A2[t]*Cos[w2*t] + B2[t]*Sin[w2*t]},
{A3[t]*Cos[w3*t] + B3[t]*Sin[w3*t]}};
So that I can go up to a large number (ie A32[t], B32[t]) wihtout typing it all in?
URL: , |
|