Solved
Newton-Raphson method
- January 8, 2022
- 2 replies
- 8053 views
Hello everyone,
I am working on a specific case and I have a problem writing the correct code. Let me explain it.
The file is attached. Even though some parameters are red, they are all known. I just had too much data to include in the file, and I just wanted to keep it simple.
My goal is to obtain n1,n2,n3,n4,n5 coefficients, along with T1new, such that f(T) for this T1new will be equal to zero. Moreover, f1,f2,f3,f4,f5 must be equal to zero as well. As a result, I want to achieve such n1-n5 and T1new, that f1-f5 will be zero and f(T1new) will be zero. All other parameters are known. I am not even sure if I am on the right track to find the solution.
Any help would be appreciated.
Regards
Murarz

