Differenze tra le versioni di "Barra di inserimento"

Da GeoGebra Manual.
Riga 1: Riga 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{gui|component}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{gui|component}}
 +
==Barra di inserimento e campo di inserimento==
 +
In GeoGebra Desktop, la ''barra di inserimento'' è per impostazione predefinita posizionata alla base della finestra di GeoGebra. Per mostrarla o nasconderla utilizzare le opzioni del ''[[menu Visualizza]]''. È inoltre possibile [[Confronto_tra_le_diverse_versioni_di_GeoGebra#Personalizzare_il_layout_dell.27interfaccia_utente|modificarne la posizione]] nella finestra di GeoGebra.
 +
 
 +
Nelle versioni GeoGebra Web e app per tablet è stato integrato un ''campo di inserimento'' direttamente nella ''[[vista Algebra]]'', quindi la ''barra di inserimento'' non viene visualizzata per impostazione predefinita se la ''[[vista Algebra]]'' è parte della finestra di GeoGebra. However, the ''barra di inserimento'' can be shown using the ''[[View Menu]]'', replacing the ''campo di inserimento''. Both, the ''barra di inserimento'' and ''campo di inserimento'' are providing the same functionalities in GeoGebra.
 +
 
 +
==input algebrico and comandi==
 +
The ''barra di inserimento'' allows you to directly create and [[Redefine Dialog|redefine]] mathematical objects in the ''[[vista Algebra]]'' by entering or modifying their rappresentazione algebricas (e. g., values, coordinates, equations).
 +
 
 +
{{Example|1=The input <code>f(x) = x^2</code> gives you the function ''f'' in the ''[[vista Algebra]]'' and its function graph in the ''[[vista Grafici]]''.}}
 +
{{note|Always press {{KeyCode|Enter}} after typing input algebrico into the ''barra di inserimento''.}}
 +
 
 +
Additionally, you may input ''[[comandi]]'' in order to easily create new or work with existing objects. For more information, please see [[Geometric Objects]] and [[General Objects]].
 +
 
 +
{{example|1=Typing <code>A=(1,1)</code> and hitting the {{KeyCode|Enter}} key creates a [[Free, Dependent and Auxiliary Objects#Free Objects|free]] point ''A'' with coordinates (1, 1). Create another free point <code>B=(3,4)</code> in the same way. Then, type in <code>Line[A, B]</code> in order to create a [[Free, Dependent and Auxiliary Objects#Dependent Objects|dependent]] line through both points ''A'' and ''B''.}}
 +
 
 +
You can toggle the focus between the ''barra di inserimento'' and the ''[[vista Grafici]]'' at any time by pressing the {{KeyCode|Enter}} key. This allows you to enter expressions and comandi into the ''barra di inserimento'' without having to click on it with the mouse first.
 +
 
 +
==Displaying Input History==
 +
After placing the cursor in the ''barra di inserimento'' you can use the {{KeyCode|↑}} up and {{KeyCode|↓}} down arrow keys of your keyboard in order to navigate through prior input step by step. Hit the {{KeyCode|Enter}} key in order to transfer the selected prior input back into the ''barra di inserimento''.
 +
 
 +
==Insert Name, Value, or Definition of an Object into the barra di inserimento==
 +
 
 +
'''Insert the name of an object''': Activate the [[Image:Tool Move.gif]] ''[[Move Tool]]'' and select the object whose name you want to insert into the ''barra di inserimento''. Then, press {{KeyCode|F5}} on your keyboard.
 +
{{Note|The name of the object is appended to any expression you typed into the ''barra di inserimento'' before pressing {{KeyCode|F5}}.}}
 +
<br>
 +
'''Insert the value of an object''': To insert an object’s value (e. g., coordinates of a point <code>(1, 3)</code>, equation <code>3x – 5y = 12</code>) into the ''barra di inserimento'', select the [[Image:Tool Move.gif]] ''[[Move Tool]]'' and click on the object whose value you want to insert into the ''barra di inserimento''. Then, press {{KeyCode|F4}} on your keyboard.
 +
{{Note|The value of the object is appended to any expression you typed into the ''barra di inserimento'' before pressing {{KeyCode|F4}}.}}
 +
<br>
 +
'''Insert the definition of an object''': There are two ways of inserting an object’s definition (e. g., <code>A = (4, 2)</code>, <code>c = Circle[A, B]</code>) into the ''barra di inserimento''.
 +
*{{KeyCode|Alt}} + click on the object to insert the object’s definition and delete whatever input might have been in the ''barra di inserimento'' before.
 +
*Activate the [[Image:Tool Move.gif]] ''[[Move Tool]]''  and select the object whose definition you want to insert into the ''barra di inserimento''. Then, press {{KeyCode|F3}} on your keyboard.
 +
{{Note|The definition of the object replaces any expression you typed into the ''barra di inserimento'' before pressing {{KeyCode|F3}}.}}
 +
 
 
La barra di inserimento è posizionata per impostazione predefinita alla base della finestra di GeoGebra. Può essere visualizzata o nascosta utilizzando il [[menu Visualizza]].  
 
La barra di inserimento è posizionata per impostazione predefinita alla base della finestra di GeoGebra. Può essere visualizzata o nascosta utilizzando il [[menu Visualizza]].  
  

Versione delle 09:55, 15 ott 2014

Barra di inserimento e campo di inserimento

In GeoGebra Desktop, la barra di inserimento è per impostazione predefinita posizionata alla base della finestra di GeoGebra. Per mostrarla o nasconderla utilizzare le opzioni del menu Visualizza. È inoltre possibile modificarne la posizione nella finestra di GeoGebra.

Nelle versioni GeoGebra Web e app per tablet è stato integrato un campo di inserimento direttamente nella vista Algebra, quindi la barra di inserimento non viene visualizzata per impostazione predefinita se la vista Algebra è parte della finestra di GeoGebra. However, the barra di inserimento can be shown using the View Menu, replacing the campo di inserimento. Both, the barra di inserimento and campo di inserimento are providing the same functionalities in GeoGebra.

input algebrico and comandi

The barra di inserimento allows you to directly create and redefine mathematical objects in the vista Algebra by entering or modifying their rappresentazione algebricas (e. g., values, coordinates, equations).

Esempio: The input f(x) = x^2 gives you the function f in the vista Algebra and its function graph in the vista Grafici.
Note: Always press Enter after typing input algebrico into the barra di inserimento.

Additionally, you may input comandi in order to easily create new or work with existing objects. For more information, please see Geometric Objects and General Objects.

Esempio: Typing A=(1,1) and hitting the Enter key creates a free point A with coordinates (1, 1). Create another free point B=(3,4) in the same way. Then, type in Line[A, B] in order to create a dependent line through both points A and B.

You can toggle the focus between the barra di inserimento and the vista Grafici at any time by pressing the Enter key. This allows you to enter expressions and comandi into the barra di inserimento without having to click on it with the mouse first.

Displaying Input History

After placing the cursor in the barra di inserimento you can use the up and down arrow keys of your keyboard in order to navigate through prior input step by step. Hit the Enter key in order to transfer the selected prior input back into the barra di inserimento.

Insert Name, Value, or Definition of an Object into the barra di inserimento

Insert the name of an object: Activate the Tool Move.gif Move Tool and select the object whose name you want to insert into the barra di inserimento. Then, press F5 on your keyboard.

Note: The name of the object is appended to any expression you typed into the barra di inserimento before pressing F5.


Insert the value of an object: To insert an object’s value (e. g., coordinates of a point (1, 3), equation 3x – 5y = 12) into the barra di inserimento, select the Tool Move.gif Move Tool and click on the object whose value you want to insert into the barra di inserimento. Then, press F4 on your keyboard.

Note: The value of the object is appended to any expression you typed into the barra di inserimento before pressing F4.


Insert the definition of an object: There are two ways of inserting an object’s definition (e. g., A = (4, 2), c = Circle[A, B]) into the barra di inserimento.

  • Alt + click on the object to insert the object’s definition and delete whatever input might have been in the barra di inserimento before.
  • Activate the Tool Move.gif Move Tool and select the object whose definition you want to insert into the barra di inserimento. Then, press F3 on your keyboard.
Note: The definition of the object replaces any expression you typed into the barra di inserimento before pressing F3.

La barra di inserimento è posizionata per impostazione predefinita alla base della finestra di GeoGebra. Può essere visualizzata o nascosta utilizzando il menu Visualizza.

La barra di inserimento consente la creazione e la ridefinizione di oggetti matematici:

Note: Premere sempre il tasto INVIO dopo avere digitato un'espressione nella barra di inserimento.
Note: Premendo INVIO in qualsiasi istante si può passare dalla barra di inserimento alla vista Grafici. In questo modo è possibile inserire espressioni e comandi nella barra di inserimento senza fare clic con il mouse su di essa.
Esempio: Digitando A=(1,1) viene creato il punto libero A di coordinate (1,1). Digitando A=PuntoMedio[(2,0),(4,0)] si ridefinisce A: esso diventa un punto dipendente.

Visualizzare la cronologia della barra di inserimento

Dopo avere posizionato il cursore nella barra di inserimento, utilizzando i tasti freccia in alto e freccia in basso della tastiera è possibile visualizzare i precedenti inserimenti, a ritroso.

Inserire il nome, il valore o la definizione di un oggetto nella barra di inserimento

  • Inserire il nome di un oggetto: fare clic sullo Tool Move.gif strumento Muovi, selezionare l'oggetto di cui si vuole copiare il nome nella barra di inserimento, quindi premere il tasto F5 della tastiera.
Note: Il nome dell'oggetto verrà accodato a qualsiasi espressione precedentemente presente nella barra di inserimento.
  • Inserire il valore di un oggetto: (ad es. (1, 3), 3x – 5y = 12) fare clic sullo Tool Move.gif strumento Muovi, selezionare l'oggetto di cui si vuole copiare il valore nella barra di inserimento, quindi premere il tasto F4 della tastiera.
Note: Il valore dell'oggetto verrà accodato a qualsiasi espressione precedentemente presente nella barra di inserimento.
  • Inserire la definizione di un oggetto: (ad es. A = (4, 2), c = Circonferenza[A, B]) questa operazione può essere eseguita in due modi:
    • Fare ALT+clic del mouse su un oggetto per inserire la definizione dell'oggetto ed eliminare qualsiasi input presente nella barra di inserimento.
    • Fare clic sullo Tool Move.gif strumento Muovi, selezionare l'oggetto di cui si vuole copiare la definizione nella barra di inserimento, quindi premere il tasto F3 della tastiera.
Note: la definizione dell'oggetto sostituisce qualsiasi espressione precedentemente presente nella barra di inserimento.
© 2024 International GeoGebra Institute