photo

Peter M Hogan


Last seen: 3年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Newtons method for system of nonlinear equations
function p = sysNewton(f,J,x0,tol) % f is the system of equations as a column vector % this an anonymous function with a vec...

5年以上 前 | 3 件の回答 | 0

3

回答

質問


Newtons Method, help calling anon function inside of function file
Ok so I have been tasked with writing a file myNewton which finds the root of any function given the listed inputs. I am maybe m...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Anonymous function inside of function file
Attatched is the problem and my attempt so far.

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Piecewise defined function ouput array problem
Here is the problem: t=linspace(0,50,100); v=[]; for i =linspace(1,100) if t(i)<10 && t(i)>~0 v(i)= 11*t(i)^2-5*t(i) e...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


I want to combine two anon functions, p(h) and t(p) and plot them against each other
p= 29.921(1-6.8753*10^(-6)*h)^(5.2559) T=49.161*log(p)+44.932 i want to write a script such that p and t are anon functs and ...

5年以上 前 | 1 件の回答 | 0

1

回答