Statistiques
2 Questions
0 Réponses
RANG
78 914
of 301 681
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 380
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 086
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
I think the ode45 code that I wrote works, but how do I plot it together with both forward and backward euler methods?
% values of a & b a = 7; b = 3; L = 0.01*b; R = 10*a; C = (0.0001)/a; t = [0;((40*L)/R)]; f = 1/t; V = 0; omega = 2*p...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
I know there are commands to use when finding the max values within an array, how would I do it through data from a graph?
%%% Data Give Within Question a = 7; b = 3; x = [0,b]; N = 100; y = 0; %%% d2f(x) = -(20+(a*f(x)))*x*(x-b); % Choosin...
environ 3 ans il y a | 2 réponses | 0