New Reply

Matlab Sysmolic maths differential equation

 
Share Thread
Mar13-12, 11:13 PM   #1
 

Matlab Sysmolic maths differential equation


Hi

is it possible to represent unknown functions eg x(t) in matlab equations ?

eg have f = x''
diff(f) = x'

or have a derivative represented via differential eg dx/dt
PhysOrg.com mathematics news on PhysOrg.com

>> Pendulum swings back on 350-year-old mathematical mystery
>> Bayesian statistics theorem holds its own - but use with caution
>> Math technique de-clutters cancer-cell data, revealing tumor evolution, treatment leads
Mar24-12, 10:54 PM   #2
 
finally found it out for those who want to know

>> y = sym('y(t)')

y =

y(t)


>> f = diff(y,2) + diff(y,1) + y

f =

diff(y(t),$(t,2))+diff(y(t),t)+y(t)


>> pretty(f)

/ 2 \
|d | /d \
|--- y(t)| + |-- y(t)| + y(t)
| 2 | \dt /
\dt /
>>
New Reply

Similar discussions for: Matlab Sysmolic maths differential equation
Thread Forum Replies
differential equation problem with Matlab Calculus & Beyond Homework 5
matlab problem for implicit differential equation Calculus 0
Solving a Differential Equation with Matlab - No solutions Math & Science Software 0
differential equation MATLAB Math & Science Software 0
differential equation MATLAB Math & Science Software 0