All public logs

Jump to: navigation, search

Combined display of all available logs of GeoGebra Manual. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:15, 12 January 2024 Murkle talk contribs restored page Tool Creation Dialog (15 revisions)
  • 12:08, 12 January 2024 Murkle talk contribs deleted page Tutorial:Other tutorials (content was: "#REDIRECT Tutorial:External tutorials", and the only contributor was "Florian Sonner" (talk))
  • 12:07, 12 January 2024 Murkle talk contribs deleted page Compatibility (content was: "<noinclude>{{Manual Page|version=5.0}}</noinclude> GeoGebra is backward compatible in sense that files created with older version should open in later versions. Sometime we make changes which will cause files to behave differently. Differences from GeoGebra 4.4 to 5.0 * The winding rule for self-intersecting polygons has changed so they will look different. Differences from GeoGebra 3.2 to 4.0 * lists of angles, integrals, barcharts, histograms etc. are now...")
  • 01:15, 3 January 2024 Murkle talk contribs deleted page Comments:International GeoGebra Institute (content was: "The International GeoGebra Institute (IGI) is the non-profit organisation behind the free mathematics software GeoGebra. In IGI, teachers and researchers from all over the world work together to promote the learning and teaching of mathematics by supporting and coordinating the following activities: * develop free GeoGebra workshop materials, * offer workshops for teachers and future GeoGebra trainers, * further develop GeoGebra and implement new features of the software, * dev...")
  • 10:46, 20 December 2023 Murkle talk contribs deleted page Translation:IGI (content was: "=IGI Materials Translation= Thank you for your interest in translating materials of the International GeoGebra Institute (see [http://www.geogebra.org/IGI/ http://www.geogebra.org/IGI]) to your language! {{attention|Following materials are obsolette.}} At [http://www.geogebra.org/source/translation/igi/ www.geogebra.org/source/translation/igi/] you will find materials of the I...", and the only contributor was "Zbynek" (talk))
  • 10:46, 20 December 2023 Murkle talk contribs deleted page GeoGebra Institute:Blogs (content was: "Currently there are 9 GeoGebra community blogs: * [http://community.geogebra.org/en English] * [http://community.geogebra.org/es Spanish] * [http://community.geogebra.org/de German] * [http://community.geogebra.org/zh Chinese] * [http://community.geogebra.org/dk Danish] * [http://community.geogebra.org/hu Hungarian] * [http://community.geogebra.org/eu Basque] * [http://community....", and the only contributor was "Zbynek" (talk))
  • 14:48, 11 October 2023 Murkle talk contribs restored page Scripting (31 revisions)
  • 14:22, 11 October 2023 Murkle talk contribs restored page Help Menu (13 revisions)
  • 14:21, 11 October 2023 Murkle talk contribs deleted page Tool Creation Dialog (content was: "<noinclude>{{Manual Page|version=5.0}}</noinclude>{{gui|dialog}} First, create the construction your tool should be able to create later on. In the link=|18px Tools menu, select link=|18px ''Create New Tool'' in order to open the corresponding dialog box. Now you need to fill in the three tabs ''Output Objects'', ''Input Objects'', and ''Name and Icon'' in order to create your custom tool. {{example|Create a Sq...")
  • 14:20, 11 October 2023 Murkle talk contribs deleted page The Dynamic Worksheet Editor (content was: "<big><big>!!!!! Since we have a new GeoGebra Book about the [https://www.geogebra.org/m/e9Z6UDu4 Dynamic Worksheet Editor], this page is not up to date anymore. !!!!! </big></big> =What is a Dynamic Worksheet= A ''Dynamic Worksheet'' is an interactive (online) worksheet that combines different elements (e.g. text, applets, videos, images) in a...", and the only contributor was "Sabrina.azesberger" (talk))
  • 14:19, 11 October 2023 Murkle talk contribs deleted page Tutorials for Experts (content was: "* Introduction to GeoGebraScript: Scripting in GeoGebra * Scripting: Mutually Exclusive Checkboxes * Scripting: Interact with GeoGebra through JavaScript * Sorting arbitrary lists * Tutorial:Scripting:Functions and subrou...", and the only contributor was "Jhohen" (talk))
  • 14:15, 11 October 2023 Murkle talk contribs deleted page Tips:Restricted Functions (content was: "To restrict a function, e.g. <code>f(x) = x^2</code> to the interval <code>[-2,2]</code>, you can use <code>f(x) = If[-2<=x<=2,x^2]</code>.")
  • 14:15, 11 October 2023 Murkle talk contribs deleted page Tips:Simple moveable Square (content was: "Of course there is a tool to create a square by using the Regular Polygon Tool, but the result is not really moveable. You need to move the both points, that are used to draw the square. To get a square, that is moveable with a side-length of 3 you can do the following: * Create a point <code>A</code>. * Enter at the Input Bar <code>B=A+(3,0)</code>, <code>C=A+(3,3)</code> and <code>D=A+(0,3)</code>. * Use segments or the Polygon Tool.")
  • 14:15, 11 October 2023 Murkle talk contribs deleted page Tips:Tools (content was: "GeoGebra comes with many tools (a complete list can be found here), but sometimes that's just not enough. Thankfully you can create your own tools for common tasks or for your students.")
  • 14:15, 11 October 2023 Murkle talk contribs deleted page Tips:Using Parameters (content was: "Parameters are often used in functions like <code>f(x)=a*x²</code> to explore the influence of a parameter. To use a parameter you need to define it, in this case <code>a</code>, before you define the function. If you don't do that the function won't be accepted. The parameter a can be a simple number (enter at input-line something like <code>a=2</code>) or a slider (nothing more than a visible free number)")
  • 14:15, 11 October 2023 Murkle talk contribs deleted page Tips:Regression Curves (content was: "GeoGebra can create regression curves out of a list of points for you: <code>f = FitLine[{(-1, 0), (2, 3), (4, 2)}]</code>. There are many different regression curves implemented, all starting with Fit..[], like FitSin[], FitPoly[] or FitExp[].")
  • 14:14, 11 October 2023 Murkle talk contribs deleted page Tips:Pre-defined Functions (content was: "There are many functions already defined by GeoGebra, like <code>sin(x)</code>, <code>e(x)</code>, <code>sqrt(x)</code> and <code>gamma(x)</code>. See complete list of predefined functions for details.")
  • 14:14, 11 October 2023 Murkle talk contribs deleted page Tips:Point Coordinates (content was: "If you need the <em>x</em> and <em>y</em> coordinates of a point, for example <code>A</code>, you can just type <code>x(A)</code> or <code>y(A)</code>. Voilà!")
  • 14:14, 11 October 2023 Murkle talk contribs deleted page Tips:Missing ToolTips (content was: "For every predefined Tool that is selected (it must be a blue border around it) you can find the name of the Tool and a short help how to use it right beside the Tools in the Toolbar. Sometimes the help is not visible, but that's not an error. Make the GeoGebra window wider and the help will be visible. You can see the help information too, if you the mouse pointer is for some seconds over the tool in the Toolbar or in the expanded Toolbox.")
  • 14:14, 11 October 2023 Murkle talk contribs deleted page Tips:Dynamic Slider (content was: "Since version 4.0 slider (link=Slider Tool) allows you to use variables or expressions for min, max and increment.")
  • 14:13, 11 October 2023 Murkle talk contribs deleted page Tips:Complex Numbers (content was: "GeoGebra supports complex numbers, just enter e.g. <code>z = 2 + 3i</code>. Complex numbers just work like normal numbers most of the time and even some pre-defined functions work with complex arguments, try e.g. <code>cos(2 + i)</code>. Plotting complex functions is not possible however.")
  • 14:13, 11 October 2023 Murkle talk contribs deleted page Tips:Animation (content was: "If you have a slider you can make him change his value automatically to create an animation. You can right-click onto your slider and select ''Animation On'' anytime to start the animation. There are a lot of settings to tweak, so you should better look at the Animation manual page!")
  • 14:13, 11 October 2023 Murkle talk contribs deleted page Tips (content was: "left|48px On this page you will find specific tips on how to use GeoGebra that might not be covered in our introductory materials or the user manual. == List of Tips == {{Special:AllPages/Tips:}} == Share Your Own Tips == You can share your own tips by creating a new page with "Tips:" as a prefix of the page name, e.g. "Tips:Restricted Functions" and add your tip as a content. Here are some suggestions for writing ne...")
  • 14:13, 11 October 2023 Murkle talk contribs deleted page Introduction to the use of GeoGebraScript (content was: "#REDIRECT Tutorial:Introduction to GeoGebraScript", and the only contributor was "Florian Sonner" (talk))
  • 14:12, 11 October 2023 Murkle talk contribs deleted page Main Page (content was: "{{DISPLAYTITLE:GeoGebra Help Pages}} <div class="box_6"> left|link=Tutorial:Main Page|60px ==Tutorials== Step-by-step tutorials for GeoGebra both for beginners and experts </div> <div class="box_6"> left|link=http://www.geogebra.org/forum|60px ==[http://www.geogebra.org/forum Forum]== Get quick answers to all your questions in our friendly [http://www.geogebra.org/forum GeoGebra User Forum...")
  • 14:11, 11 October 2023 Murkle talk contribs deleted page Help Menu (content was: "<noinclude>{{Manual Page|version=4.2}}</noinclude> {{gui|menu}} {{note|Following four menu items work only provided you have access to the internet. You can download the [http://wiki.geogebra.org/en/Tutorials GeoGebra Tutorials] to work offline.}} {{menuitem|name=Tutorials}} This menu item opens the tutorial part of GeoGebraWiki in your browser. {{menuitem|name=Help|icon=Menu-help.svg}} This menu item opens the HTML-version of the GeoGebra help (the Ma...")
  • 14:11, 11 October 2023 Murkle talk contribs deleted page Tutorials for Administrators (content was: "* GeoGebra mass installation * Tutorial:GeoGebra with Moodle * Tutorial:GeoGebra with Mediawiki * Tutorial:GeoGebra with DokuWiki * Tutorial:GeoGebra with WordPress * [http://www.unpeud.info/a-propos-du-site/plugin-geogebra-pour-joomla Joomla plugin] * [http://drupal.org/project/geogebra Drupal module]", and the only contributor was "Jhohen" (talk))
  • 14:11, 11 October 2023 Murkle talk contribs deleted page Open Dialog - Insert File (content was: "<noinclude>{{Manual Page|version=5.0}}</noinclude>{{gui|dialog}} ==Insert File== In the '''GeoGebra Desktop Version''' (Windows and Linux) you can insert a GeoGebra file into the current one, keeping the existing objects. In the menu bar, click ''File - Open'', then select ''Insert File (.ggb)'' from the dropdown list displayed and click on the .ggb file you want to insert in the current construction. Some objects of the inserted file may be renamed to ensure that all the obj...")
  • 14:10, 11 October 2023 Murkle talk contribs deleted page Open Dialog - Style Templates (content was: "<noinclude>{{Manual Page|version=5.0}}</noinclude> {{gui|dialog}} ==Apply Template== In the GeoGebra Desktop Version you can create a custom style worksheet (template), containing the visual settings of one or more objects of the same or different types, so that those settings can be then applied to objects in other GeoGebra files. ===How to make a template file=== Create a GeoGebra file (which will be saved later, using a proper name, e.g. ''style.ggb''). In the advanced optio...")
  • 14:08, 11 October 2023 Murkle talk contribs deleted page Tutorial (content was: "#REDIRECTTutorial:Main Page", and the only contributor was "Zbynek" (talk))
  • 11:25, 27 September 2023 Murkle talk contribs deleted page Reference:Supported Devices (content was: "==Web app== GeoGebra web application can be used with any device running Internet Explorer 11 or recent versions of Google Chrome, Safari, Mozilla Firefox or Edge. It is available documentation about Tablet App. ==Desktop app== See Reference:GeoGebra Installation for details. ==iPad app== GeoGebra Apps require iOS 11 or above ==Android== The GeoGebra Apps are available for Android 5.0 or later.")
  • 16:35, 16 May 2023 Murkle talk contribs deleted page Scripting (content was: "<noinclude>{{Manual Page|version=5.0}}</noinclude>{{objects|property}} Script is a sequence of commands, that are executed one after each other. GeoGebra supports two scripting languages - GGBScript and Javascript. You can enter scripts in the ''Scripting'' tab of the link=|16px Properties Dialog of the object you want to assign a script to. {{Note|The ''Properties'' panel needs to be closed for scripts to work.}} Different objects support di...")
  • 08:58, 2 December 2022 Murkle talk contribs deleted page Tutorial:New features of Version 4.0 (content was: "In July 2009, the GeoGebra developers began working on the new version 4.0. Thanks to many new programmers, it has been once again been a huge increase in functionality. The list of new features compared to version 3.2 is overwhelmingly long. This summary page hopes to give you a window to the innovative benefit found in the new version 4.0. '''''Do not be put off by the many new features of GeoGebra!''' GeoGebra is still just as easy to operate as before. None of the basic to...")
  • 08:58, 2 December 2022 Murkle talk contribs deleted page Tutorial:Installation & Introduction, Drawing vs Geometric Construction (content was: "category:Tutorial ==Introduction and Installation of GeoGebra== ===Installation WITH Internet Access=== Install GeoGebra WebStart * Open your Internet browser and go to http://www.geogebra.org/webstart. * Click on the button called WebStart 4.0. {{note|The software is automatically installed on your computer. You only need to confirm all messages that might appear with OK or YES.}} {{hint|Using GeoGebra WebStart has several advantages for you provided that you have an Int...")
  • 08:57, 2 December 2022 Murkle talk contribs deleted page Tutorial:Practice Block I (content was: "category:Tutorial ==Square Construction== In this activity you are going to use the following tools. Make sure you know how to use each tool before you begin with the actual construction of the square: {|border="1" cellpadding="10" |Image:Tool_Segment_between_Two_Points.gif‎‎||Segment |- |Image:Tool_Perpendicular_Line.gif‎||Perpendicular Line |- |Image:Tool_Line_through_Two_Points.gif‎||Line |- |Image:Tool_Circle_C...")
  • 08:56, 2 December 2022 Murkle talk contribs deleted page Tutorial:Inserting Pictures into the Graphics View (content was: "category:Tutorial ==Drawing Tool for Symmetric Figures== Open the dynamic worksheet [http://www.geogebra.org/book/intro-en/topics/files/07_Inserting_Pictures/A13_drawing_tool_symmetry.html Drawing Tool Symmetry]. Follow the directions on the worksheet and experience how your students could explore the axes of symmetry of a flower. {{hint|You will learn how to create such dynamic worksheets later in this workshop.}} center * How could your students...")
  • 08:56, 2 December 2022 Murkle talk contribs deleted page Tutorial:Scripting:Functions and subroutines (content was: "{{Tutorial|title=Functions and subroutines in Geogebra scripting}} [http://en.wikipedia.org/wiki/Subroutine Subroutines] (also known as functions or procedures) are an important concept in computer programming, and help with program maintenance and code re-use. This tutorial describes some ways that you can enjoy some of the advantages of subroutines in GeoGebra. '''Method 1.''' Custom tools act like a new function. They can take inputs and produce output o...")
  • 08:56, 2 December 2022 Murkle talk contribs deleted page Tutorial:Custom Tools and Customizing the Toolbar (content was: "category:Tutorial ==The Theorem of Pythagoras== ===Preparations=== * Open a new GeoGebra window. * Switch to Perspectives – Geometry. * Change the labeling setting to ''New Points Only'' (menu ''Options – Labeling''). ===Construction Steps=== {|border="1" cellpadding="15" |1||Image:Tool_Segment_between_Two_Points.gif‎||Create segment a with endpoints AB. |- |2...", and the only contributor was "Corinna" (talk))
  • 08:56, 2 December 2022 Murkle talk contribs deleted page Tutorial:Creating Static Instructional Materials (content was: "category:Tutorial ==Saving Pictures as Files== In this activity you will learn how to export a picture from GeoGebra into a file. Compared to exporting it to the clipboard this export possibility has several advantages: * You can save your picture and reuse it later on. This isn’t possible with the clipboard since data is just stored temporarily there and can’t be reused in a later session. * You can determine the scale of your picture which comes in handy if you want...")
  • 08:55, 2 December 2022 Murkle talk contribs deleted page Tutorial:Geometric Constructions & Use of Commands (content was: "category:Tutorial ==Square Construction== In this activity you are going to use the following tools. Make sure you know how to use each tool before you begin with the actual construction of the square: {|border="1" cellpadding="10" |Image:Tool_Segment_between_Two_Points.gif‎‎||Segment |- |Image:Tool_Perpendicular_Line.gif‎||Perpendicular Line |- |Image:Tool_Line_through_Two_Points.gif‎||Line |- |Image:Tool_Circle_Ce...")
  • 08:55, 2 December 2022 Murkle talk contribs deleted page Tutorial:Transformations & Inserting Pictures into the Graphics View (content was: "category:Tutorial ==Creating a Function Domino Game== In this activity you are going to practice exporting function graphs to the clipboard and inserting them into a word processing document in order to create cards for a "Function Domino" game. Make sure you know how to enter different types of functions before you begin with this activity. center ===Preparations=== * Open a new GeoGebra window. * Switch to ''Perspectives – Algebra & Graphics''....")
  • 08:54, 2 December 2022 Murkle talk contribs deleted page Tutorial:Algebraic Input, Functions & Export of Pictures to the Clipboard (content was: "category:Tutorial ==Parameters of a Linear Equation== In this activity you are going to use the following tools, algebraic input, and commands. Make sure you know how to use them before you begin with the actual construction. {|border="1" cellpadding="10" |Image:Tool_Slider.gif‎‎||Slider |- |||line: y = m x + b |- |Image:Tool_Segment_between_Two_Points.gif‎‎||Segment |- |||Intersect[line, yAxis] |- |Image:Tool_Intersect_Tw...")
  • 08:54, 2 December 2022 Murkle talk contribs deleted page Tutorial:Practice Block III (content was: "category:Tutorial ==Visualizing a System of Equations== In this activity you are going to use algebraic input and commands. Make sure you know the syntax for algebraic input and commands before you begin. You might want look at the dynamic worksheet called [http://www.geogebra.org/book/intro-en/topics/files/09_Practice_Block_III/A_3a_system_equations.html System equations...", and the only contributor was "Corinna" (talk))
  • 08:53, 2 December 2022 Murkle talk contribs deleted page Tutorial:Main Page (content was: "#REDIRECTTutorials")
  • 20:00, 1 December 2022 Murkle talk contribs deleted page Tutorial talk:Main Page/Links in Headlines (content was: "Why are the headlines for the beginner and export tutorials links? The pages they link to are listing less tutorials than the main page, so they should be removed until the main page listing would take too much space and we actually need to outsource that to another place.", and the only contributor was "Florian Sonner" (talk))
  • 20:00, 1 December 2022 Murkle talk contribs deleted page Tutorial:Inserting Static and Dynamic Text into the GeoGebra’s Graphics View (content was: "category:Tutorial ==Coordinates of Reflected Points== ===Preparations=== * Open a new GeoGebra window. * Switch to ''Perspectives - Algebra & Graphics'' and show the grid (View Menu). * In the Options Menu set the Point capturing to ''Fixed to Grid''. ===Construction Steps=== {|border="1" cellpadding="15" |1||Image:Tool_New_Point.gif‎||Create point A = (3, 1) |- |2||||Create line a: y = 0 |- |3||Image:Tool_Reflect_Object_in_Line.gif‎||Mirror point A...")
  • 19:58, 1 December 2022 Murkle talk contribs deleted page Tutorial:Practice Block II (content was: "category:Tutorial ==Parameters of a Linear Equation== In this activity you are going to use the following tools, algebraic input, and commands. Make sure you know how to use them before you begin with the actual construction. {|border="1" cellpadding="10" |Image:Tool_Slider.gif‎‎||Slider |- |||line: y = m x + b |- |Image:Tool_Segment_between_Two_Points.gif‎‎||Segment |- |||Intersect[line, yAxis] |- |Image:Tool_Intersect_T...")
  • 19:58, 1 December 2022 Murkle talk contribs deleted page Tutorial:Export of Pictures to the Clipboard (content was: "category:Tutorial GeoGebra’s graphics view can be exported as a picture to your computer’s clipboard. Thus, they can be easily inserted into text processing or presentation documents allowing you to create appealing sketches for tests, quizzes, notes or mathematical games. ==Exporting Pictures to the Clipboard== ===Create your Sketch=== Open a new GeoGebra window and make sure the Algebra View, Input Bar and coordinate axes are shown. {|border="1" cellpaddin...")
  • 19:57, 1 December 2022 Murkle talk contribs deleted page Tutorial:Square (content was: "{{Tutorial |title=Constructing a Square }} Problem: How are you able to construct a square without using the Regular polygon tool? In this tutorial, like Tutorial 1, we will mimic compass and straightedge construction using the circle tool, the parallel line tool, the perpendicular tool to construct a square instead of using the Regular polygon tool. We will also reinforce the use of the angle tool, this time, learn how to use it to measure angle using three points. '''F...")
  • 19:57, 1 December 2022 Murkle talk contribs deleted page Category:Integration tutorials (content was: "This category contains integration tutorials.")
  • 19:55, 1 December 2022 Murkle talk contribs deleted page Tutorial:Practice Block IV (content was: "category:Tutorial ==Area Relations of Similar Geometric Figures== In this activity you are going to use the following tools and algebraic input. Make sure you know how to use each tool before you begin. {|border="1" cellpadding="10" |||a = 2 |- |Image:Tool_Segment_with_Given_Length_from_Point.gif‎‎‎||Segment With Given Length |- |Image:Tool_Regular_Polygon.gif‎‎||Regular Polygon |- |Image:Too...")
  • 19:55, 1 December 2022 Murkle talk contribs deleted page Tutorial:New features of Version 4.2 (content was: "category:Tutorial ===Tutorial:New features of Version 4.2=== GeoGebra 4.2 will be released soon. 21 developers have contributed to this release, so there are many new and exciting features to explore and enjoy! Here are some of the things you can look forward to, and details of how to try out the Release Candidate are [http://www.geogebra.org/forum/viewtopic.php?f=22&t=23208 here]. ====Speed & Stability==== As well as the usual bug-fixing and adding features, while devel...")
  • 19:55, 1 December 2022 Murkle talk contribs deleted page Tutorial:Midpoints (content was: "{{Tutorial |title=Quadrilaterals and Midpoints }} '''Problem:Investigate what happens if you connect the the consecutive midpoints of a quadrilateral.''' In this tutorial, we will use GeoGebra to explore what happens if we connect the consecutive midpoints of a quadrilateral. We will learn to use the following tools: Move, Midpoint or Center, Segment Between two points and Polygon. You can follow this tutorial step by step. You can follow this tutorial step by step by openin...")
  • 19:55, 1 December 2022 Murkle talk contribs deleted page Tutorial:Drawing versus Geometric Construction (content was: "category:Tutorial ==Drawing Geometric Figures and Other Objects== ===Preparations=== * Go to ''Perspectives – Geometry''. ===Drawing Pictures with GeoGebra=== Use the mouse and the following selection of tools in order to draw figures in the Graphics View (e.g. square, rectangle, house, tree,…). {|border="1" cellpadding="10" |Image:Tool_New_Point.gif‎||Ne...", and the only contributor was "Corinna" (talk))
  • 19:55, 1 December 2022 Murkle talk contribs deleted page Tutorial talk:GeoGebra with DokuWiki (content was: "==Help by the developer?== I had contact to Rudolph Großmann, who made it possible to use GeoGebra within Wiki ... as I know. Look at that (german) page [http://wiki.zum.de/Hilfe:GeoGebra]. Birgit Lachner 05:46, 26 May 2010 (UTC) : Rudolf has not developed the ''DokuWiki'' but the ''MediaWiki'' extension as far as I know. --Florian Sonner 08:07, 26 May 2010 (UTC) ::Yes ... that was what I was meaning . .. -User:Birgit Lachner|...")
  • 19:54, 1 December 2022 Murkle talk contribs deleted page Tutorial talk:Main Page (content was: "I think tutorials linked directly from there should be those located inside this wiki, others should be moved to Tutorial:Other tutorials. --Kondr 21:29, 6 June 2010 (UTC) : If we can get enough wiki tutorials this is a good idea -- maybe we should call the page "External tutorials" though. ;) --Florian Sonner 13:58, 8 June 2010 (UTC) The existing tutorials are very difficult to read. May be you can prepare a template for unsing the i...")
  • 19:54, 1 December 2022 Murkle talk contribs deleted page Tutorial:Spreadsheet View and Basic Statistics Concepts (content was: "category:Tutorial ==Introduction to GeoGebra’s Spreadsheet View== ===Spreadsheet Cells Input=== In GeoGebra’s Spreadsheet View every cell has a specific name that allows you to directly address each cell. For example, the cell in column A and row 1 is named A1. {{note|These cell names can be used in expressions and commands in order to address the content of the corresponding cell.}} You can not only use numbers in spreadsheet cells, but all types of mathematical o...")
  • 19:54, 1 December 2022 Murkle talk contribs deleted page Tutorial:GeoGebra Turtle (content was: "Category:Tutorial The '''Turtle[]''' command creates a point named ''turtle1'' in ''Graphics'' view Image:Tortue.png, having coordinates (0, 0) and directed towards the positive x-axis. At the same time in the lower left corner of ''Graphics'' view the Image:Animate Play.png ''Play'' button is shown (that toggles into the Image:Animate Pause.png ''Pause'' button whenever the button is clicked). A ''turtle'' is an animated point, that starts to move when the...")
  • 19:49, 1 December 2022 Murkle talk contribs deleted page Tutorial:EquilateralTriangle (content was: "{{Tutorial |title=Constructing an Equilateral Triangle }} '''Problem: How will you draw an equilateral triangle without using the Regular polygon tool?''' You can follow this tutorial step by step by opening the [http://www.geogebra.org/webstart/geogebra.html GeoGebra window]. In this tutorial, we will mimic compass and straight edge construction using the circle tool. The idea is to use the intersections of two circles and the two centers to form as triangles as shown belo...")
  • 19:49, 1 December 2022 Murkle talk contribs deleted page Tutorial:GeoGebra with WordPress (content was: "category:Tutorial '''In GeoGebra (v. 4.0)''' * When your construction is done, select ''File'' > ''Export'' > ''Dynamic Worksheet as Webpage''. * In the export dialog, select the ''Export as Webpage'' tab, (for the purpose of exporting it is not necessary to fill in the text fields for text displayed above and below the construction), then click on the ''Advanced'' tab. * Type the desired export dimensions in the ''Width'' and ''Height'' text fields, then activate the...")
  • 19:49, 1 December 2022 Murkle talk contribs deleted page Tutorial:GeoGebra with DokuWiki (content was: ":''Original [http://sites.google.com/site/jalomaac/plugin:geogebra German version] of this article'' ==Usage== <geogebra name="file.ggb" width="" height="" /> Attributes ;name Filename. ;width Width of applet. ;height Height of applet. For other applet attributes see applet parameters reference(Version >0.0.2). ==Configuration== ;jarbase Either http://www.geogebra.com/webstart or local codebase. For details, see Reference:Applet Parame...")
  • 19:48, 1 December 2022 Murkle talk contribs deleted page Tutorial:GeoGebra with Mediawiki (content was: "==Usage== '''Step 1''' * Create your drawing. Use GeoGebra version 3.2.33.0 or younger. '''Step 2''' * Choose File - Export - Dynamic Worksheet as Webpage (html) Image:Export2Wiki_1_en.jpg * Choose the '''Advanced''' tab * Select '''Clipboard: MediaWiki''' Image:Export2Wiki_2_en.jpg * Pressing the Clipboard button will export your drawing to the Windows clipboard Image:Export2Wiki_3_en.jpg '''Step 3''' * Insert (paste) the content of the clipboard to your...")
  • 19:48, 1 December 2022 Murkle talk contribs deleted page Tutorial:GeoGebra with Moodle (content was: "category:Tutorial Firstly resize the GeoGebra window so that it is as you want it to appear in the webpage (probably smaller than the size of your screen). Then type {{KeyCode|Ctrl+Shift+M}} which will copy the necessary HTML code to the clipboard. Then in Moodle create a new Label or Webpage. Turn HTML Editing on and simply paste in the code from the clipboard with {{KeyCode|Ctrl+V}}.")
  • 19:46, 1 December 2022 Murkle talk contribs deleted page Tutorial:Scripting: Mutually Exclusive Checkboxes (content was: "{{Tutorial|title=Mutually Exclusive Checkboxes}} In this tutorial we will show how to create three checkboxes, exactly one of which is always checked. This construction uses Scripting. We will use GGBScript as it is more suitable for simple scripts. {{step|num=1}} Create three checkboxes, ''a,b'' and ''c''. {{step|num=2}} Right-click checkbox ''a'', open the Properties Dialog and in Scripting tab (OnUpdate), enter following script to...")
  • 19:45, 1 December 2022 Murkle talk contribs deleted page Tutorial:Creating HTML5 documents with GeoGebraWeb (content was: "== GeoGebraWeb Applets== With GeoGebra 4.2 we have introduced pure HTML5 GeoGebra documents. This way GeoGebra applets start even faster than before, and this technology provides availability of GeoGebra for tablet users as well since Java is no longer a prerequisite. <div style="overflow: auto;"> <div style="float:right;"> __TOC__ </div> GeoGebra automatically detects a user's web browser and decides if it is running on a tablet, and serves the document in HTML5 format. Henc...")
  • 19:45, 1 December 2022 Murkle talk contribs deleted page Tutorial:Advanced List Sorting (content was: "If you want to sort a list of objects in GeoGebra it is not unlikely that the kind of sorting you want is not possible with the Sort command. (If you just want to inverse the results you can use <code>Sort[]</code> together with Reverse[]). But in case the kind of object is not supported by <code>Sort[]</code> or you want a completely different sorting criterion this tutorial may help you with your task. If you're having problem with the al...")
  • 19:45, 1 December 2022 Murkle talk contribs deleted page Tutorial:Tablet App Quickstart (Android, iOS) (content was: "{{note|For Windows 8 / Windows RT tablet app tutorial see [https://wiki.geogebra.org/uploads/2/28/Quickstart_for_Web_and_Tablet_App.pdf Tutorial:Tablet App Quickstart (Windows)] }} ==Installation== Currently you can: * [http://www.geogebra.org/cms/Download Download and install the tablet app] on Android devices running Android 4.0.3 or newer with 7" screen, and iPad 2 or newer. * To install it on Amazon Kindle, just go to the Amazon store and look up GeoGebra, or click [http:...")
  • 19:45, 1 December 2022 Murkle talk contribs deleted page Tutorial:External tutorials (content was: "category:Tutorial This page contains list of links to English GeoGebra tutorials over the Internet. For tutorials in other languages see translations of this page. * [http://math4allages.wordpress.com/geogebra/ GeoGebra Step-by-Step Tutorials]. More than 50 step-by-step tutorials Created by Guillermo Bautista in [http://math4allages.wordpress.com Mathematics and Multimedia] * [http://webspace.ship.edu/msrenault/tutorial/ A GeoGebra Tutorial] — Geometric constructi...")
  • 19:45, 1 December 2022 Murkle talk contribs deleted page Tutorial:Introduction to GeoGebraScript (content was: "Sometimes the ways students can interact with your worksheets using the basic features provided by GeoGebra are not powerful enough or too difficult to be used by your students, especially younger ones. '''GeoGebraScript is there to help you creating simple-to-use constructions with more sophisticated interactivity.''' It is a simple way to write scripts (small programs) in GeoGebra. <div style="overflow: auto;"> <div style="float:right;"> __TOC__ </div>Common us...")
  • 19:45, 1 December 2022 Murkle talk contribs deleted page Tutorials (content was: "==GeoGebra Math Apps== Try our [https://www.geogebra.org GeoGebra Math Apps] and learn how to graph functions, visualize derivatives and integrals, transform objects using sliders, and much more in our tutorials. * [https://www.geogebra.org/m/etg2rk8j Calculator Suite Tutorial] * [https://www.geogebra.org/m/vd6UC685 Graphing Calculator Tutorial] * [https://www.geogebra.org/m/mxtyvd22 CAS Calculator Tutorial] * [https://www.geogebra.org/m/brr48aw7 GeoGebra Scientific Calculator...")
  • 15:41, 8 November 2022 Murkle talk contribs deleted page Reference:Sources For Used Libraries (content was: "= GeoGebra's Licence = Please read this carefully: http://www.geogebra.org/license = Sources for used libraries = The following tools are used as part of GeoGebra's software development process and may be found for convenience in our source versioning system. Below you can find references to the project websites and/or source code of these tools. Special thanks to [https://ecl...", and the only contributor was "Murkle" (talk))
  • 10:12, 6 July 2022 Murkle talk contribs deleted page The GeoGebraBook Editor (content was: "<noinclude>{{Manual Page|version=5.0}}</noinclude> <big><big>!!!!! Since we have a new GeoGebra Book about the [https://www.geogebra.org/m/P5Zrj0Su GeoGebra Book Editor], this page is not up to date anymore. !!!!!</big></big> =What is a GeoGebraBook= A GeoGebraBook is a collection of GeoGebra-based materials and worksheets. It allows you to organize your own GeoGebra Applets and / or your favorite materials from [http://www.geogebra.org GeoGebra] into dynamic, interactive onli...")
  • 10:57, 21 April 2022 Murkle talk contribs deleted page Tutorial:IBooks Author (content was: "<big>'''Please note that the iBooks embedding feature is now deprecated so ''it may not work'' and we can not provide further support for it'''</big> When using Apple's ''[http://www.apple.com/ibooks-author/ iBooks Author]'' you can use the following solution to embed GeoGebra applets as widgets without an internet connection. == iBook Widget == thumb|Download widget An iBook Widget is a GeoGebra Widget for ''iBooks Author'' that d...")
  • 10:56, 21 April 2022 Murkle talk contribs deleted page Tutorial:SCORM Package (content was: "thumbnail|right|A GeoGebra applet as SCORM package, running in LMS (Moodle)! '''Sharable Content Object Reference Model''' (SCORM) is a collection of standards and specifications for web-based electronic educational technology (also called e-learning). It defines communications between client side content and a host system (called "the run-time environment"), which is commonly supported by a learning management system. SCORM also defines how content...")
  • 12:35, 16 March 2022 Murkle talk contribs deleted page GeoGebra Institute:FAQ (content was: "= Frequently Asked Questions about establishing a GeoGebra Institute = ==What is a GeoGebra Institute?== A [http://www.geogebra.org/institutes Local GeoGebra Institute (GI)] is established by a group of GeoGebra users (typically from universities and/or schools) who develop and share educational materials, organize events (like conferences, workshops, competitions) and/or conducting research projects. These local GeoGebra Institutes are supported and coordinated by the [http://...")
  • 17:47, 2 June 2021 Murkle talk contribs created page Reference:Sources For Used Libraries (copied from https://dev.geogebra.org/trac/wiki/SourcesForUsedLibraries)
  • 23:30, 23 May 2021 Murkle talk contribs deleted page StopLogging Command (content was: "<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}} ;StopLogging( ) :For data logging, e.g. from a phone. {{Note| See also the StartLogging command.}}")
  • 23:30, 23 May 2021 Murkle talk contribs deleted page StartLogging Command (content was: "<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}} ;StartLogging( "<Sensor>", <Variable>, <Limit (optional)>, "<Sensor>", <Variable>, <Limit (optional)>, ...) :For data logging, e. g. from a phone. For each sensor define the variable to which the values should be logged -- the variable should be a number, a list or a data function. The limit arguments set how many last values of a variable are set (for logging into lists and data function...")
  • 10:16, 25 February 2021 Murkle talk contribs moved page Free, Dependent and Auxiliary Objects to Free Dependent and Auxiliary Objects (remove comma)
  • 23:38, 22 October 2020 Murkle talk contribs blocked Daooumar19 talk contribs with an expiration time of infinite (account creation disabled, cannot edit own talk page) (Inserting nonsense/gibberish into pages)
  • 12:24, 26 May 2020 Murkle talk contribs blocked LailaTov talk contribs with an expiration time of infinite (account creation disabled)
  • 14:28, 1 April 2020 Murkle talk contribs blocked LilianaSaid talk contribs with an expiration time of infinite (account creation disabled)
  • 10:44, 11 January 2020 Murkle talk contribs blocked Liliana M CB talk contribs with an expiration time of infinite (account creation disabled, cannot edit own talk page)
  • 15:45, 5 December 2019 Murkle talk contribs changed group membership for Alexander Hartl from bureaucrat, administrator, user-manual and user-manual-de to (none)
  • 15:40, 5 December 2019 Murkle talk contribs changed group membership for Zsolt from bureaucrat and administrator to (none)
  • 15:39, 5 December 2019 Murkle talk contribs changed group membership for Event from bureaucrat and administrator to (none)
  • 15:38, 5 December 2019 Murkle talk contribs changed group membership for UnTom from bureaucrat, administrator and user-manual to (none)
  • 15:38, 5 December 2019 Murkle talk contribs changed group membership for Florian Sonner from bureaucrat and administrator to (none)
  • 15:38, 5 December 2019 Murkle talk contribs changed group membership for Gabriela Ferenczy from bureaucrat, administrator, user-manual, user-manual-de and user-manual-hu to (none)
  • 15:37, 5 December 2019 Murkle talk contribs changed group membership for Jvida from bureaucrat and administrator to (none)
  • 15:37, 5 December 2019 Murkle talk contribs changed group membership for Jackhu from administrator and user-manual-zh to user-manual-zh
  • 15:37, 5 December 2019 Murkle talk contribs changed group membership for Grafmanuel from administrator, user-manual and user-manual-de to (none)
  • 15:36, 5 December 2019 Murkle talk contribs changed group membership for Mathmum from bureaucrat and administrator to administrator
  • 15:36, 5 December 2019 Murkle talk contribs changed group membership for Guyhed from administrator and user-manual-he to user-manual-he
  • 15:36, 5 December 2019 Murkle talk contribs changed group membership for Gsturr from administrator and user-manual to user-manual
  • 15:35, 5 December 2019 Murkle talk contribs changed group membership for Yves Kreis from bot, bureaucrat, administrator and user-manual to (none)
  • 15:35, 5 December 2019 Murkle talk contribs changed group membership for Ulven from bureaucrat, administrator and user-manual to user-manual
  • 15:35, 5 December 2019 Murkle talk contribs changed group membership for Stefanie from bureaucrat and administrator to (none)
  • 15:34, 5 December 2019 Murkle talk contribs changed group membership for Support from bureaucrat and administrator to (none)
  • 15:34, 5 December 2019 Murkle talk contribs changed group membership for Serabe from bureaucrat and administrator to (none)
  • 15:33, 5 December 2019 Murkle talk contribs changed group membership for K.winkowska.nowak from administrator to (none)
  • 15:33, 5 December 2019 Murkle talk contribs changed group membership for StefanL from bureaucrat and administrator to (none)
  • 15:33, 5 December 2019 Murkle talk contribs changed group membership for SarahSt from administrator, user-manual and user-manual-de to (none)
  • 15:32, 5 December 2019 Murkle talk contribs changed group membership for Jhohen from administrator and user-manual to (none)
  • 15:30, 5 December 2019 Murkle talk contribs changed group membership for Attila.klepity from administrator to administrator and bureaucrat
  • 10:57, 4 December 2019 Murkle talk contribs blocked Liliana CB talk contribs with an expiration time of infinite (account creation disabled, autoblock disabled, cannot edit own talk page)
  • 13:00, 9 August 2019 Murkle talk contribs deleted page Polyhedron Command (content was: "<noinclude>{{Manual Page|version=5.0}}</noinclude> {{betamanual|version=5.2}} {{command|3D}} ;Polyhedron( <Point3D>, <Point3D>, ...) :C...", and the only contributor was "Zbynek" (talk))
  • 12:59, 9 August 2019 Murkle talk contribs deleted page Release Notes GeoGebra 5.2 (content was: " ==New Commands (postponed to GeoGebra 5.2)== * SolveQuartic[ <Quartic Polynomial> ] * DensityPlot, syntax to be...", and the only contributor was "Murkle" (talk))
  • 21:29, 4 June 2019 Murkle talk contribs uploaded File:JamfExam.jpg
  • 13:50, 23 November 2018 Murkle talk contribs deleted page Translation:Tool (content was: "category: Translation == Definite == * Each language has just one one file (from 4.2 onwards) == Problems == * Some keys have same names Possible solution: @Arnaud: can you easily give us a list of such duplicates? I don't think...")
  • 17:28, 2 October 2018 Murkle talk contribs moved page Q3 Command to Quartile3 Command (command renamed)
  • 17:27, 2 October 2018 Murkle talk contribs moved page Q1 Command to Quartile1 Command (command renamed)
  • 10:39, 19 February 2018 Murkle talk contribs protected Reference:GeoGebra Mass Installation [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 10:38, 19 February 2018 Murkle talk contribs protected Reference:GeoGebra Installation [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 08:37, 24 June 2017 Murkle talk contribs moved page Reference:Changelog 5.0 to Reference:Changelog 6.0 (5.0 -> 6.0)
  • 12:35, 20 June 2017 Murkle talk contribs moved page Select Object Tool to Select Objects Tool
  • 13:11, 15 June 2016 Murkle talk contribs moved page GeoGebraTube to GeoGebra Materials (remove "Tube" branding)
  • 13:10, 15 June 2016 Murkle talk contribs moved page Upload to GeoGebraTube to Upload to GeoGebra Materials (remove "Tube" branding)
  • 10:26, 27 October 2015 Murkle talk contribs blocked Alyson.muller.525 talk contribs with an expiration time of infinite (account creation disabled, autoblock disabled) (Inserting nonsense/gibberish into pages)
  • 21:15, 9 August 2015 Murkle talk contribs deleted page Comments:Element Command (out of date)
  • 13:21, 24 July 2015 Murkle talk contribs deleted page User:Spanish1 (content was: "¡Próximo estreno en esta misma sala! Nice to virtual meet you! My name is Liliana Saidon and I'm part of the GeoGebra team from the very starting point. I have developed the Spanish version of GeoGebra documentation and User' s Inter...")
  • 13:18, 24 July 2015 Murkle talk contribs deleted page Translation:Es (content was: "{{DISPLAYTITLE:Translation Spanish/Traducción al Español}} category: Translation == Traductora al Español - Traducciones al Castellano == Image:Fotit..." (and the only contributor was "Spanish1"))
  • 10:15, 8 September 2014 Murkle talk contribs deleted page IntegerPart Function (content was: "<noinclude>{{Manual Page|version=4.2}}</noinclude> {{function|integerPart}} ;integerPart( <Expression> ):Gives the integer part of the expression. :{{example|1=<div> :* <code><nowiki>integerPart( 6/5 )</nowiki></code> yields ''1'', :* <...")
  • 18:41, 11 August 2014 Murkle talk contribs deleted page IntersectRegion Command (command removed)
  • 18:41, 11 August 2014 Murkle talk contribs deleted page Manual:IntersectRegion Command (command removed)
  • 09:51, 6 August 2014 Murkle talk contribs uploaded a new version of File:IBATutorial-widget download.png
  • 16:56, 12 July 2014 Murkle talk contribs uploaded a new version of File:GeoGebra 48.png
  • 14:46, 29 June 2014 Murkle talk contribs deleted page Merge drawing (Vandalism: content was: "hello...I am new to GeoGebra. I have made two drawings and wish to merge one with the other. I am having a problem in finding a "how to" using the Search featur..." (and the only contributor was "[[Special:Contributions/Severin...)
  • 14:46, 29 June 2014 Murkle talk contribs blocked Severino talk contribs with an expiration time of infinite (account creation disabled) (Inserting nonsense/gibberish into pages)
  • 14:44, 26 November 2013 Murkle talk contribs moved page Manual:IRunClickScript Command to Manual:RunClickScript Command without leaving a redirect
  • 14:44, 26 November 2013 Murkle talk contribs moved page Manual:IRunUpdateScript Command to Manual:RunUpdateScript Command
  • 17:38, 25 February 2013 Murkle talk contribs moved page International GeoGebra Institute Conference Hungary 2013 to International GeoGebra Institute Conference Hungary 2014
  • 21:52, 4 January 2013 Murkle talk contribs deleted page BarCode Command (command removed)
  • 21:52, 4 January 2013 Murkle talk contribs deleted page Manual:BarCode Command (command removed)
  • 10:12, 30 August 2012 Murkle talk contribs uploaded File:Menu Properties Gear.png
  • 20:46, 28 August 2012 Murkle talk contribs deleted page Real Command (content was: "<!-- DO NOT EDIT -->{{:Manual:{{PAGENAME}}}}<!-- END: DO NOT EDIT --> bs:RealniDio Naredba ca:Real Comandament cs:Příkaz RealnaCast de:Realteil (Befehl) es:Comando Real et:Reaalosa käsk fa:Real دستور ...")
  • 20:46, 28 August 2012 Murkle talk contribs deleted page Imaginary Command (content was: "<!-- DO NOT EDIT -->{{:Manual:{{PAGENAME}}}}<!-- END: DO NOT EDIT --> bs:ImaginarniDio Naredba ca:PartImaginària Comandament cs:Příkaz Imaginarni de:Imaginärteil (Befehl) es:Comando Imaginaria et:Imaginaarosa k...")
  • 20:46, 28 August 2012 Murkle talk contribs deleted page Manual:Imaginary Command (command removed)
  • 11:27, 15 August 2012 Murkle talk contribs deleted page ZMeanEstimate Command (content was: "<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}} {{command|statistics}} ;ZMeanEstimate[<List of Sample Data>,<Population Standard Deviation>,<Level>] : Calculates a Z confidence interval estimate of a popula...")
  • 11:27, 15 August 2012 Murkle talk contribs deleted page ZMeanTest Command (content was: "<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}} {{command|statistics}} ;ZMeanTest[<List of Sample Data>,<Population Standard Deviation>,<Hypothesized Mean>,<Tail>] : Performs a one sample Z test of a popula...")
  • 11:27, 15 August 2012 Murkle talk contribs deleted page ZMean2Test Command (content was: "<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}} {{command|statistics}} ;ZMean2Test[<List of Sample Data 1>,<Population Standard Deviation 1>,<List of Sample Data 2>,<Population Standard Deviation 2>,<Tail>]: ...")
  • 10:17, 24 July 2012 Murkle talk contribs deleted page Manual:TriangleCubic Command (content was: "<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}} {{command|geometry}} ;TriangleCubic[<Point A>,<Point B>,<Point C>,<Index n>] :gives ''n''-th [http://bernard.gibert.pagesperso-orange.fr/ctc.html triangle cub...")
  • 10:40, 11 July 2012 Murkle talk contribs moved page Manual:FreehandShape Tool to Manual:Freehand Shape Tool without leaving a redirect
  • 21:52, 10 July 2012 Murkle talk contribs deleted page Manual:FreehandFunction Tool (renamed to Freehand Shape)
  • 10:46, 27 May 2012 Murkle talk contribs protected Release Notes GeoGebra 3.0 ‎[edit=sysop] (indefinite) [move=sysop] (indefinite) (hist)
  • 15:27, 25 May 2012 Murkle talk contribs uploaded File:GeoGebra.svg (Official GeoGebra Logo)
  • 21:48, 13 March 2012 Murkle talk contribs protected Manual:Keyboard Shortcuts ‎[edit=sysop] (indefinite) [move=sysop] (indefinite)
  • 16:44, 21 February 2012 Murkle talk contribs protected GeoGebra Year 2011 Report ‎[edit=sysop] (indefinite) [move=sysop] (indefinite)
  • 22:29, 22 December 2011 Murkle talk contribs protected Reference:JavaScript ‎[edit=sysop] (indefinite) [move=sysop] (indefinite) (hist)
  • 22:55, 5 December 2011 Murkle talk contribs protected Translation GUI ‎[edit=sysop] (indefinite) [move=sysop] (indefinite)
  • 18:11, 7 November 2011 Murkle talk contribs protected GeoGebra Newsletter 2011-11 ‎[edit=sysop] (indefinite) [move=sysop] (indefinite)
  • 10:54, 18 September 2011 Murkle talk contribs protected Translation errors ‎[edit=sysop] (indefinite) [move=sysop] (indefinite)
  • 19:58, 3 June 2010 User account Murkle talk contribs was created
© 2024 International GeoGebra Institute