Statistics
9 Questions
0 Answers
RANK
179 858
of 295 486
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
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) ...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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 ...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 11 år ago | 2 answers | 0
2
answersQuestion
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?...
ungefär 11 år ago | 3 answers | 0
3
answersQuestion
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 [...
ungefär 11 år ago | 1 answer | 0