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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0
