Post Reply 
CAS laplace transform w/ undefined function
09-14-2018, 06:55 AM (This post was last modified: 09-14-2018 06:56 AM by parisse.)
Post: #4
RE: CAS laplace transform w/ undefined function
Replace v(0) by it's value, solve for V(s)
y:=laplace(sin(t),t,s);
[vsol]:=solve(s*vs + v0 +6vs=y,vs);
ilaplace(vsol,s,t);

Check with desolve:
desolve([v' + 6v = sin(t) ,v(0)=v0],t,v)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: CAS laplace transform w/ undefined function - parisse - 09-14-2018 06:55 AM



User(s) browsing this thread: 1 Guest(s)