-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write MATLAB summary #23
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out that I don't know MNOL, so this is all I could nitpick :v
|
||
- - - - | ||
|
||
# Resolver equação |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esta devia estar primeiro, no? Equacoes e dps sistemas de equacoes.
* definir a função | ||
* utilizar o comando **fsolve** | ||
```Matlab | ||
op = optimset('tolfun',TolFun_Value,'tolx',TolX_Value); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Devias explicar melhor estes parametros, onde esta a funcao definida?
This is a first draft of the MATLAB part of MNOL.