README 513 B

123456789101112131415
  1. SMath Studio is a freeware, closed source, mathematical
  2. notebook program similar to Mathcad, written in C#.
  3. Among its capabilities are:
  4. - Solving differential equations
  5. - Graphing functions in two or three dimensions
  6. - Symbolic calculations including solving systems of equations
  7. - Matrix operations including determinants
  8. - Finding roots of polynomials and functions
  9. - Symbolic and numeric differentiation of functions
  10. - Numeric integration
  11. - Simple multiline looped programs
  12. - User defined functions