项目作者: MathMark

项目描述 :
The windows application for analysing math graphics.
高级语言: C#
项目地址: git://github.com/MathMark/MathAnalyser.git
创建时间: 2016-10-30T11:14:31Z
项目社区:https://github.com/MathMark/MathAnalyser

开源协议:

下载


MathAnalyser

Screenshot

MathAnalyser represents a program which is able to analyse math functions.

Features

  • Drawing graphs of math functions
  • Analysing graphs of math functions in each seperate point (TO DO)
  • Finding local and global extremums (TO DO)
  • Finding derivative in each point (TO DO)
  • Finding points where several functions across with each other

Chart of functions

Mathematical symbol or name of function Keyword (or symbol) Description
\ x\ abs(x) The absolute value of x √x sqrt(x) The square root of x
sign x sign(x) The function “signum” of x. Returns 1 if x greatest or equal 1 Returns 0 if x equal 0 Returns -1 if x less or equal -1
loga x log(a;x) Returns the logarithm of x, which has base number a
ln x ln(x) Returns the natural logarithm, which has base number e
lg x lg(x) Returns the logarithm, which has base number 10
xy x^y Returns the x powered by y
n√x x^(1/n) The nth root of x