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)
![]() | 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)