photo

Umesh Prajapati


Last seen: 3 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

4 个提问
1 个回答

File Exchange

3 文件

排名
271,404
of 299,737

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
25.0%

收到投票数
0

排名
4,018 of 20,791

声誉
365

平均
5.00

贡献数
3 文件

下载次数
10

ALL TIME 下载次数
3302

排名

of 165,604

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Submission
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Warning: Matrix is singular, close to singular or badly scaled.
Check the second column of solution matrix. It is zero throughout. That's why you got the warning. It depends on the parameter v...

7 years 前 | 0

已提交


Poisson equation
How to solve a Poisson equation using MATLAB?

9 years 前 | 2 次下载 |

5.0 / 5

已提交


The Rossler Attractor, Chaotic simulation.
These codes generate Rossler attractor, bifurcation diagram and poincare map.

9 years 前 | 6 次下载 |

5.0 / 5

已提交


Point of maxima minima of a function of one variable
This program will calculate the point of maxima and minima of a function of one variable.

9 years 前 | 2 次下载 |

0.0 / 5

提问


How to plot bifurcation diagram for any parameter in Rossler system?
The Rossler system is: x'(t) = -(y+z) y'(t) = x + a*y z'(t) = b + z*(x-c)

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to calculate round off error in each step of finite central difference approximation.
format long; f = @(x) exp(cos(x)); df = @(x) -exp(cos(x))*sin(x); x = 1; Truedf = df(x); h(1) = 1/2; H(1) = h; D(1) = (f(x+h...

9 years 前 | 1 个回答 | 0

1

个回答

0

个回答

提问


Solve a system of algebraic equations by Gauss elimination using two significant digits
Hi, I want to solve a system of algebraic equation by Gauss elimination using to significant digit. I am able to solve this, but...

9 years 前 | 1 个回答 | 0

1

个回答