- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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
- Related Articles
- Introduction to Backtracking Algorithms
- Introduction to Searching Algorithms
- Introduction to Greedy Algorithms
- Introduction to Graph Algorithms
- Mathematical Foundation Introduction
- Introduction to Miscellaneous Problems
- Introduction to Mathematical Logic!\n
- Introduction to Divide & Conquer Algorithms
- Introduction to Pattern Searching Algorithms
- Introduction to Analysis of Algorithms
- Introduction to Python for Data Science
- Introduction to Git for Data Science
- C Program for Basic Euclidean algorithms?
- C Program for Extended Euclidean algorithms?
- Python Program for Basic Euclidean algorithms

Advertisements