Statistics
RANK
155,392
of 297,695
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,466
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159,380
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
Tri-diagonal Matrix with varying diagonals
I am trying to create a tri-diagonal matrix with ones and a diagonal that changes according to a function. Right now I have z=...
3 years ago | 1 answer | 0
1
answerQuestion
Creating a Table for Newton's Method
I am trying to creat a table for different values that Newton's method approximates for different starting values. I have the f...
3 years ago | 1 answer | 0
1
answerQuestion
loglog plots with secant method
I am trying to make a loglog plot of the secant method. I have ran this exact code below before and it worked fine, and now whe...
3 years ago | 0 answers | 0
0
answersQuestion
Newton's Method for root approximation using multiple initial values
I have conducted Netwon's method for root approximation and I have a follow on question. On the interval (0,8), I want to see f...
3 years ago | 1 answer | 0
1
answerLinear fit through loglog plots.
This is how I plotted it, before cleaning up the graph to make it more pretty and what not. y = log(abs(x(3:end) - x(2:end-1)))...
3 years ago | 0
| accepted
Question
Linear fit through loglog plots.
With the iteration data below find the best linear fit in the formula above and determine the slope, α (order of convergence),...
3 years ago | 1 answer | 0