photo

Debora


Last seen: 4 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
270,760
of 301,464

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,292

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,642

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Question


laplace transform in solving pde
%PDE: Matlab script M-file that plot solution of LT in solving PDE syms x z y clc close all %define the solution mesh x = 0...

4 years ago | 0 answers | 0

0

answers

Question


Laplace substitution method in solving partial differential equation in second derivatives
syms t y(t) Y(s) Dy0 Dy2 = diff(y,t,2); Dy1 = diff(y,t,1); eqn = laplace(Dy2+3*Dy1+2*y == exp(-t)) eqn = subs(eqn, {lap...

4 years ago | 0 answers | 0

0

answers

Question


Laplace substitution method in solving partial differential equation in second derivatives
syms t y(t) Y(s) Dy0 Dy2 = diff(y,t,2); Dy1 = diff(y,t,1); eqn = laplace(Dy2+3*Dy1+2*y == exp(-t)) eqn = subs(eqn, {la...

4 years ago | 0 answers | 0

0

answers