8
Ralph Bernstein IBM PC Club October 17, 2011

Ralph Bernstein IBM PC Club October 17, 2011. BACKGROUND DESCRIPTION OF EXPLORE EXPLORE FEATURES EXPLORE CONVENTIONS SUPPORTED PLATFORMS DOWNLOAD

Embed Size (px)

Citation preview

Page 1: Ralph Bernstein IBM PC Club October 17, 2011.  BACKGROUND  DESCRIPTION OF EXPLORE  EXPLORE FEATURES  EXPLORE CONVENTIONS  SUPPORTED PLATFORMS  DOWNLOAD

Ralph BernsteinIBM PC Club

October 17, 2011

Page 2: Ralph Bernstein IBM PC Club October 17, 2011.  BACKGROUND  DESCRIPTION OF EXPLORE  EXPLORE FEATURES  EXPLORE CONVENTIONS  SUPPORTED PLATFORMS  DOWNLOAD

BACKGROUND DESCRIPTION OF EXPLORE EXPLORE FEATURES EXPLORE CONVENTIONS SUPPORTED PLATFORMS DOWNLOAD PROGRA)M DEMONSTRTATION OF E(XPLORE)

Page 3: Ralph Bernstein IBM PC Club October 17, 2011.  BACKGROUND  DESCRIPTION OF EXPLORE  EXPLORE FEATURES  EXPLORE CONVENTIONS  SUPPORTED PLATFORMS  DOWNLOAD

David Meredith, of San FranciscoState University, had as his objective

being able to solve mathematicalformulas on a PC as they would be

conventionally written.

He achieved this objective in the 1990’s.

X(PLORE) program now available on line.

Page 4: Ralph Bernstein IBM PC Club October 17, 2011.  BACKGROUND  DESCRIPTION OF EXPLORE  EXPLORE FEATURES  EXPLORE CONVENTIONS  SUPPORTED PLATFORMS  DOWNLOAD

Evaluate formulas including derivatives

and integrals Graph functions in two and three variables Perform all common matrix operations Use the language of abstract linear algebra Write subroutines in a powerful mathematical

language

Page 5: Ralph Bernstein IBM PC Club October 17, 2011.  BACKGROUND  DESCRIPTION OF EXPLORE  EXPLORE FEATURES  EXPLORE CONVENTIONS  SUPPORTED PLATFORMS  DOWNLOAD

Comments are preceded by // Math functions:

Multiply *Divide /Add +Subtract -Calculus

Differentiate a = Dif ( f(x), x) Integrate a = In ( f(x), x =a to b)

Graph:2D - Graph(function1, x=1 to n)2D - Graph((function1,function2), x=1 to n)3D – Graph3D(function1, function2, x=-1 to 1, y=-1 to 1)

Page 6: Ralph Bernstein IBM PC Club October 17, 2011.  BACKGROUND  DESCRIPTION OF EXPLORE  EXPLORE FEATURES  EXPLORE CONVENTIONS  SUPPORTED PLATFORMS  DOWNLOAD

DOS X(PLORE) for Windows 95/98/NT/2000/ME X(PLORE) for VISTA X(PLORE) for MAC

Page 7: Ralph Bernstein IBM PC Club October 17, 2011.  BACKGROUND  DESCRIPTION OF EXPLORE  EXPLORE FEATURES  EXPLORE CONVENTIONS  SUPPORTED PLATFORMS  DOWNLOAD

Mortgage Payment Computations Solving Linear Equations 2D Graphing 3D Graphing Einstein Moving Mass Solution Calculus – Integration Calculus - Differentiation

Page 8: Ralph Bernstein IBM PC Club October 17, 2011.  BACKGROUND  DESCRIPTION OF EXPLORE  EXPLORE FEATURES  EXPLORE CONVENTIONS  SUPPORTED PLATFORMS  DOWNLOAD

http://userwww.sfsu.edu/~meredith/X(PLORE)/xplorepg.html