Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 5 years ago

azerbajdzan gravatar image

You can use tabulator character "\t":

show('Plug\t', Psi, ', ', diff(Psi, t), ', ', diff(Psi, x, x), ' into\t', V)

Plug   Ψ(x,t),tΨ(x,t),2(x)2Ψ(x,t)xinto  V(x)

click to hide/show revision 2
No.2 Revision

You can use tabulator character "\t":

show('Plug\t', Psi, ', ', diff(Psi, t), ', ', diff(Psi, x, x), ' into\t', V)

Plug   Ψ(x,t),tΨ(x,t),2(x)2Ψ(x,t)xinto  V(x)

Or if you want a bigger gap add as many spaces before "\t" as you want:

show('Plug     \t', Psi, ', ', diff(Psi, t), ', ', diff(Psi, x, x), ' into     \t', V)

Plugxxxxx  Ψ(x,t),tΨ(x,t),2(x)2Ψ(x,t)xintoxxxxx V(x)