Grasshopper

algorithmic modeling for Rhino

Hey all,

 I need to create a series of numbers like,

a=200

b= a+5

c= b+10 

d= c+10

..

....

and so on....

Kindly tell me the right component for it.

Tried doing through series.

Thanks in advance...

Views: 751

Replies to This Discussion

Typo.

d= c+15*

Is this what you want..??

Thanks for trying Jissi,

I am sorry, in hurry i wrote wrong equations.

it should have been,

a =200 (+5x1)        =205

b =200 + a (+5x2)  =415

c =200 + b (+5x3)  =630

d =200 + c (+5x4)  =850

...

...

....

Hi.

Like This?

Attachments:

yap...this is pretty straight forward...

Thanks Hyungsoo.

Hi!

You can use Gauß for your equation:

x(i) = 200 * i + 5 * (i^2 + i) / 2

In Grasshopper you can use an Expression node for the formula and a Series node as an input for the parameter i.

Cheers

Attachments:

This is some serious shit...its like back to school...Will get my head onto it...

Thanks a ton Thomas!!!!!

Thanks again Thomas.

I got a hang of expressions now.

Dear All,

Thank you for the help.

 I was able to achieve this result.

attached definition for ref.

Attachments:

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