From 8b027779475d93acd52a0cd5d2c6be3ea900e6bc Mon Sep 17 00:00:00 2001 From: Atharv Dubey Date: Wed, 12 Jun 2024 17:43:43 +0530 Subject: [PATCH] Updates Index.html --- _site/tasks/task3/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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