Statistics
2 Questions
0 Answers
RANK
78,919
of 301,709
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,394
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,196
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF 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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 2 answers | 0