Jai Tushar
Followers: 0 Following: 0
Professional Interests: Mathematical Biology
Statistics
5 Questions
0 Answers
RANK
264,775
of 295,486
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
array of symbolic variables which are function of time
p = sym('p', [m 1]); the above code gives me an array of symbolic variables, where m is the size of the matrix. H...
7 years ago | 3 answers | 0
3
answersQuestion
Why is Gauss elimination taking so much time in this algorithm?
Following is a part of an algorithm i wrote for formulating block tri diagonal matrix to solve an elliptic pde via 5 point stenc...
7 years ago | 0 answers | 0
0
answersQuestion
Controllability matrix computation for time invariant linear system without using built in ctrb function.
Controllability matrix C = [B,A*B,...,A^(n-1)*B], where A is n x n matrix and B is n x m matrix. I would like to compute C w...
7 years ago | 1 answer | 0
1
answerQuestion
How to plot phase potrait and vector field for a three dimensional ODE system?
System: <</matlabcentral/answers/uploaded_files/49276/Capture.PNG>> attempt: if true [x1, x2, x3] = meshgrid(-.1:0.0...
8 years ago | 0 answers | 0
0
answersQuestion
Adding trajectories to vector fields of a linear system
I used the quiver function to plot the vector fields of a simple uncoupled linear system, [x1, x2] = meshgrid(-.5:0.0...
8 years ago | 1 answer | 0