Driving a zigzag path (Lego Dance): Difference between revisions

From wikiluntti
Line 1: Line 1:
== Introduction ==
== Introduction ==
[[File:Gyro4 suunnitelma.png|thumb|The plan and planned route]]
Use gyroscope to drive a zigzag path


== Theory ==
== Theory ==

Revision as of 21:01, 13 January 2022

Introduction

The plan and planned route

Use gyroscope to drive a zigzag path

Theory

The code

Use loop and the properties of exponentation: Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (-1)^0 = 1}

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (-1)^1 = -1}

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (-1)^2 = (-1)(-1) = 1}

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (-1)^4 = (-1)(-1)(-1) = -1}

Exercises