Community Profile

photo

Brenda Galabe


Last seen: alrededor de 3 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


finding laplace transform of heaviside function
trying to get lapace and plot : θ” + 2θ′ + 6θ = [H(t) − H(t − 1)], θ(0) = 4, θ′ (0) = 5, H is the Heaviside function ...

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

1

respuesta

Pregunta


keep getting error when trying to take Laplace transform
trying to find laplace for homogenous equation : cI′′ + dI′ + I/e = 0 syms D2I DI I gensoln deq t s deq = 'c*D2I + d*DI + (1...

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

1

respuesta

Pregunta


finding general solution of differential equation
the general solution (involving constants of integration C1, C2. so far i have eigen values and vectors. need to get general so...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


looking for value of existense differential equation
Consider the differential equation x ′ = x cos(at) . For what values of (t, x) can solutions not be guaranteed? how do i find th...

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

1

respuesta

Pregunta


how to lapace results
how to plot this please deqdiff = 'diff(y(t),t,t) + y(t) - cos(t)' ldeqdiff = laplace(deqdiff,t,s) sldeqdiff = subs(ldeqdi...

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

1

respuesta

Pregunta


solve differential equation by method of undetermined coefficient
so given three differential equations to solve undetermined coefficient given initial solutions. not sure how to add initial con...

más de 5 años hace | 1 respuesta | 1

1

respuesta

Respondida
ezplot is plotting a blank plot
this error happens instead Index exceeds matrix dimensions. Error in fplot (line 56) lims = args{2};

más de 5 años hace | 0

Pregunta


ezplot is plotting a blank plot
no errors nut plot is blank syms y(x) a=2; b=6; c=1; d= 8; e = 6; ode = diff(y,x) == (-d*x)/(e*y); ysol = vpa(dsolve(od...

más de 5 años hace | 3 respuestas | 0

3

respuestas

Pregunta


draw orthogonal trajectories using matlab
equation is dy/dx = -d*x/e*y syms y(x) a=2; b=3; c=5; d= 5; e = 8; ode = diff(y,x) == (-d*x)/(e*y); ysol = vpa(dsolve...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


draw orthogonal trajectories of differential equation
equation is dy/dx = -d*x/e*y syms y(x) a=2; b=3; c=5; d= 5; e = 8; ode = diff(y,x) == (-d*x)/(e*y); ysol = vpa(dsolve...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
draw othorgonal trajectories using differential equations
thats for the first one correct ? do the same for the second. it worked great thanks also when i get this error what does it...

más de 5 años hace | 0

Pregunta


draw othorgonal trajectories using differential equations
to draw orthogonal trajectories am i suppose to use dfield or is ezplot as shown below on the right track Using the Matlab dra...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Respondida
solving a linear ODE
not sure what that means

más de 5 años hace | 0

Pregunta


using dsolve to equation
equation is : d(x1)/dt (t) = -x1(t)*alpha+p syms x1 t tank1 = 'diff (x1,t)= - x1* alpha + p' soln1 = dsolve(tank1,'x1(0) = ...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


solving a linear ODE
how to write in matlab y = e^ int(75/80)dt

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


trying to get general solution for differential equation but keep getting error
syms dx1 gensoln eq1 eq1='dx1-x2/2+20' ; gensoln = dsolve(eq1,'t');

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

1

respuesta

Pregunta


Undefined function 'int' for input arguments of type 'char'. keep getting error using matlab2015b
eqa= 'diff(y(t),t)+y(t)-cos(t)'; neweq1a = laplace(eqa,t,s) neweq1i = laplace(int('y(x)','x','0','t'),t,s) neweq1 = neweq1a +...

más de 5 años hace | 2 respuestas | 0

2

respuestas