Color Hexacodes
|
This file will assist you in finding hex codes for color for GeoGebra... |
|
|
|
Original is by Daniel Mentrard, © avec GeoGebra http://dmentrard.free.fr/GEOGEBRA/index.htm English version ACron |
Create a Tool: The Spiral of Pythagorus
|
The creation of a [b]custom tool[/b] baffles some, completion of this exercise is to assist uses in learning how to create a custom tool. These lines can assist your construction efforts. A = (2, 2) B = (1, 1) a = Segment[A, B] C = B + UnitPerpendicularVector[Vector[A, B] ] b = Segment[B, C] c = Segment[A, C] {These are suggestions for this activity only, you may make your own choices. |
|
|
|
This activity shows one method of finding the square roots of by measuring the sides of triangles. This is a geometrical method of finding square roots. |
01 Learning Polar Graphing
01 Learning Polar Graphing
Slider Introduction
|
This lesson introduces the basic information on sliders. Click on Next to see additional information. |
|
|
|
Slider is [url=http://wiki.geogebra.org/en/Reference:Toolbar]image[/url] # 25; [url=http://wiki.geogebra.org/en/Category:Tools_Icons]Tool Icons[/url] [url=http://wiki.geogebra.org/en/Category:Tools]Tools[/url] Slider Command: [url]http://wiki.geogebra.org/en/Slider_Command[/url] [b]Slider[ <Min>, <Max>, <Increment>, <Speed>, <Width>,<Is Angle>, <Horizontal>, <Animating>, <Boolean Random>][/b] Creates a slider with range [Min,Max], given increment, and speed. Width parameter sets its width in pixels, parameters Is Angle, Horizontal, Animating and Random may be true or false. Only the first two parameters are compulsory, default values for the others are 0.1, 1, 100, false, true, false, false respectively.[b][/b] |