Using Newton method for solving nonlinear system
Ältere Kommentare anzeigen
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.
Antworten (0)
Kategorien
Mehr zu Images finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!