How to use matrix methods
Mostrar comentarios más antiguos
I have an equation: [(V(t+Δt)-V(t-Δt))/2Δt]-[(V(x+Δx)+V(x-Δx)-2V(x))/(Δx)^2]=0
I need to Implement the numerical scheme in MATLAB using matrix methods in order to calculate 𝑉 when t=1, x=1, and Δt=0.1 and Δx=0.1 [whatever mesh size is appropriate]- how would I code this?
Respuestas (1)
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!