Community Profile

photo

Brenda Galabe


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 1

1

answer

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

5 years ago | 0

Question


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

5 years ago | 3 answers | 0

3

answers

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 0 answers | 0

0

answers

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

5 years ago | 0

Question


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

5 years ago | 2 answers | 0

2

answers

Answered
solving a linear ODE
not sure what that means

5 years ago | 0

Question


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

5 years ago | 2 answers | 0

2

answers

Question


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

5 years ago | 2 answers | 0

2

answers

Question


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');

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 2 answers | 0

2

answers