Question: how to diff this

with(Physics):
L := diff(q2(t), t)
diff(L, q2(t))

it return 0, is it correct?

Please Wait...