Now showing items 41-46 of 46

    • 6.4 - Cubic Spline 

      Shams El-Din El-Fouly; Siddharth Misra (7/31/18)
      In this lesson you'll learn about how to apply cubic spline to interpolate a value between two points and how to develop a cubic spline code in VBA programming language
    • 4.4 - Gauss Jordan 

      Shams El-Din El-Fouly; Siddharth Misra (7/4/18)
      In this lesson you'll learn about how to solve a system of equations using gauss Jordan and how to develop a gauss Jordan VBA Code.
    • 4.7 - Debugging a Multiplication Code 

      Shams El-Din El-Fouly; Siddharth Misra (7/4/18)
      In this lesson you'll learn about the common debugging issues that arise when programming numerical methods and how to best solve them and avoid them in the future.
    • 4.3 - Gauss Elimination with Partial Pivoting 

      Shams El-Din El-Fouly; Siddharth Misra (7/5/18)
      In this lesson you'll learn about how to solve a system of equations using gauss elimination with Partial Pivoting and how to develop a gauss elimination with Partial Pivoting VBA Code
    • 3.7 - Goal Seek and Solver 

      Shams El-Din El-Fouly; Siddharth Misra (7/6/18)
      In this lesson you'll learn about how to use Excel's inbuilt root finding functions–goal seek for simple 1D function and Solver for multivariable functions.
    • 5.1 - Introduction to Optimization & Analytical Sol. 

      Shams El-Din El-Fouly; Siddharth Misra (7/9/18)
      In this lesson you'll learn about optimization, minimums, maximums, and a saddle. You’ll learn the difference between a local and global optima, the Second Derivative Test, contour lines, and how to graph a 2D function in Excel.