Statistics
6 Questions
0 Answers
RANK
170,673
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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?...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 2 answers | 0
2
answersQuestion
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...
12 years ago | 3 answers | 0