Skip to main content
10-Marble
July 8, 2023
Solved

Boundary value problem of a 4 grade differential equation

  • July 8, 2023
  • 2 replies
  • 1244 views

Good afternoon,

I have been trying to solve a bondary value problem of a 4 grade differential equation but I don't understand how I should setup up my worksheet to obtain the 3 derivatives (C1, C2 and C3 in in the matrix D_). Also, the function "sbval" returns me an error that says "unkown error: exception by call destination", and so I can't calculate the conditions that I need to obtain the solution. Attached there is the mathcad file in 8.0 version.

Thanks to everyone for the help.

 

Best answer by DP_10733008

I have found the solution at this problem, I just have to define the parameter "v" as a vector that contains the guess values and the function "score" as a vector with the same number of components of "v" and inside it, the variables that I want to go to zero.

2 replies

10-Marble
July 8, 2023

Also the file il written in italian if you need any clarification you can ask me.

DP_1073300810-MarbleAuthorAnswer
10-Marble
July 9, 2023

I have found the solution at this problem, I just have to define the parameter "v" as a vector that contains the guess values and the function "score" as a vector with the same number of components of "v" and inside it, the variables that I want to go to zero.