Geometry.Net - the online learning center
Home  - Math_Help_Desk - Math Java Appletes
e99.com Bookstore
  
Images 
Newsgroups
Page 5     81-100 of 100    Back | 1  | 2  | 3  | 4  | 5 

81. Probability And Statistics
Note This applet was written by Charles Stanton. The author wishes to thank CSUSB for a Promoting Innovative Instruction Award to write these applets.
http://www.math.csusb.edu/faculty/stanton/m262/
These demos require a Java-enabled browser:
Note:
This applet was written by Charles Stanton. The author wishes to thank CSUSB for a Promoting Innovative Instruction Award to write these applets.

82. Java Applets On Mathematics
Translate this page New URL www.walter-fendt.de/m14e, (java 1.4). www.walter-fendt.de/m11e, (java 1.1).
http://home.a-city.de/walter.fendt/me/me.htm
New URL: www.walter-fendt.de/m14e (Java 1.4) www.walter-fendt.de/m11e (Java 1.1)

83. Java-Applets Zur Mathematik (Umleitung)
Translate this page Neue Adresse www.walter-fendt.de/m14d, (java 1.4). www.walter-fendt.de/m11d, (java 1.1).
http://home.a-city.de/walter.fendt/md/md.htm
Neue Adresse: www.walter-fendt.de/m14d (Java 1.4) www.walter-fendt.de/m11d (Java 1.1)

84. ACTIVITIES INDEX
exploration into concepts from middle school mathematics. The activities are java applets and as such require a javacapable browser.
http://www.shodor.org/interactivate/activities/
These activities listed below are designed for either group or individual exploration into concepts from middle school mathematics. The activities are Java applets and as such require a java-capable browser. The activities are arranged according to the NCTM Principles and Standards for School Mathematics and the NCEE Performance Standards for Middle School Number and Operation Concepts (NCTM Content Standard and NCEE Standard M1) Geometry and Measurement Concepts (NCTM Content Standards and NCEE Standard M2) Function and Algebra Concepts (NCTM Content Standard and NCEE Standard M3) Probability and Data Analysis Concepts (NCTM Content Standard and NCEE Standard M4) Each activity comes with supplementary What How , and Why pages. These pages are accessed from the activity page. Each will open in a new window, when its button is pressed.
What: gives background on the activity;
How: gives instructions for the activity;
Why: gives curriculum context for the activity.
See WHAT'S NEW in Interactivate! New Activities that are fully functional but do not yet have supporting materials developed.

85. Graphing Along The X-axis Or Along The Y -axis (by Michael Yan.)
Graphing Parametric Curves (by ES). Graphing Polar Curves (by ES). Matrix Utility. Polynomial Interpolation. Divided Differences (by MY). rjm@math.ucla.edu.
http://www.math.ucla.edu/~ronmiech/Java_Applets/
Graphing along the x-axis or along the y -axis (by Michael Yan.) Intoduction to Integration: Riemann Sums, Simpson's Rule Integration Review I, The Chain Rule Visualizing Vector Fields for First Order Differential Equations (by E.S) Graphing Parametric Curves (by E.S) Graphing Polar Curves (by E.S) Matrix Utility Polynomial Interpolation Divided Differences (by M.Y.) rjm@math.ucla.edu

86. INteresting JAVA Applets
java Applets. The Statlets Home Page This collection of of java applets comes from NWP Associates, Inc. Datasets up to 100 rows, 10
http://www.stat.duke.edu/sites/java.html
Java Applets
The Statlets Home Page
This collection of of Java applets comes from NWP Associates, Inc. Datasets up to 100 rows, 10 columns can be analyzed for free; anything larger requires a subscription.
Distributions
Histograms
Normal Approximation to Binomial
Normal Density
The T Distribution ...
Let's Make a Deal Game
Statistics
Guide to basic stats labs
ANOVA
Confidence Intervals
Regression ...
Statiscope Summarizing data
T-test
Simple Least-Squares Regression
Psychological Statistics (scatterplots, regression, discriminant analysis)
Descriptive Statistics
Multinomial Distributions
Models
Triogram Models
Examples
Epidemic Study
Survival Analysis Example
An Ising Model
Other
Interactive Quadratic Surface rendering
Teaching Applets
Statistical Java
Contributors:
Hossein Arsham , University of Baltimore
Mikael Bonnier , Lunds Universitet
Paul Flavin
Charlie Geyer , U Minnesota
Mark Hansen
David Lane , Rice University
Bryan Lewis , Kent State University
Gary H. McClelland , University of Colorado
Robert McCulloch , University of Chicago
Balasubramanian Narasimhan , Stanford University
Tony Rossini , U of South Carolina
Todd Ogden , U of South Carolina
David W. Stockburger

87. Tower Of Hanoi
The applet expects you to move disks from the leftmost peg to the rightmost peg. math Glossary on CTK website Posted by 1mathworld24 1 messages 0334 PM, Mar01
http://www.cut-the-knot.org/recurrence/hanoi.shtml
CTK Exchange Front Page
Movie shortcuts

Personal info
...
Recommend this site
Tower of Hanoi
The Tower of Hanoi puzzle was invented by the French mathematician Edouard Lucas in 1883. We are given a tower of eight disks (initially four in the applet below), initially stacked in increasing size on one of three pegs. The objective is to transfer the entire tower to one of the other pegs (the rightmost one in the applet below), moving only one disk at a time and never a larger one onto a smaller. The puzzle is well known to students of Computer Science since it appears in virtually any introductory text on data structures or algorithms. Its solution touches on two important topics discussed later on:
  • recursive functions and stacks
  • recurrence relations
The applet has several controls that allow one to select the number of disks and observe the solution in a Fast or Slow manner. To solve the puzzle drag disks from one peg to another following the rules. You can drop a disk on to a peg when its center is sufficiently close to the center of the peg. The applet expects you to move disks from the leftmost peg to the rightmost peg.
Recursive solution
Let call the three pegs Src (Source), Aux (Auxiliary) and Dst (Destination). To better understand and appreciate the following solution you should try solving the puzzle for small number of disks, say, 2,3, and, perhaps, 4. However one solves the problem, sooner or later the bottom disks will have to be moved from Src to Dst. At this point in time all the remaining disks will have to be stacked in decreasing size order on Aux. After moving the bottom disk from Src to Dst these disks will have to be moved from Aux to Dst. Therefore, for a given number N of disks, the problem appears to be solved if we know how to accomplish the following tasks:

88. Newton's Method (applet)
Newton s method (applet) Paul Garrett, garrett@math.umn.edu. Newton s method (or the NewtonRaphson method) is a simple iterative
http://www.math.umn.edu/~garrett/qy/Newton.html
Newton's method (applet) Newton's method (or the Newton-Raphson method ) is a simple iterative numerical method to approximate roots of equations: Given one approximation, the idea is to go up to the graph, and then slide down the tangent to the x-axis to obtain the next approximation. In symbols, the sequence of approximate roots x , x , x , x , ... is created by the rule x n+1 = x n - f(x n )/f'(x n where f is the function whose roots we want, and f' is its derivative. -> Try various initial points to compare how quickly a true root is approached.
-> Note that it is harder to approach "middle" roots than the largest and smallest.
-> See Pathological Example to see what can go wrong. The University of Minnesota explicitly requires that I state that "The views and opinions expressed in this page are strictly those of the page author. The contents of this page have not been reviewed or approved by the University of Minnesota."

89. Testing Java Applets

http://science.kennesaw.edu/~plaval/tools/

90. Pattern Blocks: Exploring Fractions With Shapes
Your browser does not seem to be able to run java, but just to give you an idea of what the program looks like, here is the main panel that it uses
http://www.arcytech.org/java/patterns/patterns_j.shtml
Your browser does not seem to be able to run Java, but just to give you an idea of what the program looks like, here is the main panel that it uses: instructions description instructions to print out Arcytech

91. Conic Sections
This applet allows you to specify a plane in threedimensional space. The applet plots the intersection of the plane with a cone whose sides have unit slope.
http://www.adnc.com/~topquark/math/conicsec.html

92. Index Of /jcchuan/cabrijava
1k wheelhypo.fig 13-May-1999 0812 6k wheel-hypo.html 31-Jan-2001 1449 1k Apache/1.3.6 Server at math2.math.nthu.edu.tw Port 80
http://math2.math.nthu.edu.tw/jcchuan/cabrijava/
Index of /jcchuan/cabrijava
Name Last modified Size Description ... Parent Directory 23-Mar-2002 13:58 - 2card.fig 04-Feb-2000 18:39 3k 2card.gif 04-Feb-2000 18:37 2k 2card.html 31-Jan-2001 14:49 1k 3cir.fig 14-Feb-2000 19:26 2k 3cir.gif 14-Feb-2000 19:31 4k 3cir.html 31-Jan-2001 14:49 1k 3cir1.fig 15-Feb-2000 17:28 2k 3cir1.gif 15-Feb-2000 17:42 4k 3cir1.html 31-Jan-2001 14:49 1k 3tang-cir.fig 20-Jan-2000 11:03 3k 3tang-cir.html 31-Jan-2001 14:49 1k 4cir.fig 27-Jan-2000 19:28 2k 4cir.gif 27-Jan-2000 19:31 3k 4cir.html 31-Jan-2001 14:49 1k 4sq.fig 17-Feb-2000 13:23 2k 4sq.html 31-Jan-2001 14:49 1k 4sq2.fig 17-Feb-2000 14:12 2k 4sq2.gif 17-Feb-2000 14:15 3k 4sq2.html 31-Jan-2001 14:49 1k 4sq3.fig

93. Online Tools - Maths Online
of about 10 14 . (java applet; part of the program is the parser by Darius Bacon). Plotting function graphs. After typing in one
http://www.univie.ac.at/future.media/moe/onlinewerkzeuge.html
List of useful links
to online tools
This page contains prepared links to more than sixty online tools for every day purposes, and some hints where you find more. Some selected links which will be used very often (on account of their generality) are designed as buttons. Below these you find a list of more specialized tools. Each tool is started in its own browser window, so that it may be used simultaneously with other pages of maths online. For a refined search on this page use your browser's search functionality (Menu Edit Find in Page or the key combination Ctrl F
Online tools
JavaCalc - Calculator One of many scientific calculators on the web. It accepts brackets, functions like sin, cos, tan, exp, log, sqrt, pow, asin, acos, atan, gamma, the constants E und PI. On the calculator's web page you find a detailed description. In a cooperation between the author and maths online in the beginning of 2000, the calculator's functionality has been extended. (The above version is loaded from the maths online website. Its original location is there If you are not pleased with this calculator, you can choose out of huge collections of

94. Geometry Java Applets - Similar Triangles
triangle to the larger triangle. Yes, they stay the same the triangles are indeed similar. Applet taken from the Geometry Gallery.
http://www.cccoe.k12.ca.us/javamath/geometry/simtri.htm
Tools General Algebra Geometry
Angles on Chord

Triangle Bisect

Right Kite Angle

Similar Triangles
Subtended Angles
Pre Calc/Trig Calculus Similar Triangles
In this example, DE is constrained to be parallel to AB and to lie on point F. We output the ratios of the sides of the small triangle to the larger triangle. Yes, they stay the same - the triangles are indeed similar. Applet taken from the Geometry Gallery

95. Statistics Applets
Sites with Useful Applets. Rice University Virtual Lab in Statistics. This site contains a few useful applets. Applets By Topic. Measures of a Distribution.
http://www.bbns.org/us/math/ap_stats/applets/applets.html
Statistics Applets

96. JARS.COM The #1 Java Review Service
gamelan.com. javascripts.com. JARS Resources, java( 10156 ), javaBeans( 155 ). EnterpriseBeans( 22 ), XML( 41 ), Other( 182 ). java Resources
http://www.jars.com/jars_categories_java_science.html
NEWSLETTER EarthWeb Sites
IT Management

Web Development

Software Development

Partner Sites
Compare Prices

JARS Resources Java JavaBeans JavaScript DHTML ... Other Java Resources Science Resources Top 1% Top 5% Top 25% Rated ... Unrated
internet.commerce
JupiterWeb networks: Search JupiterWeb: Jupitermedia Corporation has four divisions:
JupiterWeb
JupiterResearch JupiterEvents , and JupiterImages Legal Notices Licensing Reprints ... E-mail Offers

97. JARS Automatic Resource Listing
Incorrect Category Designation contact webmaster.
http://www.jars.com/classes/jresout.cgi?language=Java&rating=All

98. JAVASIDE : TFunction - Math Parser Applet

http://www.javaside.com/j_tfunction.html

99. Newton's Method Applet
Newton s method. This applet illustrates using Newton s method to approximate solutions to the equation. on the interval 1,14.
http://www.cs.tcd.ie/John.Byrne/Roots/newton.html
Newton's method
This applet illustrates using Newton's method to approximate solutions to the equation on the interval [-1,14]. Note: To change the initial guess, insert the new value and click on Restart . (8.8995 is an interesting starting value.)

100. Triangle Geometry
If you click on the Go button in the applet you will see examples of acute angles and obtuse angles. Let us check if you understood the definition.
http://www.utc.edu/~cpmawata/geom/geom1.htm

Page 5     81-100 of 100    Back | 1  | 2  | 3  | 4  | 5 

free hit counter