Or search by topic
To produce this star, twenty line segments of equal length are
drawn in a continuous path, with equal angles between consecutive
line segments.
Imagine instructing a small creature to walk along the path.
You would give the instruction to walk forward a certain distance
then to turn through a certain angle and to repeat the instruction
over and over again.
To do this, you could use the Logo commands:
repeat 20 [forward 100 right $\theta$]
|
Solve quadratic equations and use continued fractions to find rational approximations to irrational numbers.
Given that a, b and c are natural numbers show that if sqrt a+sqrt b is rational then it is a natural number. Extend this to 3 variables.