If you find any of my repository/ project useful then please give it a ⭐ and share it with your friends!
MAT120 - Integral Calculus & Co-ordinate Geometry [CSE,BRACU]
Language: Python
IDE: Google Colab / Jupiter Notebook
Semester: Summer 2023
Lab Faculty: Md Zahidul Islam Laku
Check this repository
MAT120 Project
Topic: [Python Basics]
Introduction to Python
Topics: [Sympy basics]
i) Writing expressions
ii) Plotting
iii) Finding maxima-minima
Topics: [Maxima minima in detail]
i) Maxima-Minima
ii) Solveset()
iii) Function of sympy
iv) Ignoring imaginary solutions
Topics: [Integration]
i) Integration without limits
ii) Definite integral
iii) Improper Integral
iv) Numerical integration
Topics: [Differential equations in sympy]
i) Solving Differential Equation
(First order, Second order, Intial value problem)
Topic: [Mathematical modelling]
i) Solving system of differential equations
(Scipy odeint and sympy)
Topic: [Numerical differention]
i) Euler method for solving differential equations
Topics: [Numerical integration]
i) Trapezoidal Rule
ii) Monte Carlo Simulation