Technology Info
From Classes
(Difference between revisions)
HelmutKnaust (Talk | contribs) (→PSTricks) |
HelmutKnaust (Talk | contribs) (→Geogebra) |
||
(110 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | ==LaTeX== | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
* How to install LaTeX on Windows: | * How to install LaTeX on Windows: | ||
# Download and install [http://miktex.org/ MiKTeX]. | # Download and install [http://miktex.org/ MiKTeX]. | ||
Line 58: | Line 29: | ||
====Beamer==== | ====Beamer==== | ||
* A ''Beamer'' slide presentation: [http://helmut.knaust.info/presentations/2009/20090808_MF_Machin/Machin.pdf PDF file] [http://helmut.knaust.info/presentations/2009/20090808_MF_Machin/Machin.tex LaTeX file] | * A ''Beamer'' slide presentation: [http://helmut.knaust.info/presentations/2009/20090808_MF_Machin/Machin.pdf PDF file] [http://helmut.knaust.info/presentations/2009/20090808_MF_Machin/Machin.tex LaTeX file] | ||
+ | * Andrew Mertz and William Slough. [http://tug.org/pracjourn/2005-4/mertz/mertz.pdf ''Beamer by Example'']. The PracTEX Journal 2005 No 04, 17 pp. | ||
+ | * Till Tantau, Joseph Wright, and Vedran Miletić. [http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf ''The Beamer class. User Guide for version 3.26.'']. January 4, 2013, 245 pp. | ||
====PSTricks==== | ====PSTricks==== | ||
*[http://helmut.knaust.info/class/201320_5365/Tex/pstricks_texmaker.html Using PSTricks with TeXMaker] | *[http://helmut.knaust.info/class/201320_5365/Tex/pstricks_texmaker.html Using PSTricks with TeXMaker] | ||
+ | * PSTricks on MACs: | ||
+ | On the Mac version - if this line is the first line of the a document using pstricks: | ||
+ | |||
+ | % !TEX TS-program = latex | ||
+ | |||
+ | the document can be typeset with Latex (the normal way it works in TexShop) instead of XeLaTex (the option | ||
+ | we found in the Monday lab). | ||
+ | [Thanks, Louise!] | ||
+ | |||
+ | |||
+ | ==Computer Algebra Systems== | ||
+ | ====Mathematica==== | ||
+ | *[http://www.wolfram.com/events/virtual-conference/spring-2013/ Wolfram Virtual Conference 2013 (on April 16)] | ||
+ | *[http://www.wolfram.com/broadcast/screencasts/handsonstart/ Hands-on Start to Mathematica (4 min. Video)] | ||
+ | *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/201320_5365/NB/03boole.nb Boolean Operations] | [http://helmut.knaust.info/class/201320_5365/NB/04algcalc.nb Algebra and Calculus] | [http://helmut.knaust.info/class/201320_5365/NB/05random.nb Random Numbers] | [http://helmut.knaust.info/class/201320_5365/NB/06lists.nb Lists I] | [http://helmut.knaust.info/class/201320_5365/NB/07lists.nb Lists II] | [http://helmut.knaust.info/class/201320_5365/NB/08hofcts.nb Higher-order Functions] | [http://helmut.knaust.info/class/201320_5365/NB/09graphing2.nb Graphing II] | [http://helmut.knaust.info/class/201320_5365/NB/10graphing3.nb Graphing III] | [http://helmut.knaust.info/class/201320_5365/NB/oddsends.nb Printing, Procedures, Recursion, Modules, and Replacement] | ||
+ | |||
+ | *Examples: | ||
+ | **[http://helmut.knaust.info/class/201320_5365/NB/Javelin.nb Cannon Balls and Javelins] | [http://helmut.knaust.info/class/201320_5365/NB/Babylon.nb Babylonian Algorithm] | [http://helmut.knaust.info/class/201320_5365/NB/USPopulation.nb Modeling the US Population as Logistic Growth] | [http://helmut.knaust.info/class/201320_5365/NB/WindChill.nb Wind Chill Factor] | ||
+ | |||
+ | *Homework: | ||
+ | **[http://helmut.knaust.info/class/201320_5365/NB/HW03.nb Homework 3] | [http://helmut.knaust.info/class/201320_5365/NB/HW02.nb Homework 2] | [http://helmut.knaust.info/class/201320_5365/NB/HW01.nb Homework 1] | ||
+ | |||
+ | [[image:cs.jpg|200px|link=http://helmut.knaust.info/class/201320_5365/NB/ConicSection2.nb]] [[image:conicsol.png|200px|link=http://helmut.knaust.info/class/201320_5365/NB/conicsol.nb]] [[image:Cycloid.png|600px|link=http://helmut.knaust.info/class/201320_5365/NB/Cycloid.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/ Wolfram Demonstration Project (WDP)] web site | ||
+ | *Some WDP examples: | ||
+ | **[http://demonstrations.wolfram.com/PolynomialAndDerivative/ Polynomial and Derivative] | [http://demonstrations.wolfram.com/LemniscateLinkage/ Lemniscate Linkage] | [http://demonstrations.wolfram.com/LemairesSecondDissectionOfTheMalteseCrossToASquare/ Lemaire's Second Dissection of the Maltese Cross to a Square] | [http://demonstrations.wolfram.com/SphericalTriangleSolutions/ Spherical Triangle Solutions] | [http://demonstrations.wolfram.com/Antipodes/ Antipodes] | [http://demonstrations.wolfram.com/BuildAFrustum/ Build a Frustum] | ||
+ | * A Mathematica textbook: Paul Wellin, ''Programming with Mathematica: An Introduction'', Cambridge University Press, 4th ed., 2013. (Has not appeared yet; the current version is: Richard J. Gaylord, Samuel N. Kamin, Paul R. Wellin, ''An Introduction to Programming with Mathematica'', Cambridge University Press, 3rd ed., 2005) | ||
+ | [[image:wellin.jpg|200px]] | ||
+ | |||
+ | ====Maxima==== | ||
+ | *[http://helmut.knaust.info/class/201320_5365/pres/Tony_Mike_Maxima.pdf Introduction to Maxima (Mike and Tony)] | ||
+ | *[http://maxima.sourceforge.net/ Maxima website] | ||
+ | |||
+ | ==Geometry Software== | ||
+ | ====Geogebra==== | ||
+ | * [http://www.geogebra.org/ GeoGebra website] | ||
+ | ** [http://www.geogebra.org/cms/en/download Download page]. You need to have [http://www.java.com/en/download/index.jsp Java] installed on your computer. | ||
+ | ** [http://www.geogebra.org/book/intro-en.pdf Tutorial] | ||
+ | * [http://helmut.knaust.info/class/201320_5365/GeoGebra/Thales.html A GeoGebra applet as a web page] | ||
+ | * [[A GeoGebra applet]] embedded in MediaWiki (quartic)| [[A GeoGebra applet embedded in MediaWiki]] II (linkage) | ||
+ | * [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://www.magicmath.it/mathematics 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/201320_5365/GeoGebra/cycloid.html The cycloid (web page)] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/parabola2.ggb A parabola] | ||
+ | {{#ev:youtube|TbpPHGqlcSw|300}} | ||
+ | |||
+ | ====Cinderella==== | ||
+ | *[http://helmut.knaust.info/class/201320_5365/Cinderella1.pdf Introduction to Cinderella] (Melinda and Michael) | ||
+ | *[http://www.cinderella.de/tiki-index.php Cinderella website] | ||
+ | |||
+ | ==Other Software== | ||
+ | ====Stella==== | ||
+ | *[http://www.iseesystems.com/softwares/Education/StellaSoftware.aspx Stella homepage] | ||
+ | **[http://helmut.knaust.info/class/201320_5365/PredatorPreyDynamics.STMX Predator-Prey Model] | ||
+ | *[http://en.wikipedia.org/wiki/List_of_system_dynamics_software List of system dynamics software] | ||
+ | *Related textbooks: | ||
+ | **Andrew Ford: Modeling the Environment, 2nd ed. | ||
+ | **Donella Meadows, Jorgen Randers, Dennis Meadows: Limits to Growth, The 30-Year Update. | ||
+ | [[image:Ford.jpg|200px]] [[image:L2G.jpg|200px]] | ||
+ | |||
+ | ====R==== | ||
+ | *[http://www.r-project.org/ The R-Project website] | ||
+ | *[http://helmut.knaust.info/class/201320_5365/R-intro.pdf Introductory Manual] | ||
+ | *[http://helmut.knaust.info/class/201320_5365/RJournal_2012-2.pdf R Journal Volume 4/2, December 2012] | ||
+ | *[http://helmut.knaust.info/class/201320_5365/population.tab population.tab (data for graphics below)] | [http://helmut.knaust.info/class/201320_5365/population.R R-script for graphics below] | ||
+ | [[image:Rpop.gif]] | ||
+ | |||
+ | ====RPN Calculators==== | ||
+ | *[http://helmut.knaust.info/class/201320_5365/pres/RPNCalc.pdf Introduction to RPN Calculators (Bill and Jeremy)] | ||
+ | *[http://www.hpmuseum.org/ The Museum of HP Calculators] | ||
+ | |||
+ | ==Other Resources== | ||
+ | ====Information Retrieval==== | ||
+ | *[http://helmut.knaust.info/class/201320_5365/ir_utep.pps Presentation] (Dr. Louise Guthrie) | ||
+ | |||
+ | ====Setting up a webpage==== | ||
+ | * Ingredients:__MATHJAX_NODOLLAR__ | ||
+ | # Server space (at your school, or rent for about $20 per month) | ||
+ | # An IP address such as [http://69.13.193.155 69.13.193.155] (comes with 1.) | ||
+ | # A domain name such as ''www.utep.edu'' (comes with 1., or about $20 a year) | ||
+ | # An FTP client such as [http://winscp.net/eng/index.php WinSCP] to transfer files | ||
+ | # A Telnet/SSH client such as [http://www.bitvise.com/ssh-client-download Tunnelier] (Tunnelier also has an ftp client built in) or [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTy] | ||
+ | # Now you can install software to put Mathematics on the web such as [http://www.latex2html.org/ latex2html] (old-fashioned) or [http://www.mathjax.org/ MathJax]. Examples: [http://www.mathjax.org/demos/tex-samples/ MathJax demos] | [http://www.sosmath.com/calculus/integration/byparts/byparts.html a webpage made with latex2html]. | ||
+ | # Or use a pre-canned web authoring tool such as [http://www.mediawiki.org/wiki/MediaWiki MediaWiki]: \[\int_0^1 x^2\,dx.\] MediaWiki has numerous extensions for different file types such as images, [[A GeoGebra applet|GeoGebra]] files, videos, and can even integrate Matematica CDF files. | ||
+ | # To write web pages from scratch you have to learn the basics of the [http://www.tutorialspoint.com/html/html_tutorial.pdf HTML language], or use some authoring software such as [http://www.adobe.com/products/dreamweaver.html Adobe Dreamweaver]. | ||
+ | |||
+ | ====Linux==== | ||
+ | * Ubuntu Linux distribution | ||
+ | ** [http://www.ubuntu.com Homepage] | ||
+ | ** [http://www.ubuntu.com/download/desktop Download page] | ||
+ | ** [http://www.ubuntu.com/download/help/install-desktop-latest Download instructions] | ||
+ | |||
+ | ====[[mydesktop.utep.edu]]==== |
Latest revision as of 01:34, 30 September 2021
Contents |
[edit] LaTeX
- How to install LaTeX on Windows:
- Download and install MiKTeX.
- Make sure you have Adobe Reader installed.
- Download and install an editor, such as TeXMaker or TeXnicCenter. Configure the PDFLateX option.
- How to install LaTeX on Linux:
- Skip Step 1 above: LaTeX should already be installed.
- Make sure you have Adobe Reader (or another PDF reader) installed.
- There is a version of TeXMaker for Linux. Configure the PDFLateX option.
- How to install LaTeX on Macs:
- Follow the instructions at MacTeX.
- Some examples of LaTeX files:
- barebones.tex
- A multiple choice quiz
- LaTeX is part of MediaWiki and other software on the Internet\[\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}\]
- BA.tex | Boole.jpg | Huntington.jpg | Stone.jpg
- Resources:
- A Simplified Introduction to LaTeX
- A LaTeX Primer
- The Not So Short Introduction to LaTeX
- A LaTeX crash course
- The TeX Cookbook (List of symbols)
- The standard book reference is: Leslie Lamport, LaTeX: A Document Preparation System, Addison-Wesley, 2nd Edition, 1994.
[edit] Beamer
- A Beamer slide presentation: PDF file LaTeX file
- Andrew Mertz and William Slough. Beamer by Example. The PracTEX Journal 2005 No 04, 17 pp.
- Till Tantau, Joseph Wright, and Vedran Miletić. The Beamer class. User Guide for version 3.26.. January 4, 2013, 245 pp.
[edit] PSTricks
- Using PSTricks with TeXMaker
- PSTricks on MACs:
On the Mac version - if this line is the first line of the a document using pstricks:
% !TEX TS-program = latex
the document can be typeset with Latex (the normal way it works in TexShop) instead of XeLaTex (the option we found in the Monday lab). [Thanks, Louise!]
[edit] Computer Algebra Systems
[edit] Mathematica
- Wolfram Virtual Conference 2013 (on April 16)
- Hands-on Start to Mathematica (4 min. Video)
- Mathematica notebooks:
- Examples:
- Homework:
- Wolfram Demonstration Project (WDP) web site
- Some WDP examples:
- A Mathematica textbook: Paul Wellin, Programming with Mathematica: An Introduction, Cambridge University Press, 4th ed., 2013. (Has not appeared yet; the current version is: Richard J. Gaylord, Samuel N. Kamin, Paul R. Wellin, An Introduction to Programming with Mathematica, Cambridge University Press, 3rd ed., 2005)
[edit] Maxima
[edit] Geometry Software
[edit] Geogebra
- GeoGebra website
- Download page. You need to have Java installed on your computer.
- Tutorial
- A GeoGebra applet as a web page
- A GeoGebra applet embedded in MediaWiki (quartic)| A GeoGebra applet embedded in MediaWiki II (linkage)
- An example exporting GeoGebra graphics to LaTeX (LaTeX source file)
- Gaetano Di Caprio's applets
- Examples:
[edit] Cinderella
- Introduction to Cinderella (Melinda and Michael)
- Cinderella website
[edit] Other Software
[edit] Stella
- Stella homepage
- List of system dynamics software
- Related textbooks:
- Andrew Ford: Modeling the Environment, 2nd ed.
- Donella Meadows, Jorgen Randers, Dennis Meadows: Limits to Growth, The 30-Year Update.
[edit] R
- The R-Project website
- Introductory Manual
- R Journal Volume 4/2, December 2012
- population.tab (data for graphics below) | R-script for graphics below
[edit] RPN Calculators
[edit] Other Resources
[edit] Information Retrieval
- Presentation (Dr. Louise Guthrie)
[edit] Setting up a webpage
- Ingredients:
- Server space (at your school, or rent for about $20 per month)
- An IP address such as 69.13.193.155 (comes with 1.)
- A domain name such as www.utep.edu (comes with 1., or about $20 a year)
- An FTP client such as WinSCP to transfer files
- A Telnet/SSH client such as Tunnelier (Tunnelier also has an ftp client built in) or PuTTy
- Now you can install software to put Mathematics on the web such as latex2html (old-fashioned) or MathJax. Examples: MathJax demos | a webpage made with latex2html.
- Or use a pre-canned web authoring tool such as MediaWiki: \[\int_0^1 x^2\,dx.\] MediaWiki has numerous extensions for different file types such as images, GeoGebra files, videos, and can even integrate Matematica CDF files.
- To write web pages from scratch you have to learn the basics of the HTML language, or use some authoring software such as Adobe Dreamweaver.
[edit] Linux
- Ubuntu Linux distribution