Fall 2008
- Mon, Sep 8, 4pm, Math 101, Remote Connection, SSH, and VNC, by Joe McMahon
- Mon, Sep 15, 4pm, Math 102, An introduction to LaTeX and Beamer, by Kevin LaTourette
- Mon, Oct 13, 4pm, Math 101, Paradigm Shifts in Science Based Simulations, by Mac Hyman
For more details, and talks in past semesters, consult the
full schedule of talks.
Tentative talks:
- Math on a MAC
- How to deal with e-mail spam
- Scripting with Bash
- Power Point presentation using LaTeX
- GNU/Linux text editors
Interested in speaking?
Past topics can (and should) be repeated
occasionally. In addition,
here are some topics people might like to hear about:
- Femlab (PDE modeling environment)
- GAP (computer algebra software)
- Getting started with Maple (or Matlab, or Mathematica, ...)
- How to do math on a Mac
- How to filter e-mail spam
- HTML vs. XHTML (the new HTML standard)
- Octave (free Matlab-like system)
- PDAs (handheld personal digital assistants and much more)
- PHP (server-side webpage scripting)
- R (free statistics system)
- Remote access (SSH, VNC, dial-up, ...)
- Scientific WorkPlace (graphical front end to TeX)
- Setting up a dual boot system (DOS/Linux)
- TeX / LaTeX topics
- Using scanners efficiently
- Using the WINEDT editor (a front end to TeX, HTML)
- XML (extensible markup language)
- [your favorite topic here]
To give a talk, please contact
swig@math.arizona.edu.
Gnuplot
by Anu Rao
Running Gnuplot
To run gnuplot, at the Unix prompt simply type
gnuplot
To access gnuplot's online help, at the gnuplot prompt type
gnuplot> help
There are handy examples that come with the gnuplot
distribution. On the Linux
systems, they are in the "/usr/share/doc/gnuplot-3.7.3/demo"
directory (version number may change). To view these demos,
you must be running the X11 window system and have changed
("cd" command) to the above demo location directory.
In an xterm (or other such) window, run gnuplot
and enter the gnuplot command,
load "all.dem", at the gnuplot prompt.
Gnuplot Examples
We have some sample gnuplot scripts available online:
Once you save these examples to your directory, you can
run the scripts yourself. For example, to run the rs1.gnu
example, copy the rs1.gnu and mydata.dat files to your
directory. Run gnuplot; at the gnuplot prompt type
gnuplot> load "rs1.gnu"
and a separate window with the plot will pop up.
Helpful Hints/Notes for Gnuplot
- To view the Gnuplot Manual, at the Unix prompt type
ghostview
/usr/local/doc/handouts/gnuplot.manual.ps
To view the online Tutorial, at the Unix prompt type
ghostview
/usr/local/doc/handouts/gnuplot.tutorial.ps
- To print a graph plotted using gnuplot: at the gnuplot
prompt, before you type your plot command, type
gnuplot> set term postscript
gnuplot> set output "name.ps"
and your graph will be written to the postscript file
name.ps. To change back to screen viewing, type
gnuplot> set term x11
- Gnuplot is freeware, available for many
platforms.
- Some handy web sites for gnuplot: