NUMERICAL METHODS DISCRETISATION PROBLEM
Mostrar comentarios más antiguos
Can anyone, perhaps, assist with "1c" below? I have done the part a, but dont know how to go about the boundary conditions required for part c. Your help will be appreciated.

1 comentario
Chijioke Nkwocha
el 28 de Mayo de 2021
Respuestas (2)
Sulaymon Eshkabilov
el 28 de Mayo de 2021
0 votos
Hi,
You can employ pdepe()
1 comentario
Chijioke Nkwocha
el 28 de Mayo de 2021
Torsten
el 29 de Mayo de 2021
0 votos
Solve
-Δv = -5/4*π^2*sin(π*x)*cos(π*y/2)
by just modifying the b-vector from exercise part a).
Let the solution be v.
Then add
w(x,y) = sin(π*x)*cos(π/2*y)
to the solution v to get u.
1 comentario
Chijioke Nkwocha
el 30 de Mayo de 2021
Categorías
Más información sobre Programming 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!
