Message Boards Message Boards

0
|
4460 Views
|
4 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Question I need help STAT

Posted 9 years ago

I need help with this really hard question and I can't seem to construct it properly. Can someone help me out with this one?

POSTED BY: Daniel Ta
4 Replies
Posted 9 years ago
POSTED BY: Daniel Ta
POSTED BY: Udo Krause
POSTED BY: Udo Krause

This looks like blatant homework, doesn't it? Had you typed

Remove[taF]
taF[{n_Integer, p_List}, \[Alpha]_, \[Beta]_] := 
 Block[{e1 = {1, 0}, e2 = {4/10, 0}, p1, p2},
   p1 = RotationTransform[n \[Alpha]][e1];
   p2 = RotationTransform[n \[Beta]][e2];
   {n + 1, {Last[p] + p1, Last[p] + p1 + p2}}
   ] /; Length[p] == 2

Graphics[Line[Join[{{0, 0}}, Flatten[Last[Transpose[
      NestList[taF[#, 62 \[Degree], 60 \[Degree]] &, {1, {{1, 0}, {7/5, 0}}}, 180]]], 1]]], Frame -> True]

you had have the joy of having solved it on your own.

enter image description here

Had your teacher switched the angles, it had looked a bit more interesting

enter image description here

Inputs to probe

Graphics[Line[Join[{{0, 0}}, Flatten[Last[Transpose[
      NestList[taF[#, 60 \[Degree], 90 \[Degree]] &, {1, {{1, 0}, {7/5, 0}}}, 180]]], 1]]], Frame -> True]

Graphics[Line[Join[{{0, 0}}, Flatten[Last[Transpose[
      NestList[taF[#, 60 \[Degree], 30 \[Degree]] &, {1, {{1, 0}, {7/5, 0}}}, 180]]], 1]]], Frame -> True]

they give archaic looking pictograms. Experiment a bit, check for errors. Another one

Graphics[Line[Join[{{0, 0}}, Flatten[Last[Transpose[
      NestList[taF[#, 30 \[Degree], 19 \[Degree]] &, {1, {{1, 0}, {7/5, 0}}}, 180]]], 1]]], Frame -> True]

is filigree and the last one:

Graphics[Line[Join[{{0, 0}}, Flatten[Last[Transpose[
      NestList[taF[#, 62 \[Degree], 31 \[Degree]] &, {1, {{1, 0}, {7/5, 0}}}, 180]]], 1]]], Frame -> True]

enter image description here

POSTED BY: Udo Krause
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract