“真假值”的版本间的差异

来自GeoGebra Manual
跳转至: 导航搜索
(Autogenerated from properties)
 
第1行: 第1行:
<noinclude>{{Manual Page|version=4.0}}</noinclude>{{objects|general}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{objects|general}}
:{{translate|Boolean values}}
+
You can use the Boolean variables ''true'' and ''false'' in GeoGebra. Just type, for example,
 +
<code>a = true</code> or <code>b = false</code> into the [[Input Bar]] and press the Enter-key.
 +
==Check Box and Arrow Keys==
 +
 
 +
Free Boolean variables can be displayed as check boxes in the [[File:Menu view graphics.svg|link=|16px]] [[Graphics View]] (see tool
 +
[[Image:Mode showcheckbox.svg|link=|22px]][[Check Box Tool]]). After selecting a Boolean variable in the [[File:Menu view algebra.svg|link=|16px]] [[Algebra View]] you can use the arrow keys to change the value of the Boolean variable (see [[Animation#Manual Animation| Manual Animation]]).
 +
 
 +
{{Note|You may also use Boolean variables like numbers (value 0 or 1). This allows you to use a checkbox as the dynamic speed of an animated slider allowing you to start and stop the animation. In this case, the animation button is only shown in the [[File:Menu view graphics.svg|link=|16px]] ''Graphics View'' if there is also an animated slider with static (i.e. non-dynamic) speed.}}
 +
 
 +
==Operations==
 +
 
 +
You can use the following operations for Boolean variables and conditions in GeoGebra by either selecting them from the list next to the Input Bar or by entering them using the keyboard:
 +
 
 +
{| class="pretty" style="width:95%"
 +
!Operation
 +
!List
 +
!Keyboard
 +
!Example
 +
!Object types
 +
|-
 +
|Equal
 +
|≟
 +
|==
 +
|a ≟ b or a == b
 +
|numbers, points, lines, conics, functions (needs CAS), planes, a, b
 +
|-
 +
|Unequal
 +
|≠
 +
|!=
 +
|a ≠ b or a != b
 +
|numbers, points, lines, conics, functions (needs CAS), planes a, b
 +
|-
 +
|Less than
 +
|
 +
|<
 +
|a < b
 +
|numbers a, b
 +
|-
 +
|Greater than
 +
|
 +
|>
 +
|a > b
 +
|numbers a, b
 +
|-
 +
|Less or equal than
 +
|≤
 +
|<=
 +
|a ≤ b or a <= b
 +
|numbers a, b
 +
|-
 +
|Greater or equal than
 +
|≥
 +
|>=
 +
|a ≥ b or a >= b
 +
|numbers a, b
 +
|-
 +
|And
 +
|∧
 +
|&&
 +
|a ∧ b or a && b
 +
|Booleans a, b
 +
|-
 +
|Or
 +
|∨
 +
|<nowiki>||</nowiki>
 +
|a ∨ b or <nowiki>a || b</nowiki>
 +
|Booleans a, b
 +
|-
 +
|Not
 +
 +
|!
 +
|¬a or !a
 +
|Boolean a
 +
|-
 +
|Parallel
 +
|∥
 +
|
 +
|a ∥ b
 +
|lines a, b
 +
|-
 +
|Perpendicular
 +
|⊥
 +
|
 +
|a ⊥ b
 +
|lines a, b
 +
|-
 +
|Belongs to
 +
|∈
 +
|
 +
|a ∈ list1
 +
|number a, list of numbers list1
 +
|}

2021年6月10日 (四) 03:44的版本

Accessories dictionary.png
本頁為官方文件,一般使用者無法修改,若有任何誤謬,請與官方聯絡。如欲編輯,請至本頁的開放版


You can use the Boolean variables true and false in GeoGebra. Just type, for example, a = true or b = false into the Input Bar and press the Enter-key.

Check Box and Arrow Keys

Free Boolean variables can be displayed as check boxes in the Menu view graphics.svg Graphics View (see tool Mode showcheckbox.svgCheck Box Tool). After selecting a Boolean variable in the Menu view algebra.svg Algebra View you can use the arrow keys to change the value of the Boolean variable (see Manual Animation).

備註: You may also use Boolean variables like numbers (value 0 or 1). This allows you to use a checkbox as the dynamic speed of an animated slider allowing you to start and stop the animation. In this case, the animation button is only shown in the Menu view graphics.svg Graphics View if there is also an animated slider with static (i.e. non-dynamic) speed.

Operations

You can use the following operations for Boolean variables and conditions in GeoGebra by either selecting them from the list next to the Input Bar or by entering them using the keyboard:

Operation List Keyboard Example Object types
Equal == a ≟ b or a == b numbers, points, lines, conics, functions (needs CAS), planes, a, b
Unequal != a ≠ b or a != b numbers, points, lines, conics, functions (needs CAS), planes a, b
Less than < a < b numbers a, b
Greater than > a > b numbers a, b
Less or equal than <= a ≤ b or a <= b numbers a, b
Greater or equal than >= a ≥ b or a >= b numbers a, b
And && a ∧ b or a && b Booleans a, b
Or || a ∨ b or a || b Booleans a, b
Not ¬ ! ¬a or !a Boolean a
Parallel a ∥ b lines a, b
Perpendicular a ⊥ b lines a, b
Belongs to a ∈ list1 number a, list of numbers list1
© 2024 International GeoGebra Institute