photo

Jose Puentes


Last seen: plus d'un an il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
32 046
of 301 533

RÉPUTATION
1

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
1

RANG
 of 21 316

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

presque 6 ans il y a | 1 réponse | 0

0

réponse

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

environ 6 ans il y a | 1 réponse | 0

0

réponse

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

environ 6 ans il y a | 3 réponses | 1

3

réponses

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

environ 6 ans il y a | 1 réponse | 0

1

réponse