diff --git a/_site/tasks/task3/index.html b/_site/tasks/task3/index.html index 22df1fd..56d905c 100644 --- a/_site/tasks/task3/index.html +++ b/_site/tasks/task3/index.html @@ -133,7 +133,7 @@

Task

  1. Turtle 1 should trace the path with red color,turtle2 with black and turtle3 with green color.
  2. You need to trace the following equations with the help of turtlesims packages:
    - Y = 5cos(x) ,Y = 5sin(x).
  3. + Y = 5cos(x) ,Y = 5sin(4x).
  4. The Three turtlesims should not collide with each other,rather they should complete the given curves simultaneously.
  5. The first curve traced by turtle 1 should be in interval [0,2π],the second curve should be in [2π,4π] and the third curve should in [4π,6π].
@@ -147,8 +147,8 @@

Resources

Output

Submission Instructions