Difference between revisions of "Numbers and Angles"

From GeoGebra Manual
Jump to: navigation, search
m (→‎Angles: better formatting of example)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{objects|general}}
 
==Numbers==
 
==Numbers==
  
You can create numbers by using the Input Bar. If you only type in a number (e. g., 3), GeoGebra assigns a lower case letter as the name of the number. If you want to give your number a specific name, you can type in the name followed by an equal sign and the number (e. g., create a decimal r by typing in r = 5.32).
+
You can create numbers by using the [[Input Bar]]. If you only type in a number (e.g. 3), GeoGebra assigns a lower case letter as the name of the number. If you want to give your number a specific name, you can type in the name followed by an equal sign and the number (e.g. create a decimal r by typing in r = 5.32).
 
   
 
   
 
{{Note|In GeoGebra, numbers and angles use a period (.) as a decimal point.}}
 
{{Note|In GeoGebra, numbers and angles use a period (.) as a decimal point.}}
  
You can also use the constant π and the Euler constant e for expressions and calculations by selecting them from the drop down menu next to the Input Bar or by using [[Keyboard Shortcuts]].
+
You can also use the constant π and the Euler constant e for expressions and calculations by selecting them from the drop down list next to the ''Input Bar'' or by using [[Keyboard Shortcuts]].
  
 
{{Note|If the variable e is not used as a name of an existing object yet, GeoGebra will recognize it as the Euler constant if you use it in new expressions.}}
 
{{Note|If the variable e is not used as a name of an existing object yet, GeoGebra will recognize it as the Euler constant if you use it in new expressions.}}
 
==Angles==
 
==Angles==
  
Angles are entered in degree (°) or radians (rad). The constant π is useful for radian values and can also be entered as pi.
+
Angles can be entered in degrees (°) or radians (rad). The constant π is useful for radian values, and can also be entered as ''pi''.
  
 
{{Note|You can enter a degree symbol (°) or the pi symbol (π) by using the following keyboard shortcuts:
 
{{Note|You can enter a degree symbol (°) or the pi symbol (π) by using the following keyboard shortcuts:
Line 16: Line 17:
 
* {{KeyCode|Alt+P}} (Mac OS: {{KeyCode|Ctrl+P}}) for the pi symbol π}}
 
* {{KeyCode|Alt+P}} (Mac OS: {{KeyCode|Ctrl+P}}) for the pi symbol π}}
  
{{Example|You can enter an angle α in degree (e. g., <nowiki>α = 60°</nowiki>) or in radians (e. g.,
+
{{Examples|1=<br/>
<nowiki>α = pi/3</nowiki>).}}
+
* Angle α in degree <code><nowiki>α = 60°</nowiki></code>, or using the Degrees/Minutes/Seconds syntax: <code><nowiki>α =1°23′45''</nowiki></code>
 +
* Angle α in radians <code><nowiki>α = pi/3 </nowiki></code>.}}
  
{{Note| GeoGebra does all internal calculations in radians. The degree symbol (°) is nothing but the constant π/180 used to convert degree into radians.}}
+
{{Note| GeoGebra does all internal calculations in radians. The degree symbol (°) is nothing but the constant π/180 used to convert degree into radians.}}
 
+
<br>
{{Example|
+
{{Examples|1=<br/>
* <nowiki>If a = 30 is a number, then α = a° converts number a to an angle α = 30°, without changing its value.</nowiki>
+
* If a = 30 is a number, then α = a° converts number a to an angle α = 30°, without changing its value.
* <nowiki>If you type in b = α / °, the angle α is converted back to the number b = 30, without changing its value.</nowiki>}}
+
* If you type in b = α / °, the angle α is converted back to the number b = 30, without changing its value.}}
{{Note|For dependent angles you can specify whether they may become reflex or not on tab Basic of the [[Properties Dialog]].}}
+
{{Note|For dependent angles you can specify whether they may become reflex or not on tab ''Basic'' of the [[Properties Dialog]].}}
  
 
==Free Numbers and Angles==
 
==Free Numbers and Angles==
[[Free, Dependent and Auxiliary Objects#Free Objects|Free]] numbers and angles can be displayed as sliders in the Graphics View (see [[Image:Tool Slider.gif]] [[Slider Tool]]). Using the arrow keys, you may change the value of numbers and angles in the [[Algebra View]] too (see section [[Animation#Manual Animation|Manual Animation]]).
+
[[Free, Dependent and Auxiliary Objects#Free Objects|Free]] numbers and angles can be displayed as sliders in the [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]] (see [[File:Mode slider.svg|link=|24px]] [[Slider Tool]]). Using the arrow keys, you may change the value of numbers and angles in the [[File:Menu view algebra.svg|link=|16px]] [[Algebra View]] too (see [[Animation#Manual Animation|Manual Animation]] section).
 
===Limit Value to Interval===
 
===Limit Value to Interval===
  
Free numbers and angles may be limited to an interval [min, max] by using tab Slider of the Properties Dialog (see also [[Image:Tool Slider.gif]] [[Slider Tool]]).
+
Free numbers and angles may be limited to an interval [min, max] by using tab ''Slider'' of the [[File:Menu-options.svg|link=|16px]] [[Properties Dialog]] (see also [[File:Mode slider.svg|link=|24px]] [[Slider Tool]]).
 +
__NOTOC__

Latest revision as of 12:11, 12 January 2019


Numbers

You can create numbers by using the Input Bar. If you only type in a number (e.g. 3), GeoGebra assigns a lower case letter as the name of the number. If you want to give your number a specific name, you can type in the name followed by an equal sign and the number (e.g. create a decimal r by typing in r = 5.32).

Note: In GeoGebra, numbers and angles use a period (.) as a decimal point.

You can also use the constant π and the Euler constant e for expressions and calculations by selecting them from the drop down list next to the Input Bar or by using Keyboard Shortcuts.

Note: If the variable e is not used as a name of an existing object yet, GeoGebra will recognize it as the Euler constant if you use it in new expressions.

Angles

Angles can be entered in degrees (°) or radians (rad). The constant π is useful for radian values, and can also be entered as pi.

Note: You can enter a degree symbol (°) or the pi symbol (π) by using the following keyboard shortcuts:
  • Alt + O (Mac OS: Ctrl + O) for the degree symbol °
  • Alt + P (Mac OS: Ctrl + P) for the pi symbol π
Examples:
  • Angle α in degree α = 60°, or using the Degrees/Minutes/Seconds syntax: α =1°23′45''
  • Angle α in radians α = pi/3 .


Note: GeoGebra does all internal calculations in radians. The degree symbol (°) is nothing but the constant π/180 used to convert degree into radians.


Examples:
  • If a = 30 is a number, then α = a° converts number a to an angle α = 30°, without changing its value.
  • If you type in b = α / °, the angle α is converted back to the number b = 30, without changing its value.
Note: For dependent angles you can specify whether they may become reflex or not on tab Basic of the Properties Dialog.

Free Numbers and Angles

Free numbers and angles can be displayed as sliders in the Menu view graphics.svg Graphics View (see Mode slider.svg Slider Tool). Using the arrow keys, you may change the value of numbers and angles in the Menu view algebra.svg Algebra View too (see Manual Animation section).

Limit Value to Interval

Free numbers and angles may be limited to an interval [min, max] by using tab Slider of the Menu-options.svg Properties Dialog (see also Mode slider.svg Slider Tool).

© 2024 International GeoGebra Institute