photo

Austin Lutterbach


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Numerical Methods - Broyden's Method. Error: Not enough input arguments
Here is the code for broyden's method (found online): function [xv,it]=broyden(x,f,n,tol) % Broyden's method for solving a sys...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate continuous Fourier Series for 50 coefficients
My code: f = @(x) cos(3*x) - 0.5*sin(5*x) + 0.05*cos(54*x); a0 = (1/pi)*integral(f,-pi,pi); a50 = @(x) (1/pi)*integral(f*cos(...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Error: Index in position 1 is invalid. Array indices must be positive integers or logical values.
I am attempting to evaluate the nth derivative, at the ith x value, and store it. The motivation for this is to calculate the er...

5 years 前 | 1 个回答 | 0

1

个回答