Harry
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
205.720
of 301.370
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 21.243
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.217
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
Computing an integral numerically
I am trying to calculate the integral I_k = Integral(x^k/(10+x)) from 0 to 1 I have ascertained that we can use a recursi...
etwa 14 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Take a vector calculated in one m-file into another
In m-file1 I create a vector e which contains all the error values I require. In m-file2 I would like to run mfile1 and then use...
etwa 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Trying to reduce error for negative x in an exponential function
I am using the Taylor series expansion to estimate e^x. I have written a program that does this and it works well for big values...
etwa 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
big O notation help
I'm trying to write a function f in the form f(h) = O(h^p) with the largest possible integer p: f(h) = 10(h^2+h)^2 - 10h^4 ...
etwa 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Plotting a graph
Sorry, this is a very simple question I'm sure but I just can't work it out. I'm trying to plot the error of my function that as...
etwa 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do I suppress answer in Matlab?
Hi, I'm trying to calculate e^x for some value of x using the taylor expansion approximation T_n(x) = Sum (x^k/k!) And I h...
etwa 14 Jahre vor | 1 Antwort | 0
