User Portlet
| Discussions |
|---|
| Mr. Rimbey - Thank you for your detailed explanation; and also for an example of how to get the desired result. I did find that function composition seems to be necessary for the negation, i.e. In[884]:= Replace[{1, 2, 1/3, 3, 4, 1/5},... |
| Mathematica 13.1: CirclePoints[{0, 0}, {1, 0}, 9] returns the coordinates of 9 points equally spaced around a unit circle, a distance of 2 Pi/9 from each other along the circumference. { {1, 0}, {Cos[(2 Pi/9], Sin[(2 Pi/9]},... |