Beaya - MATLAB Central
photo

Beaya


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 10/13 to 04/25Use left and right arrows to move selectionFrom 10/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
0 个回答

排名
128,823
of 298,264

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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...

11 years 前 | 0 个回答 | 0

0

个回答

提问


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) ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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...

11 years 前 | 2 个回答 | 0

2

个回答

提问


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?...

11 years 前 | 3 个回答 | 0

3

个回答

提问


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 [...

11 years 前 | 1 个回答 | 0

1

个回答