To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

KmPlot
Developer(s)KDE
Repository
Written inC++ (Qt)
Operating systemUnix-like (BSDs, Linux, OS X), Windows
TypeMathematical software
LicenseGNU GPL
Websitewww.kde.org/applications/education/kmplot/

KmPlot is a mathematical function plotter for the KDE Desktop. It has a powerful built-in parser. The graphs can be colorized and the view is scalable, so that you are able to zoom to the level you need. Users can plot different functions simultaneously and combine them to build new functions. It also provides some numerical and visual features like:

  • Filling and calculating the area between the plot and the first axis
  • Finding maximum and minimum values
  • Changing function parameters dynamically
  • Plotting derivatives and integral functions.

YouTube Encyclopedic

  • 1/3
    Views:
    567
    1 566
    92 920
  • Kmplot Part1
  • Webinar on ICT tools : Visualising Maths Using KmPlot
  • Enzyme Kinetics with Michaelis-Menten Curve | V, [s], Vmax, and Km Relationships

Transcription

Functions

KmPlot works with several different types of functions, which can be written in function form or as an equation:

  • Cartesian plots can be written either as e.g. ‘y = xˆ2’, where x has to be used as the variable or as e.g. ‘f(a) = aˆ2’, where the name of the variable is arbitrary.
  • Parametric plots are similar to Cartesian plots. The x and y coordinates can be entered as equations in t, e.g. ‘x = sin(t)’, ‘y = cos(t)’, or as functions, e.g. ‘f_x(s) = sin(s)’, ‘f_y(s) = cos(s)’.
  • Polar plots are also similar to Cartesian plots. They can be entered either as an equation in j, e.g. ‘r = j’, or as a function, e.g. ‘f(x) = x’.
  • For implicit plots, the name of the function is entered separately from the expression relating the x and y coordinates. If the x and y variables are specified via the function name (by entering e.g. ‘f(a,b)’ as the function name), then these variables will be used. Otherwise, the letters x and y will be used for the variables.
  • Explicit differential plots are differential equations whereby the highest derivative is given in terms of the lower derivatives. Differentiation is denoted by a prime (’). In function form, the equation will look like ‘f”(x) = f’f’. In equation form, it will look like ‘y” = y’ y’. Note that in both cases, the ‘(x)’ part is not added to the lower order differential terms (so one would enter ‘f’(x) = f’ and not ‘f’(x) = f(x)’).

Developers

  • Klaus-Dieter Möller - Original Author
  • Matthias Meßmer - GUI
  • Fredrik Edemar - Various improvements
  • David Saxton - Porting to Qt 4, UI improvements, features

References

External links


This page was last edited on 20 June 2021, at 06:50
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.