# Intro to Numerical Methods

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

{% content-ref url="/pages/-Lp2gp9tfclgqozMPeiK" %}
[Numerical Optimization](/matlab/numerical-methods/numerical-optimization.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/-Lp2hOBVgWFEQVD4TzYo" %}
[Numerical Solvers](/matlab/numerical-methods/numerical-solvers.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coding-courses.gitbook.io/matlab/numerical-methods/intro-numerical-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
