Statistik
5 Fragen
0 Antworten
RANG
214.258
of 301.204
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.191
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.368
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Trying to code backward euler?
I am trying to write a code to compute the backward euler approximation of a differential equation. the ODE is dy/dx = -y(x) ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Minimize using fminsearch?
The question is this Use fminsearch to minimize the function you wrote above, using an initial guess of your choosing. Use ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Minimizing least squares regression?
Consider fitting the data {(1, 4),(3, 5),(5, −2)} with the curve f(x) = c1x+c2 so that f(x) minimizes the least squares error ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do I find a value in a vector using the bisection method?
I'm asked to find the location of the value 25 in a 200 value vector that is in ascending order using the bisection method. So f...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do I replace the elements of a vector with something else based on conditions?
I have a vector A, that is 10 random numbers between 0 and 1. If the number is greater than .5 I want to replace it with 1, othe...
mehr als 10 Jahre vor | 3 Antworten | 0