photo

Umesh Prajapati


Indian Institute of Technology, Delhi

2016 年からアクティブ

Followers: 0   Following: 0

統計

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

6年以上 前 | 0

送信済み


Poisson equation
How to solve a Poisson equation using MATLAB?

8年以上 前 | ダウンロード 3 件 |

送信済み


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

8年以上 前 | ダウンロード 11 件 |

送信済み


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.

8年以上 前 | ダウンロード 4 件 |

質問


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)

8年以上 前 | 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...

8年以上 前 | 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...

8年以上 前 | 1 件の回答 | 0

1

回答