Using Newton method for solving nonlinear system
Show older comments
Hi guys, please help me write a code program for my homework.
This is my lesson:
We have a lake and we want to determine its maximum teamperature, the temperature is T, and other affecting factors are the temperature of surrounding environment(Te), the amounts of UV rays(UV), the amounts of nutrients(N).
F1(T,Te,UV,N)=T−(Te+0.5*UV−0.2*N)
F2(T,Te,UV,N)=Te-20
F3(T,Te,UV,N)=UV-5
F4(T,Te,UV,N)=N-2
T_zero=25, Te_zero=20, UV_zero=4, N_zero=1
Thanks to all. Please help me because i have tried lots of times but it just show a wrong result. And i don't have enough knowledge for solving this.
Answers (0)
Categories
Find more on Images in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!