Community Profile

photo

Peter M Hogan


Last seen: 2 years 前 自 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答