ThGSoft
ThGMaths
Solve equations, plot graphs, and keep results in Rich Text Format — ready for Word.
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.


Variables
| Example | Meaning |
|---|---|
x:=5 | Assign real value 5.0 to x |
c:=5.0+7.0i | Complex 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
| Function | Description |
|---|---|
sqrt(x) | Square root (real or complex) |
sqr(x) | Square, x² |
exp(x) / ln(x) | Exponential and natural log |
sin / asin / cos / tan / atan | Trigonometry |
abs(x) / inv(x) | Absolute value / inverse (incl. matrices) |
sum(v) | Sum of vector elements |
plot([...]) | Graph results |
FIX / ENG / SCI | Display modes |



ThGSoft


