Hi All,
First time user of SageMath here. Just trying to find out how to do things.
I wish to calculate the components of a rotating force of an object, rotating around a fixed axis. So the basic formula is:
mrw2∗cosθ
where mrw are known values and θ is a simple angle from 0 to 360 degree, i.e. 1 revolution.
In a spreadsheet I would just have a column with values of θ (e.g. 0,5,10,15...,350,355,360) and then in the next column I would have mrw2∗cos(adjacentθ) copy it down and then I could plot XY (θ vs mrw2)
In a programatic way, I would do something like create an array, for x = 0 to 360 in increments of 5 array(x) = mrw^2cos(x)
You see how I'm going. How do I accomplish this in Sagemath? Its just about learning the syntax methinks, as I know what I want to achieve, its just how.
Love the look of Sagemath, would really like to use it a lot.
Thanks in advance.