Community Profile

photo

Jose Puentes


Last seen: 6 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Secant Method not Working, Please Help!
my code isnt working , i need help fixing my secant method so that it updates every guess with every iteration. i need the guess...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Simpsons 1/3 rule using n =10 , 100, 1000
i cant get my code to work. im trying to implement the simpsons one-third rule to get the value of the certain function using n ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Matlab Code for the Gauss Legendre Quadrature
I need help contsructing the code for the gauss legendre quadrature using n =2 , 4, and 6. i was able to get the value for n =2 ...

4 years 前 | 3 个回答 | 1

3

个回答

提问


index exceeds the number of array elements at y2 for the finite difference formulas
clear; close all; clc; %% Parameters f = exp(x); deltaX = 0.05; x = 2:deltaX:2.5; f = exp(x); n = length(x); y = zeros...

4 years 前 | 1 个回答 | 0

1

个回答