How to define a differential operator in Mathematica? – mathematica.stackexchange.com 02:37 Posted by Unknown No Comments I want to define an operator $(\partial_{t}+1)^{2}=\partial_{t}\partial_{t}+2\partial_{t}+1$. Then, I want it to act on $t$. My code looks like this: op[t_] := (D[#, {t, 1}] + 1 #)^2 & op[t][t] ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitSignature of destruction - does tearing down a building leave noticeably different ruins to natural decline? – worldbuilding.stackexchange.comAlign: Text and centered formulas – tex.stackexchange.comFlying twice to the same destination – travel.stackexchange.comEditing text at a specific point on every line of a text file – unix.stackexchange.comWhat should I say to convince my significant other to stop double standards? – interpersonal.stackexchange.comNeed help with finding the correct verb form – english.stackexchange.com
0 Comment to "How to define a differential operator in Mathematica? – mathematica.stackexchange.com"
Post a Comment