Driving a zigzag path (Lego Dance)

From wikiluntti
Revision as of 21:56, 13 January 2022 by Mol (talk | contribs) (Created page with "== Introduction == == Theory == Use loop and the properties of exponentation: <math>(-1)^0 = 1</math> <math>(-1)^1 = -1</math> <math>(-1)^2 = (-1)(-1) = 1</math> <math>(-1)^4 = (-1)(-1)(-1) = -1</math> <youtube>xdY5dqr-MPY</youtube> == Exercises ==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

Theory

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