Statistik
6 Fragen
0 Antworten
RANG
170.675
of 295.486
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
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
Loop with Bisection Method Error (for may not be aligned etc.)
I have a bisection method function that is running inside a loop to generate solutions for multiple values p. However, I'm getti...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Generate a loop with Guassian Elimination for multiple values of one variable
I'm trying to generate a loop that solves a system of equations in the matrix form Ax=b that has a solution vector x that then p...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Looping Error: subscript indices must either be real positive integers or logicals
x=(7*pi)/4 k=12 for n = 1:k cossum(x) = ((-1^(n))*(x.^(2*n)))/(factorial(2*n)); end When x is a...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I use a vector to evaluate a polynomial function?
I have a vector of x values that I need to plug into a cubic polynomial. And I keep getting errors how exactly do I do this?...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Evaluate f(x) for multiple evenly spaced values
How do I evaluate a function f(x) for multiple, evenly spaced values of x between two variables. ie x = exactly 10 evenly spaced...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Create a row vectors that includes even/odds between 0 and X
How can I created a row vector that includes every even/odd number BETWEEN two variables but does not include them. ie x=10 y=20...
fast 12 Jahre vor | 3 Antworten | 0