統計
MATLAB Answers
9 質問
0 回答
ランク
of 153,950
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0