These programs are developed by myself
Encoding convert
MathSolution
1.Able to calculate complex numbers by separating the real part and the imaginary part by a comma
2.Negative numbers are showed as ~k
3.PI(3.14...),E(2.71828...),R(0.082),RSI(8.31),H(6.626*10^-34),G(6.67*10^-11) are supported constants.
4.sin cos ln arctan abs floor are supported functions
5.you can plot graph by typing equations containing "x"
6.(f(x))'=df(x)/dx
7.When you finished typing,double click on the form!
Ex.1,1*3,4=~1,7(-1+7i)
x^2+2*x+5
(sin(x))'
E^x
0,1^0,1(=i^i=E^(i*ln(i))=E^(-PI/2))=0.207...)
~3^0.5(=sqrt(-3)=1.732...i)