วันอาทิตย์ที่ 15 มีนาคม พ.ศ. 2552

javascript calculus

  1. Calculus NotesThese notes (which are just an experiment for now) require a browser that can interpret Javascript. I've tested the pages listed below using Netscape 2.04b on various Macs. Look at the harmonic series example first if you are more interested in Javascript examples than infinite series:)
    Series
    The harmonic series
    The exponential series


http://math2.org/

http://javascript.about.com/library/blmath.htm

Derivates
Derivative
Computes the derivate of any order of an expression. (Mathserv. CGI)
Computing the derivate implicitly
Takes an implicit equation of x and y, and solves it with respect to y, and then derivates to get dy/dx. (Mathserv. CGI)
The little deriver
Computes the derivate of an expression with regard to any variable.
Derivative definition
Shows a function and its derivate in a point. (Copyright California State University. Source code avaliable.)
Derivate
Computes the derivate of any order of a function. (CAIN (Computer Algebra for Newcomers). CGI-script.)

Integration[Numerical] [Graphical]
Integral
Solves a definite or indefinite integral. (CAIN (Computer Algebra for Newcomers), CGI-script.)
The INTEGRATOR
Computes indefinite integrals. (Wolfram Researc, Inc. CGI-script)
Define Integral of a Function
Computes the value of a definite integral. (MathServ. CGI-script)
Numerical Integration
Integrating Experimental Data. (The Geometry Center Calculus Development Team.CGI-script.)
Integration Assistan
Guides you through the process of integration of any expression. (MathServ.CGI-Script)
Antidifferentiation
Computes the antiderivate of a function. (MathServ. CGI-script.)
Numerical integration
Numerical integration rules
Demonstrates various rules for integrating a function numerically.
Rieman Sums
Computes the Riemann sum of any function given endpoints and partition. (MathServ. CGI)
Numerical Integration
Computes the integral over an interval with a given partition. (MathServ. CGI-script)
Newton cotes Rules
Computes any integral numerically using one of four avaliable methods. (Copyright Jun Ni. Java Script.)
Gauss Rules
Computes integrals on Hermite or Chebyshev's form. (Copyright Jun Ni. Java Script)
Simpson's Numerical Integration
Computes numerical integration using Simpson's rule. (Java script.)
Numerical Integration
Integrates a polynomial using either trapezodial method, Simpson's rule or Romberg. (Source code avaliable.)
Graphical integration
Volume of a solid of revolution
Visualises how to compute the volume of a solid of revolution. (International Education Software)
Pinta-alan
aproksimointi

Aproksimoi eri kไyrien ja x-akselin vไliin
jไไvไn
alueen pinta-alaa pylvไden avulla.
(Itse tehty)
-->
Integrals
Computes the integral under any function. Border can be set both graphically and by numbers.
Numerical Integration Simulation
Shows the graphical interpretation of some numerical methods for integration. Performs on 12 functions. (Introduction to Scientific Programming.)
Integration definition
Computes the Riemann sum for an integral and shows the graphical interpretation. (Copyright California State University. Source code avaliable.)

Differential equations
Direction Field of a First Order ODE
Draws a tangent field for an ordinary differential equation on the form dy/dx=f(x,y). (MathServ. CGI)
Runge-Kutta
Draws a graph over one of the following equations:
y = f(x)
dy/dx = f(x, y)
d2y/dx2 = f(x, y, dy/dx) given initial conditions and ranges, using the Runge-Kutta method. (Source code avaliable)
Differential equation phase plotter
Draws a vector map and/or tangent lines for a diffential equation where you specify y' and x'.
Find a Particular Solution Using Variation of Parameters
Computes a particular solution to an ODE given two linearly independent solutions to the homogenous equation. (MathServ. CGI-script)
Solving a Linear Ordinary Differential Equation
Solves linear ODE's written on the form: dy/dx + f(x) y = g(x). (MathServ. CGI)
Solving an Exact Ordinary Differential Equation
Solves exact ODE's written on the form: f(x,y) dx + g(x,y) dy = 0 (MathServ. CGI)
Solving an Homogeneous Ordinary Differential Equation
Solves homogenous ODE's written on the form: dy/dx = F(y/x). (MathServ. CGI)
Second-Order DE
Solves second order initial value problems giving a numerical output.
Solving a Bernoulli ODE
Solves a Bernoulli equation on the form : dy/dx = P(x) y + Q(x) y r. (MathServ. CGI)
Solving a Special form
Solves a special kind of DE's that is on the form dy/dx = H(u), where H(u) = (ax + by+ c)/(dx + ey + f). (MathServ. CGI)
Reduction of order
Finds a second solution to a second order homogenous ODE when one solution is given. (MathServ. CGI)
Solving an ODE in Standard Form
Solves an ODE on the form : dy/dx = f(x, y). (MathServ. CGI-Script)
Solution of a Second Order Cauchy-Euler ODE
Given the coefficients of the Cauchy-Euler equation, the general solution is calculated. (MathServ. CGI-script)
Solving a Separable Ordinary Differential Equation
Solves an equation on the form : f(x) dx + g(y) dy = 0. (MathServ. GGI-Script.)
Lake pollution solutions
Various solutions to the equation : C'(t) V = Q Cin(t) - Q C(t) - k C(t) V , which governs the concentration of contamination in a sea.
Direction Field Java Applet
Draws a direction field and its tangent lines based on an differential equation.
Euler
Calculates the Euler coefficients of the differential equation y' = x + y with initial conditions, and compares them to the correct values.
Second-Order DE
Graphs the solution to a second order DE on the form : y'' = f(t, y, y'), and given initial values.
First-Order DE
Calculates the coefficients for a first order DE on the form : dy/dx = f(x,y).
First-Order DE
Draws the solution to a first order DE on the form : dy/dx = f(x,y).
Phaseplot
Makes a phaseplot of an initial-value problem on the form : y'' = f(t, y, y').
Heat
Draws the solution to the heat equation given initial conditions.
Timesect
Plots discrete points from the phase plot to an equation on the form : y'' = f(t, y, y').
Boundary problem
Plots the solution of the equation : y'' = f(x, y, y') with y(x0) = y0 and y(x1) = y1.
Direction field
Draws the direction field for a differential equation on the form : y' = f(x, y), and draws a solution graph upon clicking in the field.
Euler coefficents
Diplays the Euler coefficients for a equation on the form : y' = f(x, y), as well as the coefficients for the exact solution.

Maximization and minimization
Simplex Java Applet
Maximizes or minimizes a function under a number of constraints, and shows the process. (Optimization Tehcnology center)
Genetic algorithm demo
Maximizes a given function by the genetic algorithm method.
Minimization
Minimizes a linear function under any number of linear constraints. (CGI-script)
Optimization
Optimizes graphically a linear function under three constraints. ( Chris Jones School of Business Administration University of Washington)

http://pwet.fr/man/linux/fonctions_bibliotheques/tcl/calculus

http://mathforum.org/mathtools/cell/c,15.14.6,ALL,ALL/

Integrating design problems in mathematics curriculum: an architecture college case study
http://www.ingentaconnect.com/content/tandf/tmes/2001/00000032/00000006/art00003

S.O.S. MATHematics - Calculus - a detailed online course in the basics of calculus, covering sequences, series, techniques of integration, local behaviour of functions, power series, Fourier series and more

Karl's Calculus Tutor - down-to-earth explanations of the material commonly encountered in introductory undergraduate calculus courses with worked examples and email help, covering number systems and their properties, limits, continuity, derivatives, applications of derivatives, exponentials and logrithms, trig functions (sine, cosine, etc.) and more

http://archives.math.utk.edu/topics/calculus.html

e-book calculus

http://2020ok.com/13905.htm

MATH1111 Introduction to Calculus Quizzes

http://www.maths.usyd.edu.au/u/UG/JM/MATH1111/Quizzes/

Calculus for Beginners and Artists

http://www-math.mit.edu/~djk/calculus_beginners/index.html

Finite Mathematics and Applied Calculus people.hofstra.edu/faculty/Stefan_Waner/RealWorld/tccombop.html [HTML/Javascript]


MIT OpenCourseWare : Mathematics ocw.mit.edu/OcwWeb/Mathematics [HTML/Javascript, PDF, RealMedia]

MIT OpenCourseWare is a free and open educational resource for faculty, students, and self-learners. The mathematics part contains undergraduate and graduate courses also covering basic principles of mathematical physics. Courses include lecture notes, assignments and exams with solutions, and video lectures, if available. more info

http://www.intute.ac.uk/sciences/cgi-bin/browse.pl?limit=75&id=25578&type=%&sort=record.title

ไม่มีความคิดเห็น: