Community Profile

photo

Jacob Yarinsky


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Second order ODE with dsolve
Hello All, Trying to solve this ODE. clear,clc syms y(t) x2(t) x1(t) a b dy=diff(y,t); ode = diff(y,t,2) == a.*d) + b.*y...

4 years ago | 1 answer | 0

1

answer

Question


LaTex with 2 strings separated by a num2str
Hi all, I have what I hope to be a simple question. This is the code I am working on now. errordisplay=[' $\varepsilon_{RTP}=$...

5 years ago | 2 answers | 0

2

answers