Computer >> Computer tutorials >  >> Programming >> Programming

Introduction to Algorithms for Mathematical Problems


In this section we will see some common mathematical problems and their possible way solve using different computational algorithms. We will see how to solve differential equations, integrations and some other complex mathematical problems.

In this Section We are going to cover −

  • Convert Infix to Postfix Expression
  • Convert Infix to Prefix Expression
  • Evaluate Postfix Expression
  • Secant method to solve non-linear equation
  • Trapezoidal Rule for definite integral
  • Simpson's 1/3 Rule for definite integral
  • Linear Regression
  • Lagrange Interpolation
  • Runge-Kutta 4th order rule for differential equation
  • Lucky Numbers
  • Decimal to Binary conversion
  • Find LCM of two numbers
  • Find GCD of two numbers
  • DFA based division