WareSeeker Search Software

graphing functions


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Graphing Functions 1.0


windows Home Education->Mathematics Free
View Detail
Download Graphing Functions 1.0Download Graphing Functions 1.0
223KB
Middle-School (grades 5 through 9) math program written to provide skills in context. Students find and plot solutions to parabolas, hyperbolas, and absolute value functions using an on-screen Cartesian plane and five moveable points.
2

Graphing Calculator Viewer 3.5


mac Education->Others $60
View Detail
Download Graphing Calculator Viewer 3.5Download Graphing Calculator Viewer 3.5
2.5 MB
Graphing Calculator Viewer allows you to view and interact with Graphing Calculator documents. It includes examples and demonstrations of the software.

With Graphing Calculator Viewer you can graph functions in two, three, and four dimensions, explicit, implicit, or parametric.

Here are some key features of "Graphing Calculator Viewer":

· Graphing in two dimensions
· Graphing in three dimensions
· Graphing in four dimensions
· Complex variables
· Coordinate transformations
· Coordinate systems
· Numeric solutions
· Symbolic methods
· Animation.




3

Graphing Calculator 3D 2.0


windows Business Finance->Calculator Converter $29.95
View Detail
Download Graphing Calculator 3D 2.0Download Graphing Calculator 3D 2.0
2.23MB
Graphing Calculator 3D is an easy-to-use tool that plots 2D and 3D functions.

- Plot functions: y=sin(x) or z=x+sin(y)
- Rotate and zoom in the graphs in real-time
- Shade 3D graphs for better visualizations
- Customize axis

High Quality Graphs...
This 3D grapher plots high quality 2D and 3D graphs. Graphs can be shaded with custom gradual colors along x, y or z axis. In 3D graphs, the lighting is enabled to demonstrate the depth of the surface through shades and shadows.

Fast Graphing...
Our 3D grapher not only produces quality graphs instantly but also allows real-time rotation, translation and zooming.

Easiest Graphing Calculator...
Graphing equations has never been any easier. Simply type a function and press Enter. The intuitive user-interface is designed with frequency of use in mind. The frequently used tools and options are only one click away.

Try Online Graphing Calculator...
Try the online Graphing Calculator 3D now inside your browser. Simply click on the above and wait until the applet is loaded.

Download Graphing Calculator...
You may also download graphing calculator 3D and install it on your machine free of charge. This is the best 3D function grapher software available for free download.

4

Toms Graphing Calculator 1.0


mac Education->Math Science Free
View Detail
Download Toms Graphing Calculator 1.0Download Toms Graphing Calculator 1.0
60 KB
Toms GC is intended (one day) to be a replacement for the old graphing calculator for Mac OS 9-. Currently it supports plotting an arbitrary number explicit curves, surfaces and vector fields, in 2D and 3D.

It includes a stereo 3D mode for use with red/cyan glasses

Here are some key features of "Toms Graphing Calculator":

· Plotting of curves as a function of x or a function of y
· Plotting of surfaces as functions of x and y, either as points, a wireframe or a surface (surface sucks)
· Plotting of vector fields as a function of R (the < x,y,z> vector)
· Functions: sin, cos, tan, ln, *, +, /, -, ^ (* and / are dot and cross respectively between vectors), v(a,b,c) to make a vector of a,b and c
· Stereogram graph drawing, but it needs some 3D glasses to look through to see this.

5

Functions 1.00


windows Home Education->Mathematics $15.00
View Detail
Download Functions 1.00Download Functions 1.00
2.0 MB
Easy to use, intuitive program to visualize and study functions of one variable to find roots, maxima and minima, integral, derivatives, graph. Results, including the graph, can be saved or printed. You can also copy the graph to the clipboard, which you can then paste where you please (Word, Paint, etc.). You have one-click control of the graph with zooming, panning, centering, etc. Includes a help file with instructions, example and methodology
6

Functions 1.0


windows Graphic Apps->Mathematical Graphic Tools $15.00
View Detail
Download Functions 1.0Download Functions 1.0
2059K
Easy to use, intuitive program to visualize and study functions of one variable in a defined interval to find roots, maxima and minima, integral, derivatives, graph. You can predefine constants and specify the error bound for the results. It can fully explore intervals to search for solutions. Handles trigonometric and hyperbolic functions among others. Results, including the graph, can be saved or printed. You can also copy the graph to the clipboard, which you can then paste where you please (Word, Paint, etc.). You have one-click control of the graph with zooming, panning, centering, etc. Includes a help file with instructions, example and methodology.

7

Functions 1.00


windows Graphic Apps->CAD $15
View Detail
Download Functions 1.00Download Functions 1.00
2.07 MB
Easy to use, intuitive program to visualize and study functions of one variable in a defined interval to find roots, maxima and minima, integral, derivatives, graph. You can predefine constants and specify the error bound for the results. It can fully explore intervals to search for solutions. Handles trigonometric and hyperbolic functions among others. Results, including the graph, can be saved or printed. You can also copy the graph to the clipboard, which you can then paste where you please (Word, Paint, etc.). You have one-click control of the graph with zooming, panning, centering, etc. Includes a help file with instructions, example and methodology.

8

phpdevshed.functions


script PHP Free
View Detail
Download phpdevshed.functionsDownload phpdevshed.functions
php functions library is a place for php developers to exchange program functions.
9

Functions 2d 0.2


windows System->Browser Tweak Free
View Detail
Download Functions 2d 0.2Download Functions 2d 0.2
61.0 KB
Functions 2d description
Functions 2d Opera widget allows you to enter a mathematical function and have it plotted on a 2D plane The Functions 2d widget for opera browser displays a functions graph on a 2D plane.

Equations are entered as a function of x. An example for a unit circle would be:
f(x) = (1-x^2)^(1/2)

There is one main feature that is missing from this release and that is that the axis do not have markings on them. This is due to the limitation of Canvas not being able to write text, however in a later release I will have my own text implementation.

Note: To install the widget you have to drag & drop the .zip file on the Opera Widgets Manager window.

Requirements:

· Opera 9 or later

10

VBScript Functions


script ASP->References Free
View Detail
Download VBScript FunctionsDownload VBScript Functions
This tutorial will provide you with a quick look at the more important VBScript functions. They include functions for type checking, date manipulation, string manipulation, formatting, math, and more.
11

RSS-functions


script PHP Free
View Detail
Download RSS-functionsDownload RSS-functions
RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS-feed and put the content to an array which can be used in your PHP-code
12

Math functions


script ASP Free
View Detail
Download Math functionsDownload Math functions
Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().
13

PHP: Functions


script PHP Free
View Detail
Download PHP: FunctionsDownload PHP: Functions
A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized PHP script designed to accomplish a single task. Functions are useful because they contribute to rapid, reliable, error-reducing coding, and increase legibility by tiding up complicated code sequences.
14

Graphing Calculator Toolbar 1.4


windows System->Browser Tweak Free
View Detail
Download Graphing Calculator Toolbar 1.4Download Graphing Calculator Toolbar 1.4
10 KB
Graphing Calculator Toolbar description
Graphing Calculator Toolbar is a Firefox extension that adds a graphic calculator toolbar to your browser Graphing Calculator toolbar. Enter an equation into this toolbar, then view the graph using Firefox 1.5 native SVG support. Graphing Calculator Toolbar allows rescaling the x and y coordinates and redefining the domain of x.

Help and Helpful links to learn more are included in a drop down menu.

Requirements:

· Firefox: 1.5 2.0.0.

15

VBScript Functions : DatePart()


script ASP->Date and Time Free
View Detail
Download VBScript Functions : DatePart()Download VBScript Functions : DatePart()
With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function. .
16

Recursive Functions


script ASP Free
View Detail
Download Recursive FunctionsDownload Recursive Functions
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. Youll see the difference between solving a problem iteratively and recursively later.
17

Basic C++ functions


script C and C plus plus Free
View Detail
Download Basic C++ functionsDownload Basic C++ functions
Tutorial for understanding the C++ functions. It shows you two functions that return the same result but are coded differently.
18

PHP functions tutorial


script PHP Free
View Detail
Download PHP functions tutorialDownload PHP functions tutorial
Provides information on php functions. With step by step code to help your create and understand basic functions.
19

DBM Functions Demo


script PHP Free
View Detail
Download DBM Functions DemoDownload DBM Functions Demo
This tutorial explains how to access dbm files from PHP using various dbm-PHP functions.
20

Functions 3D 0.21


windows System->Browser Tweak Free
View Detail
Download Functions 3D 0.21Download Functions 3D 0.21
88.2 KB
Functions 3D description
Quickly plot mathematical functions in 3D using the Functions 3D Opera widget The Functions 3D widget for Opera browser allows you to enter a mathematical function and renders it in a 3D space.

Equations are entered as a function of x and y. An example for a unit sphere would be: f(x,y) = (1 - x^2 - y^2) ^ (1/2)

Requirements:

· Opera 9 or later

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search