Please I need a solution with detailed steps of the following 1D heat equation using RBF-FD. when T1=0.1 and T2=0.2
1D Heat Equation:
∂u/∂t = 0.5* ∂²u/∂x², for 0 ≤ x ≤ 1 and 0 ≤ t ≤ T.
Parameters:
Δt = 0.1 (Time step size)
Δx = 0.25 (Spatial step size)
Initial Condition: u(x, 0) = sin(π * x)
Boundary Conditions: u(0, t) = u(1, t) = 0