photo

Mehul kumar


Last seen: 8 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


DIFFERENTIAL EQUATION USING LAPLACE TRANSFORM

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten