photo

Peter M Hogan


Last seen: nästan 3 år ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

mer än 5 år ago | 3 answers | 0

3

answers

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 0 answers | 0

0

answers

Question


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 ...

mer än 5 år ago | 1 answer | 0

1

answer