Recent content by Charles95

  1. C

    Maple Boundary finite element method in Maple

    I would like to fix both, but when I write P[k-1] it put the error at the beginning of the vector result. So it means that at P[0] I get the error 0.1E-05*P[0] instead of 0.1E-05*P[101]. How should I fix that? I would like to solve the problem for the correct answer, but I just don't know how we...
  2. C

    Maple Boundary finite element method in Maple

    Yes N = 100. What do I need to change? I'm not very good in programming, but if I change P[k] to P[k-1] or P_aba to P_aba[i-1] could it solves my problem? Thanks!
  3. C

    Maple Boundary finite element method in Maple

    I would like any tips about a Maple ''home made'' program that I received for a project but this program seems to stop before the very end of the code. I want to find de lift of an airfoil with Boundary finites elements method. I have this error at the very end : Error, (in fprintf) number...
Back
Top