Statistik
4 Fragen
0 Antworten
RANG
32.046
of 301.540
REPUTATION
1
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
1
RANG
of 21.319
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.260
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 6 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0

