Community Profile

photo

KAUSHIK JAS


INDIAN INSTITUTE OF TECHNOLOGY MADRAS

Last seen: 12 meses hace Con actividad desde 2019

A PG Researcher of Geotechnical Engineering

Estadísticas

Content Feed

Ver por

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Maximum Likelihood Estimation code

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Bayesian estimation for Normal Distribution

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Respondida
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.
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...

más de 4 años hace | 0