Statistica
9 Domande
0 Risposte
RANK
179.856
of 295.467
REPUTAZIONE
0
CONTRIBUTI
9 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 153.912
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
Domanda
How to generate a badly conditioned matrix?
I want to test how, badly conditioning of a matrix A, will affect calculation of A*x = b where A is my increasingly badly condit...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Plotting polynomial values at given points.
I want to find the roots of Wilkinson polynomial and then compute the values of this polynomial for these roots. Everytning goe...
circa 11 anni fa | 0 risposte | 0
0
risposteDomanda
Function of many input arguments returns only one value
I have this function: n = [0 :1: 40], x = 1.0, v = ((sin(x + 2.^-n) + cos(3*x + 2.^-n)) - (sin(x) + cos(3*x)))/(2.^-n) ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Different results for two equal functions
I am comparing these two functions: f = sqrt(x.^2+1.0)-1.0 g = x.^2./(sqrt(x.^2+1.0)+1.0) x = [8^-6 8^-7, 8^-8] Eve...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Calculating function output for more than one input variable
I have this function y = x^2/(sqrt(x^2+1.0)-1.0) and I want to calculate it for several values of x but I don't know how to do ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
from double to single precision
I want to calcute this equation x= 3.0*(4.0/3.0-1.0)-1.0 but using single precision instead of double. How do I do switch to sin...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
finding a number that satisfies given conditions
I need to find a floating point number x from the interval 1 < x < 2 such that: x ∗ (1/x) isn't equal to 1. I'ma beginner at Mat...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
Plotting all numbers from a set
Is it possible to plot all of the floating point numbers from a given set [1,2] to see the interval between consecutive numbers?...
circa 11 anni fa | 3 risposte | 0
3
risposteDomanda
Uniform distribution of floating point numbers in double arithmetics.
I need to show that in double arithmetics, according to IEEE standard, floating point numbers are uniformly distributed in set [...
circa 11 anni fa | 1 risposta | 0