CRN 17910: Technology Info

From Classes
(Difference between revisions)
Jump to: navigation, search
(Created page with "==LaTeX== * How to install LaTeX on Windows: # Download and install [http://miktex.org/download MiKTeX]. You need internet access for the installation. # Make sure you have ...")
 
 
(40 intermediate revisions by one user not shown)
Line 1: Line 1:
 
==LaTeX==
 
==LaTeX==
* How to install LaTeX on Windows:  
+
* How to install LaTeX on Windows or Macs:  
 
# Download and install [http://miktex.org/download  MiKTeX]. You need internet access for the installation.
 
# Download and install [http://miktex.org/download  MiKTeX]. You need internet access for the installation.
# Make sure you have Adobe Reader installed.
+
# Make sure you have [https://get.adobe.com/reader/ Adobe Reader DC] installed.
# Download and install an editor, such as [http://www.xm1math.net/texmaker/TeXMaker]. Configure the PDFLateX option.
+
# Download and install an editor, such as [http://www.xm1math.net/texmaker/ TeXMaker]. Configure the PDFLateX option.
 
* How to install LaTeX on Linux:
 
* How to install LaTeX on Linux:
 
# Skip Step 1 above: LaTeX should already be installed.  
 
# Skip Step 1 above: LaTeX should already be installed.  
# Make sure you have Adobe Reader (or another PDF reader) installed.
+
# Make sure you have Adobe Reader DC (or another PDF reader) installed.
 
# There is a version of TeXMaker for Linux. Configure the PDFLateX option.
 
# There is a version of TeXMaker for Linux. Configure the PDFLateX option.
* How to install LaTeX on Macs:
+
 
# Follow the instructions at [http://www.tug.org/mactex/ MacTeX].
+
* Some examples of LaTeX files:
 +
# [http://helmut.knaust.info/class/201310_2325/barebones.tex barebones.tex] | [http://helmut.knaust.info/class/201520_5365/barebones2.tex barebones.tex with more examples]
 +
# [http://helmut.knaust.info/class/201520_5365/BA.tex BA.tex]  | To run the .tex file you also need to download the images: [http://helmut.knaust.info/class/201520_5365/Boole.jpg Boole.jpg] | [http://helmut.knaust.info/class/201520_5365/Huntington.jpg Huntington.jpg] |  [http://helmut.knaust.info/class/201520_5365/Stone.jpg Stone.jpg]
 +
# The same as a ''Beamer'' presentation: [http://helmut.knaust.info/class/201520_5365/BAtalk.tex BAtalk.tex] | [http://helmut.knaust.info/class/201520_5365/BAtalk.pdf BAtalk.pdf] | To run the .tex file, in addition to the three images above, you will need: [http://helmut.knaust.info/class/201520_5365/JMM.PNG JMM.PNG]
 +
# [http://helmut.knaust.info/class/201310_2325/MCquiz.tex A multiple choice quiz]
 +
# A PDF fillable form: [http://helmut.knaust.info/class/201520_5365/PDF_Form.tex PDF_Form.tex]
 +
# $\LaTeX$ is part of MediaWiki and other software on the Internet:<math>\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}</math>
 +
 
 +
* Resources:
 +
# [http://en.wikibooks.org/wiki/LaTeX Wikibook LaTeX]
 +
# [https://www.tug.org/twg/mactex/tutorials/ltxprimer-1.0.pdf LaTeX Tutorials - A Primer]
 +
# [http://mirrors.ibiblio.org/CTAN/info/lshort/english/lshort.pdf The Not So Short Introduction to $\LaTeX$]
 +
# [http://helmut.knaust.info/oldclass/200410_2325/latex.pdf A LaTeX crash course]
 +
# The standard book reference is: Leslie Lamport, ''LaTeX: A Document Preparation System'',  Addison-Wesley, 2nd Edition, 1994.
 +
<gallery  widths="200px" heights="250px" perrow="3">
 +
File:lamport.jpg
 +
</gallery>
 +
 
 +
====Beamer====
 +
*  Till Tantau, Joseph Wright, and Vedran Miletić. [http://tug.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf ''The Beamer class. User Guide for version 3.63.'']. May 26, 2021 , 247 pp.
 +
 
 +
==Logo==
 +
[[image:Turtle_draw.jpg|300px|right]]
 +
"Logo is the name for a philosophy of education and a continually evolving family of programming languages that aid in its realization." (Harold Abelson)
 +
*[http://el.media.mit.edu/logo-foundation/index.html Logo Foundation]
 +
*[http://www.softronix.com/logo.html MSW Logo]. A more advanced version, also for Windows.
 +
*[http://www.logointerpreter.com/turtle-editor.php# Surf your logo code.] A web-based implementation.
 +
*Android phones: Search for ''Turtle Draw'' in the ''Google Play'' store.
 +
 
 +
==Computer Algebra Systems==
 +
===Mathematica===
 +
*[http://www.wolfram.com/broadcast/screencasts/handsonstart/ Hands-on Start to Mathematica (35 min. Video)]
 +
* Example notebooks: [http://helmut.knaust.info/class/201520_5365/3Parametric.nb 3Parametric.nb] | [http://helmut.knaust.info/class/201520_5365/302ooee.nb 302ooee.nb]
 +
<html><script type="text/javascript" src="http://www.wolfram.com/cdf-player/plugin/v2.1/cdfplugin.js"></script>
 +
<script type="text/javascript">
 +
var cdf = new cdfplugin();
 +
cdf.embed('http://helmut.knaust.info/class/201320_5365/NB/cycloid.cdf', 692, 297);
 +
</script></html>
 +
* [http://demonstrations.wolfram.com The Wolfram Demonstration Project website] | [http://demonstrations.wolfram.com/search.html?author=knaust My projects]
 +
*Mathematica notebooks:
 +
**[http://helmut.knaust.info/class/201320_5365/NB/01introduction.nb Introduction] | [http://helmut.knaust.info/class/201320_5365/NB/02graphing.nb Graphing] | [http://helmut.knaust.info/class/201420_5365/02asolving.nb Solving Equations] | [http://helmut.knaust.info/class/201520_5365/03boole.nb Boolean Algebra] | [http://helmut.knaust.info/class/201520_5365/04algcalc.nb  Algebra & Calculus] | [http://helmut.knaust.info/class/201520_5365/05random.nb  Random Numbers] | [http://helmut.knaust.info/class/201520_5365/06lists.nb  Lists I] | [http://helmut.knaust.info/class/201520_5365/07lists.nb  Lists II] | [http://helmut.knaust.info/class/201520_5365/08hofcts.nb  Higher Order Functions] | [http://helmut.knaust.info/class/201420_5365/09graphing2.nb Graphing II] | [http://helmut.knaust.info/class/201420_5365/10graphing3.nb Graphing III] | [http://helmut.knaust.info/class/202210_5365/11oddsends.nb Printing, Procedures, Recursion, Modules, and Replacement] | [http://helmut.knaust.info/class/201810_5311/Reformat_cells.pdf  How to display matrices the "right" way]
 +
* Mathematica textbooks (in increasing order of complexity):
 +
**Roozbeh Hazrat, ''Mathematica: A Problem-Centered Approach'', Springer Verlag, 2010.
 +
**Stan Wagon, ''Mathematica in Action'', Springer Verlag, 3rd ed., 2010.
 +
**Stephen Wolfram, [https://www.wolfram.com/language/elementary-introduction/ ''An Elementary Introduction to the Wolfram Language''], Wolfram Media Inc., 2013. (Available freely online.)
 +
**Paul Wellin, ''Programming with Mathematica: An Introduction'', Cambridge University Press, 4th ed., 2013.
 +
**Sal Mangano, ''Mathematica Cookbook'', O'Reilly, 2010.
 +
**Roman Maeder, ''Programming in Mathematica'', Springer Verlag, 3rd ed., 1997.
 +
<gallery  widths="200px" heights="250px" perrow="3">
 +
File:hazrat2.jpg
 +
File:Wagon.jpg
 +
File:WolframLanguage.jpg
 +
File:wellin.jpg
 +
File:MathCook.jpg
 +
File:maeder.jpg
 +
</gallery>
 +
 
 +
==Geometry Software==
 +
===GeoGebra===
 +
* [http://www.geogebra.org/ GeoGebra website]
 +
** [https://wiki.geogebra.org/en/Tutorials Online Tutorials] | [https://wiki.geogebra.org/en/Manual GeoGebra Classic Manual] | [[Media:Geogebra.pdf|A short introduction]] by &Oacute;scar Ch&aacute;vez
 +
* [https://www.youtube.com/watch?v=TbpPHGqlcSw Markus Hohenreiter Video]
 +
* [[CRN 23745: Bezier curve|A GeoGebra applet as a MediaWiki page]] (Bezier)
 +
* [http://www.geogebratube.org/material/show/id/35697 A GeoGebra applet uploaded to ''GeoGebraTube''] (quartic)
 +
* [http://helmut.knaust.info/class/201320_5365/GeoGebra/steiner.pdf An example exporting GeoGebra graphics to LaTeX] ([http://helmut.knaust.info/class/201320_5365/GeoGebra/steiner.tex LaTeX source file])
 +
* [http://helmut.knaust.info/class/201520_5365/cycloid.gif A GIF animation created by GeoGebra]
 +
* [https://www.geogebra.org/u/dicapriog Gaetano Di Caprio's applets]
 +
* Examples:
 +
**[http://helmut.knaust.info/class/201320_5365/GeoGebra/Thales.ggb The Theorem of Thales] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/triangle.ggb A triangle] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/ellipse.ggb An ellipse] | [http://helmut.knaust.info/class/201520_5365/cycloid.ggb The cycloid] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/parabola2.ggb A parabola]
 +
 
 +
===Geometer's Sketchpad===
 +
* [http://www.dynamicgeometry.com/ Geometer's Sketchpad resource page]
 +
===Cinderella===
 +
* [http://www.cinderella.de/tiki-index.php Cinderella WiKi page]
 +
 
 +
==RPN Calculators==
 +
*[http://hp15c.com/ Online version of HP-15C]
 +
*[https://www.uiltexas.org/academics/stem/calculator-applications Official UIL site]
 +
*[http://www.uiltexas.org/files/academics/Calculator-Applications-Sample-Test.pdf Sample test from the UIL Texas]
 +
*[http://helmut.knaust.info/class/202210_5365/2019-State-Meet-Calculator-Survey.pdf Calculator usage survey] (UIL State Competition 2019)
 +
*[http://www.hpmuseum.org/ The Museum of HP Calculators]
 +
[[image:HP15c.jpg‎|300px|center]]
 +
 
 +
==Excel==
 +
* [http://helmut.knaust.info/presentations/2003/inet2003/inet2003.pps Presentation].
 +
**Spreadsheets used: [http://helmut.knaust.info/class/202210_5365/XLS/C2F.xls C2F.xls] | [http://helmut.knaust.info/class/202210_5365/XLS/Expo_cpl.xls Expo.xls] | [http://helmut.knaust.info/class/202210_5365/XLS/Logistic_Growth.xls Logistic_Growth.xls] | [http://helmut.knaust.info/class/202210_5365/XLS/Predator-Prey_Model.xls Predator-Prey_Model.xls]
 +
 
 +
==Mathematics on the Web==
 +
[[Image:server.png|thumb|400px|left|Web hosting schematic]]
 +
<br clear=all>
 +
HTML Tutorials
 +
*[https://www.tutorialrepublic.com/html-tutorial/ HTML5 Tutorial]
 +
*[https://www.w3schools.com/html/ w3schools.com]
 +
<br clear=all>
 +
===FTP client===
 +
*[http://winscp.net/eng/index.php WinSCP]
 +
===MathJax===
 +
*[http://www.mathjax.org/ Homepage]
 +
*[http://helmut.knaust.info/class/201420_5365/MathJax.html A $\LaTeX$ file on the web (after minimal changes from the original)] | [http://helmut.knaust.info/class/201420_5365/MathJax.txt The underlying HTML file] | [http://helmut.knaust.info/class/201320_4303/iso.tex The original $\LaTeX$ file]
 +
===MediaWiki===
 +
*[https://www.mediawiki.org/wiki/MediaWiki MediaWiki]
 +
*[http://helmut.knaust.info/mediawiki/index.php/CRN_17910:_Technology_Info Edit this page]

Latest revision as of 20:54, 16 November 2021

Contents

[edit] LaTeX

  • How to install LaTeX on Windows or Macs:
  1. Download and install MiKTeX. You need internet access for the installation.
  2. Make sure you have Adobe Reader DC installed.
  3. Download and install an editor, such as TeXMaker. Configure the PDFLateX option.
  • How to install LaTeX on Linux:
  1. Skip Step 1 above: LaTeX should already be installed.
  2. Make sure you have Adobe Reader DC (or another PDF reader) installed.
  3. There is a version of TeXMaker for Linux. Configure the PDFLateX option.
  • Some examples of LaTeX files:
  1. barebones.tex | barebones.tex with more examples
  2. BA.tex | To run the .tex file you also need to download the images: Boole.jpg | Huntington.jpg | Stone.jpg
  3. The same as a Beamer presentation: BAtalk.tex | BAtalk.pdf | To run the .tex file, in addition to the three images above, you will need: JMM.PNG
  4. A multiple choice quiz
  5. A PDF fillable form: PDF_Form.tex
  6. $\LaTeX$ is part of MediaWiki and other software on the Internet\[\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}\]
  • Resources:
  1. Wikibook LaTeX
  2. LaTeX Tutorials - A Primer
  3. The Not So Short Introduction to $\LaTeX$
  4. A LaTeX crash course
  5. The standard book reference is: Leslie Lamport, LaTeX: A Document Preparation System, Addison-Wesley, 2nd Edition, 1994.

[edit] Beamer

[edit]

Turtle draw.jpg

"Logo is the name for a philosophy of education and a continually evolving family of programming languages that aid in its realization." (Harold Abelson)

[edit] Computer Algebra Systems

[edit] Mathematica

[edit] Geometry Software

[edit] GeoGebra

[edit] Geometer's Sketchpad

[edit] Cinderella

[edit] RPN Calculators

HP15c.jpg

[edit] Excel

[edit] Mathematics on the Web

Web hosting schematic


HTML Tutorials


[edit] FTP client

[edit] MathJax

[edit] MediaWiki

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox