ShifraBlog
  • Shifra Blog 😀
  • Math🔬
    • Math Articles
      • Applied Mathematics
  • Write Up📝
    • INE ePTS
      • Black Box 1
      • Black Box 2
      • Black Box 3
      • Black Box 3 - Remastered
    • Log4j Vulnerability (Log4Shell)
  • PenTesting🧪
    • eJPT
      • 🔎Reconnaissance
      • 🐱‍💻Google Dorks
      • 🌐Web Attacks
      • ⚙️System Attacks
      • 📶Network Attacks
      • 🔐Password Attacks
      • 💻Networking
      • Pentesting Approach
  • Tools 🧰
    • Nmap
    • Shodan
    • 🐱‍👤Hashcat
    • 🐲Hydra
    • 🔍Nessus
    • 🔬Metasploit
      • Meterpreter
    • 👂Netcat
  • ☁️Database / Servers
    • 👨‍💻Access Tricks
  • 🛂Physical Pentesting
    • 🔑Lost Passwords
Powered by GitBook
On this page
  • 📃 Topics:
  • 1. Introduction
  • 2. Floating point numbers
  • 3. SLE + Norms
  • 4. Numerical solution of linear systems
  • 5. Least square approximation
  • 6. Polynomial interpolation
  • 7. Numerical integration
  • 8. Eigenvalue & Eigenvectors + sparse systems
  • 9. Numerical solution of nonlinear equations
  • 10. Systems minimization (optimization)
  • 11. Linear programming (LP)

Was this helpful?

  1. Math🔬
  2. Math Articles

Applied Mathematics

Applied Mathematics curriculum

PreviousMath ArticlesNextINE ePTS

Last updated 3 years ago

Was this helpful?

🔬Range of Mathematical topics with practical approach related to various CS fields.

📃 Topics:

1. Introduction

  • Introduction to MatLab and GNU Octave.

2. Floating point numbers

  • Floating point systems (properties, rounding, errors).

3. SLE + Norms

  • Systems of linear equation with error in the right-hand side.

  • Matrix

  • Norms.

    • 1'st Norm.

    • 2'nd Norm.

    • ♾ Norm

  • condition number.

4. Numerical solution of linear systems

  • Cholesky Decomposition

  • LU decomposition

  • PLU factorization

5. Least square approximation

  • Collect the data.

  • Select the most appropriate model.

  • Compute the best instance of the chosen model

  • Use the model (predicting)

  • Model Types:

    • linear model

    • polynomial model

    • trigonometric model

6. Polynomial interpolation

  • Horner’s algorithm.

  • Computing with polyval & polyfit.

  • Hermite-interpolation.

  • Piecewise interpolation.

  • Piecewise Hermite-interpolation.

  • Cubic spline interpolation.

7. Numerical integration

  • Approximating definite integrals.

  • Interpolational quadrature formulas.

  • Simple midpoint (tangent) rule.

  • Simpson’s simple rule.

  • Compound rules.

  • Compound mid-point rule.

  • Compound trapesoidal rule.

  • Simpson’s compund rule.

  • Adaptive methods.

8. Eigenvalue & Eigenvectors + sparse systems

  • Introduction to Complex Numbers.

  • Defining Eigenvalues and eigenvectors.

  • The stronger Gersgorin theorem.

  • Power Iteration method.

  • Inverse-iteration & with shifting.

  • Solving Examples like ( Page ranking & Leslie-model).

9. Numerical solution of nonlinear equations

  • Defining Non-Learning equations.

  • Newton-Raphson method.

  • Secant method

  • Fixed point iteration Algorithm.

10. Systems minimization (optimization)

  • Intro to Optimization

  • fsolve for multivariate vector-function.

  • fsolve for multivariate real-function.

  • optimization with built-in functions.

  • Intro to fibonacci sequence & golden ratio.

  • Using built-in MatLab function for optimization and 3D ploting.

11. Linear programming (LP)

  • Intro to Linear Programming.

  • Graphical Method.

  • LP Normal and Canonical form.

  • Simplex method.

  • 2 phase Simplex method.

  • Duality in linear programming.

  • sensitivity analysis.

  • Implementing Algorithms to solve real world problems (eg. transportation probelm).

.

Defining the Lagrange-polynomial in .

Using your .

Simple rule.

.

Defining Rayleigh of a matrix.

.

Finding & .

& implementing an Algorithm.

Basic code
Lagrangian interpolation
Newton form
own spline function
trapesoidal
MatLab: Improper & Unknown Integrals calc + Anonymous Functions
Method of bisection (mid-point)
local max
local min
Golden section search
Gaussian normal-equation
Photo by Lum3n from Pexels