Statistica
RANK
64.015
of 301.338
REPUTAZIONE
0
CONTRIBUTI
4 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
0
RANK
4.016 of 21.236
REPUTAZIONE
368
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
3 File
DOWNLOAD
10
ALL TIME DOWNLOAD
3341
RANK
of 174.017
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Warning: Matrix is singular, close to singular or badly scaled.
Check the second column of solution matrix. It is zero throughout. That's why you got the warning. It depends on the parameter v...
quasi 8 anni fa | 0
Inviato
Poisson equation
How to solve a Poisson equation using MATLAB?
quasi 10 anni fa | 1 download |
Inviato
The Rossler Attractor, Chaotic simulation.
These codes generate Rossler attractor, bifurcation diagram and poincare map.
quasi 10 anni fa | 7 download |
Inviato
Point of maxima minima of a function of one variable
This program will calculate the point of maxima and minima of a function of one variable.
quasi 10 anni fa | 2 download |
Domanda
How to plot bifurcation diagram for any parameter in Rossler system?
The Rossler system is: x'(t) = -(y+z) y'(t) = x + a*y z'(t) = b + z*(x-c)
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
How to calculate round off error in each step of finite central difference approximation.
format long; f = @(x) exp(cos(x)); df = @(x) -exp(cos(x))*sin(x); x = 1; Truedf = df(x); h(1) = 1/2; H(1) = h; D(1) = (f(x+h...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Hi, my prob is find the most accurate 1st derivative of f(x)=exp(cos(x)) at x=1, with h=0.5,0.25,..,2^(-16). I calculate the 1st der. using 1st order central diff formula & trying to improve the accuracy using Richardson extrap. got incorrect result
clear; clc; format shortG f = @(x) exp(cos(x)); df = @(x) -exp(cos(x))*sin(x); x = 1; Truef1 = df(x); A = []; h = 1/2...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
Solve a system of algebraic equations by Gauss elimination using two significant digits
Hi, I want to solve a system of algebraic equation by Gauss elimination using to significant digit. I am able to solve this, but...
circa 10 anni fa | 1 risposta | 0




