photo

Umesh Prajapati


Last seen: 5 months ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
1 Answer

File Exchange

3 Files

RANK
264,058
of 300,365

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
4,025 of 20,933

REPUTATION
366

AVERAGE RATING
5.00

CONTRIBUTIONS
3 Files

DOWNLOADS
9

ALL TIME DOWNLOADS
3313

RANK

of 168,262

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

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

View badges

Feeds

View by

Answered
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 ago | 0

Submitted


Poisson equation
How to solve a Poisson equation using MATLAB?

9 years ago | 1 download |

5.0 / 5

Submitted


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

9 years ago | 6 downloads |

5.0 / 5

Submitted


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 ago | 2 downloads |

0.0 / 5

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

0

answers

Question


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 ago | 1 answer | 0

1

answer