| Author |
Comment/Response |
Matt
|
02/01/13 10:29am
I'm trying to multiply every elements in two list with each other.
I have speed=Range[40,73,0.5] which gives a long list with numbers and I'd like to multiply with cosAngle=Cos[angle] in which angle is between 0 to 10 deg.
I'd like to multiply every elements in the speed list with every element of cosAngle but couldn't manage to do that.
Can anyone help me please. Thank you very much
URL: , |
|