diff options
Diffstat (limited to 'academic/smath-studio/README')
-rw-r--r-- | academic/smath-studio/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/academic/smath-studio/README b/academic/smath-studio/README new file mode 100644 index 0000000000..034c12b641 --- /dev/null +++ b/academic/smath-studio/README @@ -0,0 +1,16 @@ +SMath Studio is a freeware, closed source, mathematical +notebook program similar to Mathcad, written in C#. + +Among its capabilities are: + + - Solving differential equations + - Graphing functions in two or three dimensions + - Symbolic calculations including solving systems of equations + - Matrix operations including determinants + - Finding roots of polynomials and functions + - Symbolic and numeric differentiation of functions + - Numeric integration + - Simple multiline looped programs + - User defined functions + +This requires mono. |