Sneh
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
219,460
of 295,638
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,207
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
ODE45 Output size
I am trying to subtract w_ode from w. I used two methods to get w and I want to see the difference between them. But, the ode45 ...
1 year ago | 1 answer | 0
1
answerQuestion
Why does my ode45 function not run?
This code just keeps loading. It does not run. If I change my initial values to [0; 0; 0; 1;0;-1;0] it runs fine. But with any o...
1 year ago | 1 answer | 0
1
answerQuestion
How to fix the must be a column vector error?
The following code gives me an error: euler_eqns must be a column vector. How do I fix this? % Define the initial conditions ...
1 year ago | 2 answers | 0
2
answersQuestion
I keep getting errors when I try to integrate kinematic and dynamic differential equation
import numpy as np from scipy.integrate import quad def kde_integral(x): return (1/np.sqrt(2*np.pi))*np.exp(-x*2/2) d...
2 years ago | 0 answers | 0
0
answersQuestion
How do I plot the different elements of a matrix in a single plot?
I want to plot theta(1,1), theta(2,1), and theta(3,1). I tried to plot it but it just shows an empty graph. for t = 0:1:100 ...
2 years ago | 1 answer | 0