Statistics
4 Questions
0 Answers
RANK
273,823
of 301,360
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,241
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,151
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
Euler's method help
I am trying to plot an euler's method for dx/dt=-100x for x(t)=x(0)e^(-100t) with x(0)=1.My code is x = 1; h = 0.001; ...
7 years ago | 1 answer | 0
1
answerQuestion
How to plot iterations of a map?
The function I am plotting is a piecewise where x(n+1)=4*x(n) for 0<=x<=1/4 and x(n+1)= (4/3)*(1-x(n)) for 1/4<=x<=1. My code so...
7 years ago | 1 answer | 0
1
answerQuestion
How can I plot a second order non-linear ODE?
This is my code so far but it does not work: syms y(t) ode = .003*diff(y,t)== .003*9.8-3.048*10^-6*y- 9.0726*10^-5*y^...
7 years ago | 1 answer | 0
1
answerQuestion
How can I plot x* vs. r in a bifurcation plot for (dx/dt)=r-x-e^-x?
I am not really sure where to start with the code. a good example is this: close all clear all solutionInterval = 1:1...
7 years ago | 0 answers | 0

