ThGSoft

ThGMaths

Solve equations, plot graphs, and keep results in Rich Text Format — ready for Word.

Version 1.0.1.0 ~1.5 MB
ThGMaths workspace

Math notebook for the desktop

Enter equations, press = / Calc for results, or use Plot(...) for graphs.

Like ThGNotes, you can integrate images, web links, and Excel sheets. All data is stored as Rich Text Format for easy use in Microsoft Word.

Matrices, complex numbers, and user-defined variables are all included.

ThGMaths screen 1
Equations and results
ThGMaths screen 2
Plots and worksheets

Variables

ExampleMeaning
x:=5Assign real value 5.0 to x
c:=5.0+7.0iComplex assignment
v:=(1,2+6i,3)Vector with complex entries
A:=((1,3,4,5),(7,1+2i,4,5),…)4×4 matrix with complex numbers

Functions

FunctionDescription
sqrt(x)Square root (real or complex)
sqr(x)Square, x²
exp(x) / ln(x)Exponential and natural log
sin / asin / cos / tan / atanTrigonometry
abs(x) / inv(x)Absolute value / inverse (incl. matrices)
sum(v)Sum of vector elements
plot([...])Graph results
FIX / ENG / SCIDisplay modes
Sum example
sum(v)
Plot example
plot(...)
Display modes
FIX / ENG / SCI