photo

Mehul kumar


Last seen: plus de 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
102 954
of 301 383

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 252

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 306

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


Cannot understand the error in my code to solve differential equation. Please someone tell me the corrections to be made.
clf syms t m ycf='exp(m*t)';clf syms t m ycf='exp(m*t)'; y1=diff(ycf,t); y2=diff(y1,t); y3=simplify(subs('D2y+y=0',{'y','...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Unable to understand the error
close all clc syms c1 c2 x m omega gamma Fo F=input('enter the coefficients [a,b,c]:'); f=input('enter the RHS function f(x)...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to give a piecewise function as input
clear all clc syms t s y(t) Y dy(t)=diff(y(t)); d2y(t)=diff(y(t),2); F = input('Input the coefficients [a,b,c]: '); a=F(...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Question


DIFFERENTIAL EQUATION USING LAPLACE TRANSFORM

plus de 4 ans il y a | 1 réponse | 0

0

réponse