photo

Mehul kumar


Last seen: plus d'un an il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
106 398
of 297 503

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 449

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 017

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 3 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 3 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 3 ans il y a | 2 réponses | 0

2

réponses

Question


DIFFERENTIAL EQUATION USING LAPLACE TRANSFORM

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

0

réponse