KAUSHIK JAS
INDIAN INSTITUTE OF TECHNOLOGY MADRAS
Followers: 0 Following: 0
A PG Researcher of Geotechnical Engineering
Statistics
RANK
145.745
of 295.467
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.234
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
Plot Decision boundary and Support vectors in SVM
I did SVM with Cubic kernel for a particular dataset using classification learner app in MATLAB. But I did not get decision boun...
meer dan 4 jaar ago | 1 answer | 0
1
answerSolve x′′ = −x − α(x2 − 1)x′, 0 ≤ t ≤ 30, with the initial conditions x(t = 0) = 0.5 and x′(t = 0) = 0, using RK4 method in your computer where α = 1. Plot the solution.
I solve it correctly by my own. It is in below. %RK2 of two variables h=0.5; t=0:h:30; x=zeros(1,length(t)); z=zeros(1,le...
ongeveer 5 jaar ago | 0
Question
Solve x′′ = −x − α(x2 − 1)x′, 0 ≤ t ≤ 30, with the initial conditions x(t = 0) = 0.5 and x′(t = 0) = 0, using RK4 method in your computer where α = 1. Plot the solution.
Urgent. Please solve it with explanation as soon as possible.
ongeveer 5 jaar ago | 1 answer | 0