More complex number patterns

An interesting question was what would happen if I used other simple ratios other than a fraction of unity. I added this function to make this easier:

(define (coscompplot ang m n)
  (complexplot
   (lambda (n) (* (cos (* n ang)) (expt (exp 0+1i) n)))
   0 200))

screenshot from 2019-01-25 06-52-05screenshot from 2019-01-25 06-52-22screenshot from 2019-01-25 06-52-25screenshot from 2019-01-25 06-52-30

Quite interesting. Well, now off to my day job!

Advertisement

2 thoughts on “More complex number patterns”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s