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

41. Fast Marching Methods And Level Set Methods: J.A. Sethian
Interactive java Applets. JA Sethian sethian@math.berkeley.edu You are visitor number 7642 to this page. These web pages are @copyright JA Sethian 1996,1999.
http://math.berkeley.edu/~sethian/level_set.html
FAST MARCHING METHODS AND LEVEL SET METHODS
J.A. SETHIAN
Dept. of Mathematics, Univ. of California, Berkeley, California 94720
E-mail:
sethian@math.berkeley.edu
Click here if you would like a smaller typeface version of this page

Fast Marching Methods and Level Set Methods are numerical techniques which can follow the evolution of interfaces. These interfaces can develop sharp corners, break apart, and merge together. The techniques have a wide range of applications, including problems in fluid mechanics, combustion, manufacturing of computer chips, computer animation, image processing, structure of snowflakes, and the shape of soap bubbles.
These are two fundamentally different approaches to the problem of tracking moving interfaces, yet they share a common theory and numerical methodology. This web page serves as both an introductory and advanced resource for these ideas, with the goal of providing
  • an intuitive understanding of the techniques
  • the history, evolution, and application of these methods
  • technical details and reference material.

42. Physik Mit Java
Translate this page Interactive Physics and math with java eine Sammlung von java Physik Applets für den Unterricht - Top! Von Tanya und Sergey Kiselev top 5%.
http://didaktik.physik.uni-wuerzburg.de/~pkrahmer/home/java1.html
P hysik - I nteraktiv I
09. Februar 2004 email: Krahmer JAVA
J
Physics JAVA-I
Server,Mechanik,Wärme JAVA-II
Astro, Elektro,Optik JAVA-III
Atom, Kern, Math. JAVA-IV
mit Physlets Sucher Home JAVA-Server Gamelan gibt einen Überblick und Beispiele zum derzeitigen Stand der Java- Technik
developer.com - technische Infos zu JAVA

Java Technology Home Page
Applets by Java.sun
Java Links
Fast alles zu JAVA bei sunsite Physik Java Server und interaktive Physik Physics 2000! Colorado Uni EDI - Ein Physik Kurs mit Java - top 5% Physik 2000 deutsche Version der Klassiker weltweit! Uni Oregon Java Physik Sammlung Physik - Astrophysik - ein Klassiker unter den Physik Java- Servern. (z.Z. nicht mit allen Browsern und den diversen Javaversionen kompatibel ) Virtual Physics Java Laboratory eine exzellente Sammlung schulrelevanter Physikapplikationen von Fu-Kwun Hwang . Taiwan - Mirror auf MULTIMEDIA PHYSIK - Original in Taiwan top 5% Award Java-Applets zur Physik (Java 1.0)

43. Tools From The NCTM Illuminations Project
Interactive math Tools, Interactive math Tools are java applets you can use to explore math and create interactive lessons. See our
http://illuminations.nctm.org/mathlets/
Pre-K - 2 Across Lessons SWRs Tools i-Maths Inquiry Search
Standards

Contact Us

Home
Interactive Math Tools
Interactive Math Tools are Java applets you can use to explore math and create interactive lessons. See our i-Math Investigations for examples of lessons that use some of these tools. (You can find college-level interactive math tools in the Mathematical Association of America's online journal, JOMA The Illuminations Math Tools are available for public use-provided that they are used only for educational, nonprofit purposes and that the NCTM Illuminations Project is appropriately credited. See Terms of Use
Affine Recurrence Plotter:
A(n) = b A(n-1) + c This tool is a customized grapher based on the general Spreadsheet
and Graphing Tool
. You can use this tool to investigate graphically the effects of varying the parameters in an affine recurrence relation, using sliders to adjust the values. Grades 6-8 and 9-12 Affine Recurrence Spreadsheet: A(n) = b A(n-1) + c This tool is a customized spreadsheet based on the general
Spreadsheet and Graphing Tool
. The spreadsheet is
preloaded so that you can numerically investigate affine recurrence
relations.

44. NCTM Illuminations
math investigations. All imaths are built around interactive math java applets, and some also include video clips. There are two
http://illuminations.nctm.org/imath/
Pre-K - 2 Across Lessons SWRs Tools i-Maths Inquiry Search
Standards

Contact Us

Home
i-Math Investigations
i-Math Investigations are online, interactive, multimedia math investigations. All i-Maths are built around interactive math Java applets, and some also include video clips. There are two lengths of i-Maths: single-day and multi-day, as identified below. Student i-Maths contain just the student investigations. They are ready to use by students. e-Math Investigations are selected e-examples from the electronic version of NCTM's Principles and Standards for School Mathematics . Each e-example consists of an interactive math applet, suggestions for student activities, and some discussion for teachers. These investigations can be identified by the icon to the right.
Single-Day i-Math Activities Developing Geometry Concepts Using Computer Programming Environments Computer programming environments can be used to help children understand geometric concepts. The interactive tool in this i-Math investigation illustrates how the LOGO programming language can be used to foster creative problem solving and encourage young students to estimate length and angle measures.
Multi-Day i-Math Investigations Creating, Describing, and Analyzing Patterns to Recognize Relationships and Make Predictions

45. Mkaz.com : Java Matrix Calculator
Last Modified June 13th, 2002. NOTE The older java Applet version of this program has been removed. I lost the complete source many computers ago.
http://www.mkaz.com/math/matrix.html
Mathematics My Articles Snapshots
Java Matrix Calculator
Author: Marcus Kazmierczak Created On: Last Modified: June 13th, 2002 NOTE: The older Java Applet version of this program has been removed. I lost the complete source many computers ago. I have re-written the GUI as a Swing application, source code is fully available. Download the Java Source: MatrixCalculator.java
Compile and Run Matrix Calculator
No special classes or libraries are used with this application. The complete source resides in the one file above. After downloading, the following should work in any JDK 1.2 compatible compiler:
$ javac MatrixCalculator.java
$ java MatrixCalculator
Screen Shot
Matrix Calculator Tips/Help
All Matrices must be symmetric (n x n) Enter Matrix Elements Row by Row seperated by spaces.
Ex. (3x3) Results will be placed in the C matrix. The calculation of the determinant, by definition, is based upon a factorial number of calculations with respect to the size of the matrix. ie. a 3x3 matrix would have 6 calculations (3!) to make, whereas a 20x20 matrix would have 2.43 x 10^18 calculations (20!). So instead of brute forcing the calculations, I first do some operations on the matrix, which converts it to a upper triangular matrix, and then calculate the determinant by multipling down the diagonal, since everything below is 0, this will give the determinant. Floating Points and Accuracies
For some reason computers aren't as accurate as I think they are, probably my calculation techniques. The accuracy of the numbers are probably only to 3 maybe 2 decimal places. If you keep applying operations to matrices and then use the resultant matrix a couple of times, the decimals get out of whack. Calculating an inverse and then multplying the matrix by it, is a good example of this.

46. Aritm
It is always good to do an Aritm workout before you are going to a math test. Orbin Web Technology. java applets Mikael Bonnier s home page.
http://www.df.lth.se/~mikaelb/aritm/aritm.shtml
Showed for the time.
Aritm
Aritm 1.0beta3
Aritm trains you in simple mental calculation. This program teaches its users the addition, subtraction, multiplication, and division tables. It employs a very effective method, which makes the process short with these useful tables. If you know these tables it is much easier to follow the matematics education. Further more, you can use them in everyday situations, especially if you also know rough estimate calculation. These tables, neither more nor less, is everything you need to know by heart, because there are manual methods for calculating with more complicated numbers. It is always good to do an Aritm workout before you are going to a math test. Also, you can use Aritm to train calculation in foreign languages. You can mix the problems anyway you like, e.g you can choose addition and multiplication at the same time.
Addition
The sum of two single digit terms. The sum of one double digit and one single digit term.
Subtraction
The difference of two small terms. The difference of one larger term and one smaller.

47. Larry Green's Java Applets
Other Fun Applets. Investigate How Changing Parameters Moves a Graph. Lake Tahoe Community College math Department Home Page; java Workshop Home Page.
http://www.ltcconline.net/greenl/java/
Larry Green's Applet Page
Below are Mathematical Applets. Enjoy! Lecture Notes For Lake Tahoe Community College Math Courses (Not Interactive, but informative) Basic Math Beginning Algebra Intermediate and College Algebra Statistics

48. Mirek's Java Cellebration
CAffeine A collection of 7 different java CA applets by David Click here to read what s new in the applet. MCell mirrors USA http//psoup.math.wisc.edu/mcell
http://psoup.math.wisc.edu/mcell/mjcell/mjcell.html
Mirek's Java Cellebration v.1.50 what's new?
Go back to MCell Home Mirek's Java Cellebration (MJCell) is a Java applet that allows playing 300+ Cellular Automata rules and 1400+ patterns. It can play rules from 13 CA rules families: Generations Life Vote Weighted Life ... Larger than Life , and some of the User DLLs . It allows also to experiment with own rules. The applet is a simplified version of MCell. It does not offer extended features of MCell, but has one advantage over it: its usage is not restricted to MS Windows. Full source code of the applet is available here . You can also download the full off-line version equipped in a rich library of patterns. You should also download this version if you plan to put the MJCell applet on your own Web page. To start the applet, click on the "Start" button below. The applet will show up in its own window. For the description of all rules available in the applet refer to the CA rules page Sign my MJCell GuestBook Read my MJCell GuestBook
[ GuestBook by TheGuestBook.com

49. The Math Forum - Math Library - Web Interactive/Java
java International Education Software (IES) Over 180 interactive java applets for middle school math, calculus, trigonometry, and linear transformations.
http://mathforum.org/library/resource_types/applets/
Browse and Search the Library
Home
Resource Types Software : Web Interactive/Java

Library Home
Search Full Table of Contents Suggest a Link ... Library Help
Selected Sites (see also All Sites in this category
  • Educational Object Economy (EOE)
    A global community for Web based learning tools in Java. Search the applet database for math to find more than 100 interactive lessons; search resources for curricula, organizations, projects, etc. A link to "details" is provided for each lesson, with links to sites and contact information. An applet of the week is featured. With Lab exercises by PCC, Inc. in conjunction with Tristan de Frondeville. more>>
  • Gamelan - The Official Java Directory - EarthWeb, Inc.
    Gamelan's primary mission is to serve as a central registry and directory of Java resources. Much like Yahoo!, Gamelan collects links to resources stored on other sites across the Web. However, unlike Yahoo!, Gamelan's mission is specific - Gamelan collects and classifies pointers to resources related to Java. This specificity allows more depth: included for each entry are the URL and a brief description, and also information about its author, links to related resources, documentation, etc. The site features a Java terms glossary and reference library, and directories of applets on various topics including Java:Educational:Math,
  • 50. About "developer.com's Collection Of Math Java Applets"
    developer.com s collection of math java applets.
    http://mathforum.org/library/view/8780.html
    developer.com's collection of math Java applets
    Library Home
    Full Table of Contents Suggest a Link Library Help
    Visit this site: http://www.developer.com/directories/pages/dir.java.educational.math.html Author: EarthWeb, Inc. Description: A browsable, searchable collection of links, authors, notes, and details about Java applets contributed to developer.com. Software is organized into the categories of basics and children's, fractals, games and puzzles, general, geometry, plotting, graphing, and drawing, tools. Levels: Elementary Middle School (6-8) High School (9-12) College ... Research Languages: English Resource Types: Archives/Download Sites Web Interactive/Java
    Home
    The Math Library ... Contact Us
    http://mathforum.org/

    51. This Site Has Moved To Http//www.math.dartmouth.edu/~dlittle/java
    This site has moved to http//www.math.dartmouth.edu/~dlittle/java/SpiroGraph You will be forwarded there in 10 seconds, or you may click the above link.
    http://math.ucsd.edu/~dlittle/java/SpiroGraph.html
    This site has moved to http://www.math.dartmouth.edu/~dlittle/java/SpiroGraph
    You will be forwarded there in 10 seconds, or you may click the above link.

    52. Breaking The Vigenere Encryption System
    with a new trial period. The Applet below is programmed to illustrate this codebreaking process. Upon pressing the Random Cyphertext
    http://math.ucsd.edu/~crypto/java/EARLYCIPHERS/Vigenere.html
    Breaking The Vigenere Encryption System
    W e recall that a Caesar k -shift is the circular permutation which replaces each letter of the alphabet by the letter k places later (with wrap around). In Vigenere encryption, the key consists of a period p and a sequence k ,k ,k p of Caesar shifts. This given, the plaintext is broken up into successive strings of p letters each and the s th letter of each string is replaced by its image under the Caesar k s -shift. This encryption system is vulnerable to letter-frequency analysis. The letter frequencies observed in the sequence of s th letters have the same distribution as the plaintext letters only k s -shifted. T o break Vigenere encryption, one guesses a period p and then, by comparing the histogram of observed frequencies of s th letters to the histogram of English letter probabilities, one is led to the correct value of k s . A wrong guess for the period p leads to relatively flat histograms for all or most of the values of s . The code breaker in this case repeats the analysis with a new trial period. T he Applet below is programmed to illustrate this codebreaking process.

    53. Pascal Triangle
    coefficients III Any integer divides almost all binomial coefficients, J. London math. Soc. It includes a standard module from Core java package. The applet.
    http://www.math.ohio-state.edu/~btk/Pascal/
    Blaise Pascal
    and
    Sergey Butkevich
    present
    Pascal Triangle Applet
    This applet graphically presents the Pascal triangle modulo an integer number p, i.e. it computes the binomial coefficients mod p and then plots them. The zero (mod p) values are depicted by gray dots, the non-zero values- by black dots. I shall call the resulting figure the "Pascal gasket of order p". If you try out my applet, you will see that if p=2 then the resulting picture is the Sierpinski gasket. It is a fractal of dimension less than 2, so its area (two-dimensional Hausdorff measure) is zero. This shows that in a certain sense almost all binomial coefficients are even. Actually ( D.Singmaster, Notes on binomial coefficients III Any integer divides almost all binomial coefficients , J. London Math. Soc. ) same is true for every integer p>1. This means in particular that the area of every Pascal gasket is zero, though you can't quite see it from the picture, say, for p = 15000! For more information see: Ian Stewart, Four Encounters with Sierpinski's Gasket.

    54. Java Math Applets
    ; IForge Applet Description; Langston s Ants Description; Visual math for java Description;......java math Applets. Sailing
    http://theory.uwinnipeg.ca/lts/java_math.html
    Java - Math Applets Back to Let's Talk Science Links

    55. > Java > Mathematics
    28) A simple 5function calculator - java applet of a simple 5-function pocket calculator, with memory. Source code available. Abacus math Writer - mathWriter
    http://www.mathtools.net/Java/Mathematics/
    Mathtools.net Java Mathematics Add Link ...
  • Excel A simple 5-function calculator - Java applet of a simple 5-function pocket calculator, with memory. Source code available. Abacus Math Writer - MathWriter is a Java stand-alone program that allows for the production of, mathematical, scientific and engineering equations and formulae. School teachers and lecturers will find MathWriter useful for producing notes, reports and test papers. Applets on Mathematics - 12 Java applets of elementary geometry, spherical geometry, trigonometry and vector analysis. Bayesian Network tools in Java (BNJ) - Open-source suite of software tools for research and development with graphical models of probability - implemented in 100% pure Java and distributed under the GNU General Public License (GPL) by the Kansas State University Laboratory for Knowledge Discovery in Databases (KDD). Buffon's Needle Java Applet - The applet simulates the calculation of pi using a Monte Carlo method. Calcugator - Discover a calculator, a plotting tool, and a programming environment, all in one program. Work with real, rational, complex, array, matrix and boolean values. A downloadable version allows saving, merging, printing, print-preview, exporting figures, etc. Extensive on-line documentation is provided. Dimensional Analysis Toolbox - The DA Toolbox for Matlab provides support for the engineer doing dimensional analysis according to Buckingham's pi-theorem. The toolbox features an graphical UI to determine the dimensionless groups associated with a given problem. The toolbox also provides tools to transform data from the x-domain to the dimensionless pi-domain. The toolbox requires Matlab R12 or R12.1 and the built-in matrix editor requires a Windows 32-bit operating system (all other parts should run on any machine). Contact: datool@sbrs.net, www.sbrs.net
  • 56. Interactive Library
    , java Applets math, science, language, children s games •, Parent s GuideLocate schools, state tests State Education Pages.
    http://www.edinformatics.com/il/il.htm
    Today is Educational Databases Curriculum International, US, state and local frameworks... Lesson Plans - database of reviewed lesson plans... Educational Agencies International, US and State ... School Stats US school statistics, Budgettest stats... Research- Search engines online journals, Medline ... Science and Math Reform recent research and articles... Professional Development Teaching and Learning ... Science and Math Resources State Tests US Math Reading Science Tests.... Java Applets - math, science, language, children's games... Parent's Guide- -Locate schools, state tests... State Education Pages Select your state Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming
    CHECK YOUR STATE PAGE!

    57. Java Applets -- Integrated Math And Science
    Integrated math and Science Applets. The database contains hundreds of activities that make use of sophisticated java, vrml and shockwave programs.
    http://www.edinformatics.com/il/il_mst.htm
    Today is More Java Applets PHYSICS BIOLOGY CHEMISTRY BIOCHEMISTRY ... EARTH SCIENCE Integrated Math and Science Applets The Interactive Library is about "real interactivity"! The database contains hundreds of activities that make use of sophisticated java, vrml and shockwave programs. If you are unfamiliar with java or shockwave take a look at these sample programs. -Teachers Create your own activity sheet to go with the prgrams and your students are set for a new experience. -Students Use these programs to supplement your classroom activities, or use one of the more advanced applets as a starting point for your science project. -Parents Use these programs to supplement your childs homework.
    Try one now! Integrated Math and Science HS
    Patterns in Nature (BU)

    Unit 1: Monte Carlo Estimation of Pi

    Unit 2: Can You Beat Randomness?

    Unit 3: One-Dimensional Random Walk
    ...
    Unit 10: Directed Percolation
    Chime tutorials Stereoisomerism
    Structure of the Alkanes and an introduction to constitutional isomerism

    MathMol tutorial I. II,

    58. Francis Su's Fair Division Page
    The Fair Division Calculator, A java applet for interactive decision making to find envyfree Site of the Week (12-14-1999) by the Canadian math Society!
    http://www.math.hmc.edu/~su/fairdivision/
    Francis Su's Fair Division Page
    Click on The Fair Division Calculator which has recently been updated! (version 3.01, 4/12/00) A java applet for interactive
    decision making to find envy-free
    divisions of goods, burdens, or rent.
    The Fair Division Calculator will soon be integrated into ARTUS , a process control system for group decision and negotiation on the Internet. ARTUS is a project directed by Matthias Raith . When the integration is complete, it will be the first analytical mediation support system on the Internet! Comments? Write me

    59. Run Java Applets
    View solutions of the heat equation. View solutions of the wave equation. The above applets are copyrighted under the GNU GPL. These
    http://www.math.psu.edu/glasner/m251/Java_progs.html

    60. Graphics For Complex Analysis Douglas N. Arnold
    (java version). and curves. Viewing instructions. To view the animations on this page your browser must be javaenabled. When you
    http://www.math.psu.edu/dna/complex-j.html

    Page 3     41-60 of 100    Back | 1  | 2  | 3  | 4  | 5  | Next 20

    free hit counter