Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
73.200
of 300.379
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.931
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.299
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
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) ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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?...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
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 [...
alrededor de 12 años hace | 1 respuesta | 0
