Title: WP Math
Author: Mikoviny
Published: <strong>10 Ιανουαρίου  2011</strong>
Last modified: 11 Φεβρουαρίου  2011

---

Αναζήτηση πρόσθετων

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-math.svg)

# WP Math

 Από [Mikoviny](https://profiles.wordpress.org/mikoviny/)

[Λήψη](https://downloads.wordpress.org/plugin/wp-math.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/wp-math/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/wp-math/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/wp-math/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/wp-math/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/wp-math/)

## Περιγραφή

This is just Beta version of this Plugin with some Bugs, but I need to report them(
[http://wpmath.g6.cz/](http://wpmath.g6.cz/)).

I had to rewrite the core function of plugin. In these case UNITS are NOT working.
In few days I fix these bugs.

**News:**

 1. Couting with matrices (solving linear equation)
 2. Creating Graphs
 3. Math and Trigonometric functions like a^x, floor, round, sin, cos…

**What this plugin can do:**

 1.  Display mathematical documents. Plugin is using PhpMathPublisher
 2.  Add, Subtract, Multiply, Divide.
 3.  Count with matrix
 4.  Display Graphs
 5.  Show results.
 6.  If you add “==” on the end of formula at first it inserted variables and than 
     show result.
 7.  Converting e-mail in posts and pages to *.png picture.
 8.  Add form with custom variables for page visitors.
 9.  Multiple inputs.
 10. Static counting
 11. Use multiple functions (Ceil, ceil, Floor, floor, Round, round, acos, acosh, asin,
     asinh, atan… [Full list](http://www.wpmath.g6.cz/functions/)).
 12. Basic units NOT WORKING IN 0.4.0. !!!!

#### How it works

 * [Visit the plugin site](http://wpmath.g6.cz/)

**What I want to do:**

 1. Add real units
 2. Add some other math functions
 3. Add some TinyMC buttons
 4. Make it easy to plug-in with your own functions

#### Contact:

 * site: http://wpmath.g6.cz

## Στιγμιότυπα

[⌊Formulas⌉⌊Formulas⌉[

Formulas

[⌊E-mails⌉⌊E-mails⌉[

E-mails

[⌊Graphs⌉⌊Graphs⌉[

Graphs

[⌊Couting with matrices⌉⌊Couting with matrices⌉[

Couting with matrices

## Εγκατάσταση

 1. Upload wp-math.zip to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set CHMOD 777 for `/wp-content/plugins/wp-math/img/` and `/wp-content/plugins/wp-
    math/graphs/`

## Συχνές Ερωτήσεις

  How to use graphs

 * <m>line_1=matrix{1}{5}{5 44 87 55 6};line_2=matrix{1}{5}{54 4 7 85 60};Axis_x
   =matrix{1}{5}{1995 1996 1997 1998 1999}</m>
 * [graph]title: GRAPF TITLE;values:line_1,line_2;X:Axis_x;Y:Axis Y[/graph]

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“WP Math” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία
του.

Συντελεστές

 *   [ Mikoviny ](https://profiles.wordpress.org/mikoviny/)

[Μεταφράστε το “WP Math” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/wp-math)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/wp-math/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/wp-math/) ή εγγραφείτε
στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/wp-math/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/wp-math/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 0.4.5

 * fixed bug with core function (I hope)

#### 0.4.2

 * fixed bugs with matrices
 * fixed bug with result round

#### 0.4.1

 * fixed bug with graph url

#### 0.4.0

 * Creating Graphs
 * Add couting with matrices
 * UNITS and some Math functions are NOT WORKING

#### 0.2.1

 * Php functions checked. [Online manual](http://www.wpmath.g6.cz/functions/)
 * Add basic units.
 * Add functions Floor,Ceil,Round,Random,a^x, root{10}{1024}, log(number,base), 
   cot()

#### 0.2.0

 * Add functions (acos, acosh, asin, asinh, atan, atanh, baseconvert, bindec, ceil,
   cos, cosh, decbin,
    dechex, decoct, exp, floor, fmod, getrandmax, hexdec, hypot,
   isfinite, isinfinite, isnan, lcgvalue, log, max, min, mtgetrandmax, mtrand, mtsrand,
   octdec, pi, pow, rand, round, sin, sinh, sqrt, srand, tan, tanh)

#### 0.1.6 beta

 * Optimalizing calculations. Add [static*all] to convert all formulas in document
   to static formulas. Or surround some formulas with [static][/static] to convert
   just them.
 * Solved security for [form][/form]
 * Add some settings

#### 0.1.3 beta

 * Page visitors can add own variables
 * Multiple formulas in one <m></m>

#### 0.1.2 beta

 * Customize font size
 * Solved bug with url

#### 0.1.1 beta

 * E-mails in pages and posts replaced by *.png picture
 * Some bugs with TinyMC solved

#### 0.1 beta

 * Add, Subtract, Multiply, Divide
 * = -> show result
 * == -> show unknown

## Μεταστοιχεία

 *  Version **0.4.5**
 *  Τελευταία ενημέρωση: **πριν από 16 έτη**
 *  Ενεργές εγκαταστάσεις: **10+**
 *  Έκδοση WordPress: ** 2.7 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **3.0.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-math/)
 * Ετικέτες:
 * [calculation](https://el.wordpress.org/plugins/tags/calculation/)[counting](https://el.wordpress.org/plugins/tags/counting/)
   [math](https://el.wordpress.org/plugins/tags/math/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/wp-math/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-math/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-math/reviews/)

## Συντελεστές

 *   [ Mikoviny ](https://profiles.wordpress.org/mikoviny/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/wp-math/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](http://wpmath.g6.cz/)