Statistiques
8 Questions
0 Réponses
RANG
233 621
of 302 143
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 573
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 179 406
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
How do I generate an n x n array using a random-number generator?
Like the question says, is there a function that can easily do this or how would I write the code to do this?
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Simpson's Rule Program, modifying it to print intervals when new values are added
I'm using the following program to approximate an integral of a function using Simpson's Rule. I want to modify it so I can prin...
presque 13 ans il y a | 1 réponse | 0
0
réponseQuestion
Trouble running a program that requires a function as an argument
I'm using the following function to calculate Simpson's Rule, but for the input: recur_simpson(Fun,a,b,TOL,level,level_max) is w...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Problem with a program concerning composite trapezoid rule
In this program I'm using the composite trapezoid rule on the function in my program. I've used the same program with different ...
presque 13 ans il y a | 1 réponse | 0
0
réponseQuestion
Problem with a program concerning composite trapezoid rule
In this program I'm using the composite trapezoid rule on integral dx/(1+x^2) from 1 to 0. I've used the same program with diffe...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find interpolating polynomial
I'm trying to find the interpolating polynomial of degree 20 for the function f(x)=(x^2+1)^-1 using 21 equally spaced nodes on t...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Using Secant Method...issue with arctanx
I'm using secant method, I've done previous problems with the same setup of x2 = ..., but when I'm using arctan(x) as the functi...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Matlab - program won't stop calculating
My program I created is using a simple bisection method to calculate a root, but it just keeps running. Any thoughts on how to f...
presque 13 ans il y a | 1 réponse | 0
