Community Profile

photo

Bo


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Getting NaN as my output when working with jacobi iteration
I believe it may be something with how I set up my matrices but I am not sure. Also I adapted some of the code from my textbook ...

9 years ago | 1 answer | 0

1

answer

Question


Why am I getting this error: Output argument (and maybe others) not assigned during call...
I am using a bisection method to find the roots of the function f(x)= cos(x) + ((1)/((x^3)+200)); I keep getting this error in ...

9 years ago | 1 answer | 0

1

answer

Question


Using for loops with a recurrence relation to find intervals where the plot acts differently.
Hi, I am given a recurrence relation: y_n+1 = y(n) + h(-y(n)^2 + 4.5(y(n)) - 3.5) y_1 = (2) Using for loops I am to itera...

9 years ago | 1 answer | 0

1

answer