Using c++, solve the the following wave equation usingequilibrium method for solving differential equations. To solvesystem of linear equation use Gauss Seidal method. Assiume boundarycondition as y(0)=y(1)=0. Compare the numerical solution withanalytical solution which is
.
Expert Answer
Answer to Using c++, solve the the following wave equation using equilibrium method for solving differential equations. To solve s…