☕
An Introduction to MATLAB
  • An Introduction to MATLAB
  • Where do I start?
  • 1. Crashcourse
    • Intro to Crashcourse
    • Graphical User Interface
    • Essential commands
      • Matrix Input and Access
      • Matrix Algebra
      • Logical Operations
    • Best practices
    • Self-Assessment
    • Applied exercises
  • 2. MATLAB Programming
    • Intro to MATLAB Programming
    • Programming Fundamentals
    • Conditions
    • Loops
    • Custom Functions
    • Debugging
    • Applied Exercises
  • 3. Data, Graphics & Reporting
    • Intro to Data, Graphics & Reporting
    • Working with Datasets
    • Creating Graphs
    • Applied Exercises
  • 4. RNGs & Simulations
    • Intro to RNGs & Simulations
    • Random Number Generation
    • Monte-Carlo Simulations
    • Applied Exercises
  • 5. Numerical Methods
    • Intro to Numerical Methods
    • Numerical Optimization
    • Numerical Solvers
    • Applied Exercises
Powered by GitBook
On this page

Was this helpful?

  1. 5. Numerical Methods

Intro to Numerical Methods

In this chapter we discuss MATLABs numerical algorithms to solve system of equations numerically and to optimize target functions with and without constraints.

PreviousApplied ExercisesNextNumerical Optimization

Last updated 5 years ago

Was this helpful?

We first discuss how to use MATLABs built-in numerical optimization algorithms to optimize target functions with and without constraints.

Then we discuss how to employ MATLABs numerical algorithms to solve system of equations numerically.

Numerical Optimization
Numerical Solvers