Feeds
提问
let f=f(x,y)=x^2+y.y varies from 1 to 5.we need to find the values of x for each value of y using bisection method.how?
let f=f(x,y)=x^2+y.y varies from 1 to 5.we need to find the values of x for each value of y using bisection method.how?
3 years 前 | 0 个回答 | 0
0
个回答提问
how to write a code for two input -one output function (f=@(v,r)) using bisection method?
%declaration of constants and variables pi=3.14; G=6.67*10^(-11);M=2*10^30;c=10^4;rho=10^(-21);n=2.5; gamma=1+(1/n); dotm=...
3 years 前 | 1 个回答 | 0
1
个回答提问
If anyonecould solve the question and send the code i will be obliged.
Its to plot the velocity vs distance graph.
3 years 前 | 1 个回答 | 0
1
个回答提问
how to code for system of simultaneous nonlinear differential equation?
xt^2 dy/dt +yt^2 dx/dt +2xyt=0; x dx/dt +y^k dy/dt +GM/t^2 =0; all the derivatives are partial, since x=x(t,r),y=y(t,r); r i...
3 years 前 | 0 个回答 | 0
