Skip to content

The windows application for analysing math graphics.

Notifications You must be signed in to change notification settings

MathMark/MathAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
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

About

The windows application for analysing math graphics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages