Community Profile

photo

Kevin Osborn


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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=...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 0 个回答 | 0

0

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
Linear 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)))...

2 years 前 | 0

| 已接受

提问


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),...

2 years 前 | 1 个回答 | 0

1

个回答