2019年12月28日 星期六

Geogebra tutorial

  •  
 http://aprendeconalf.es/calculus/geogebra/calculus-geogebra/calculus-geogebra.pdf
 
  • Geogebra LAB
 http://gsite.asta.tw/blog/weilechutiyanxisuozuodetimujijieda

  • Geogebra 下載
https://www.geogebra.org/download

  • (右下角 GeoGebra Classic 5)

  • 配合<記事本>輸入 或 <notepad++>
  • notepad++  64bit installer
  • notepad++ 設定字型
         設定/設定程式語言格式
         字型大小 20
         開起共用字型
         開起共用字型大小
         開起共用粗體
  • 格式/字型 calbri 28
  • 小寫字母 : a,b,c,... 代表向量
  • 大寫字母 : A,B,C,... 代表點
  • 一次只能輸入一個指令
  • 多行指令需用Execute({"  ","    ","    ",.....,"   "}),將所有指令打入"    ",
          並用Execute({      })括起來
  • α °,   π  輸入法 : alt-a , alt-o , alt-p
  • slider(min,max,increment,speed,width,is angle,animating,random)
  • slider(0,10,1,1,180,false)
  • slider(0,180,1,1,180,true# is angle: true
  • matrix
https://wiki.geogebra.org/en/Matrices

  • ShowAxes(false)
  • ShowGrid(false)
  • ShowLabel(object,false)
  • ShowLayer( )  #layers 0..9
  • HideLayer( )
  • Polygon(A,B,3)
  • q=Polygon(A,B,3)
  • list1={Vertex(q)}
  • len=Length(list1)
  • Sequence(Element({list1(i)},1),i,1,len)
  • for loop
https://help.geogebra.org/topic/scripting-need-for-while-or-loop

http://www.malinc.se/math/geogebra/dynamictextandlatexen.php


  • 綜合除法
http://120.101.70.8/longlife/geogebra/GGB_Teach/Polynomial/Polynomial-19.html