Harry
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
212 558
of 301 307
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 235
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 928
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
Feeds
Question
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...
environ 14 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 14 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 14 ans il y a | 1 réponse | 0
