Geogebra

broken image


Free online apps bundle from GeoGebra: get graphing, geometry, algebra, 3D, statistics, probability, all in one tool!

Element

Purpose of sequence diagram. This article is about GeoGebra command. Sequence diagram for elevator system.

Geogebra
  1. Download GeoGebra Apps Free offline GeoGebra apps for iOS, Android, Windows, Mac, Chromebook and Linux. Graphing Calculator. Graph functions, investigate equations, and plot data with our free graphing app. Graph 3D functions, plot surfaces and do 3D geometry with our free 3D Grapher.
  2. GeoGebra Classic joins graphing, geometry, 3D, spreadsheets, computer algebra and probability in one easy-to-use and powerful package. Millions of people around the world use GeoGebra to learn math and science. GeoGebra Classic includes the following math tools:. Graphing: plot functions with sliders and solve equations. Geometry: create interactive geometric constructions.
Command Categories (All commands)
  • List Commands
    • Element
    • First, Last
    • .. and others


How to find ip address of mobile phone.

Element( , )
Yields the nth element of the list.
Example:
Element({1, 3, 2}, 2) yields 3, the second element of {1, 3, 2}.
Note: In the CAS View undefined variables can be used as well.Example:
Element({a, b, c}, 2) yields b, the second element of {a, b, c}.

Geogebra Classic

Element( , , )
Yields the element of the matrix in the given row and column.
Example:
Element({{1, 3, 2}, {0, 3, -2}}, 2, 3) yields -2, the third element of the second row of begin{pmatrix}1&3&20&3&-2end{pmatrix}.
Note: In the CAS View undefined variables can be used as well.

Geogebra Graphing Calculator

Example:
Element({{a, b, c}, {d, e, f}}, 2, 3) yields f, the third element of the second row of begin{pmatrix}a&b&cd&e&fend{pmatrix}.
Element( , , , ..)
Provided list is n-dimensional list, one can specify up to n indices to obtain an element (or list of elements) at given coordinates.
Example:Let L = {{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}}

Geogebra Classic 6

.
Then Element(L, 1, 2, 1) yields 3, Element(L, 2, 2) yields {7, 8}.
Note:
  • This command only works, if the list or matrix contains elements of one object type (e. g. only numbers or only points).
  • See also First Command, Last Command and RandomElement Command.

Geogebra Download

Retrieved from 'http://wiki.geogebra.org/s/en/index.php?title=Element_Command&oldid=55342'




broken image