Statistiques
2 Questions
0 Réponses
RANG
158 095
of 301 533
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 316
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 212
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
This is a question from numerical methods asking to explain what the code does for 12 marks.
% function [func,deriv]= fcn_nr(x) % func = x^4 - 5*x^3 -124*x^2 + 380*x + 1200; % deriv = 4*x^3 -15*x^2 -248*x +380; x...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
What does the following code do?
myFunction =@(x)x^2-6; x_lower=0; x_upper=5; x_mid=(x_lower+x_upper)/2; while abs(myFunction(x_mid))>0.01 if (myFunct...
plus de 6 ans il y a | 1 réponse | 0

