Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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.
Solved! Go to Solution.
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.
Also the file il written in italian if you need any clarification you can ask me.
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.
