Grasshopper

algorithmic modeling for Rhino

Hi,

this is giving me a bit of a headache. I'm trying to do the following series:

3  5  8  11  16  24  27  32  40  43  48  56  59  64  72 ...

As it can be seen, it starts with three seed values: 3  5  8, and then the following values are obtain as the last one (8) plus 3, then this last one (11) plus 5, and then this last one (16) plus 8, and then it starts again: 24+3, 27+5, 32+8... 

Thanks

Views: 426

Replies to This Discussion

I'm not sure it's possible without coding.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

Attachments:

I've struggled with it for quite a while with no success. I've given it a rest now, and I'll try again later. Thanks for the answer. 

jaja, I tried a brute force method using Mathematica...lol I give it the list of values and it gave out instantly:

(1/9) * (57 + 48 * n + 15 * Cos((2 * n * Pi)/3) + Sqrt(3) * Sin((2 * n * Pi)/3) )

David I can't open your file. Do you know what version it may be in?

Oh wait it did open. Cool script!! Why isn't it included in grasshopper by default?

Because it's a really specific function that very few people will ever actually need.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service