Community Profile

photo

Jose Puentes


Last seen: 6 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 3 answers | 1

3

answers

Question


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 ago | 1 answer | 0

1

answer