Sarah Johnson
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
145.880
of 295.569
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
22.22%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Euler's Method with Matrix
I'm trying to implement Euler's Method on the following ODE, with initial condition [y1, y2] = [1, 3] and on the interval t in [...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
"Index exceeds the number of array elements (1)." error
I am trying to write two line search functions to help me write code later for implementing different ways to minimize functions...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Line Search Algorithm help
This part is just the background to the algorithms I am working on: Here is the code I currently have but I'm not sure what...
fast 5 Jahre vor | 2 Antworten | 0
2
Antworten0
AntwortenFrage
How do I make my variables save from my function?
I have written a function function [f, grad, gradTwo] = Rosen(x), which returns the Rosenbrock function value f(x) to f, its gra...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Globally Converging Newton's Method won't stop running
My goal is to write a function for the Globally Converging Newton's method to find the minimum of the function f. This is what I...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
My diff function won't work and I'm not sure why
My goal is to give an initial x, and return the function values at that x function [f, g, h] = myfunction(x) syms x q...
fast 5 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Newton's Method in Matlab
I am trying to create a function that implements Newton's Method to solve the equation . I know from the past few questions that...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Undefined function 'diff' for input arguments of type 'function_handle'.
I am trying to produce a function that receives an inital input x0 (for example, x0 = 1) and the result should be the function e...
fast 5 Jahre vor | 2 Antworten | 0